I just installed gedit-2.18.1-r1 and see, that the following files are installed: dir /usr/include/gedit-2.16 dir /usr/include/gedit-2.16/gedit obj /usr/include/gedit-2.16/gedit/gedit-statusbar.h c40aaad7380676098911f0f87d6a8bac 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-utils.h fd4ba2d09a582454be4cad4839a79448 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-app.h 4fc2fcd7d4fe031b76532c1c7720685a 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-tab.h 3b1d412ab46d5a2920b85e689707be0e 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-panel.h bdf44736041ddaf4d570d2bbab55d6c1 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-encodings-option-menu.h d89c4bdb814226c3bed5ecd71eec06b8 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-window.h b5ad1617d48688624592a2fd842d32a1 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-print.h 3b864761a6c1a2fcff58a02f1b3dbd7a 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-prefs-manager.h 9c5089f7f219c106f218625530a75d9f 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-debug.h ab8b843d8c3e9ba94effea723cdd8259 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-file-chooser-dialog.h f0413a79c3879f815036615b0285821e 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-plugin.h e072f52250bb5e41c1ff49286f414623 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-prefs-manager-app.h fef5824828613a3362dd939886929554 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-help.h 0f59e1e087b965dcfd140e2d59283254 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-document.h 149ba2e2a46007ada7b5be98d52c1256 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-progress-message-area.h d28427b8917989c4ce2d9f4b1485be4f 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-encodings.h b760b50d77dc2ea8ed3c8f1cf3834dd3 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-message-area.h cf2fd40bc9c5f3fed17c7212b57c0b9a 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-view.h 0c707fd4c9b81a903a075ca2fb313d51 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-print-job-preview.h e40df538ef494689fb7ba5b77b014f94 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-convert.h 89cb1a10310a76e1df90b41e9e23d338 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-notebook.h 7fe085ed8d75b6a4d35b9392dfb6a56b 1181718103 obj /usr/include/gedit-2.16/gedit/gedit-metadata-manager.h 8f501e2d523b04a04afbcf8aac098014 1181718103 Ie., there are files installed underneath /usr/include/gedit-2.16. Shouldn't that directory be named /usr/include/gedit-2.18?
Created attachment 121904 [details, diff] gedit-2.18-configure.patch interesting bug, upstream forgot to change their numbers :) if you have a gnome bugzilla account you could report the bug there to get points and link them to this patch.
(In reply to comment #1) > if you have a gnome bugzilla account you could report the bug there to get > points and link them to this patch. Done. http://bugzilla.gnome.org/show_bug.cgi?id=447043
Upstream says: ------- Comment #2 from Steve Frécinaux 2007-06-13 10:42 UTC ------- 2.16 is the API version, not the application version. Updating it every time causes some issues, related to pkg-config: during the build you are looking for a "$package-$version" file, and every time you bump that version number you have to bump all the projects that depend on it. Additionnaly, this file has a version number in it. So in short it should only be updated when there are incompatible changes in the API. It doesn't make sense to bump it the way you propose. Well, okay. Closing bug.