After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 564168 - patch for release version flag
patch for release version flag
Status: RESOLVED FIXED
Product: bakery
Classification: Other
Component: Build
2.6.x
Other All
: Normal normal
: ---
Assigned To: bakery-maint
bakery-maint
Depends on:
Blocks:
 
 
Reported: 2008-12-11 19:25 UTC by Yaakov Selkowitz
Modified: 2010-06-16 08:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GENERIC_MAJOR_VERSION patch (702 bytes, patch)
2008-12-11 19:33 UTC, Yaakov Selkowitz
none Details | Review
GETTEXT_PACKAGE patch (497 bytes, patch)
2008-12-11 20:03 UTC, Yaakov Selkowitz
none Details | Review
Fix package versioning. (1.71 KB, patch)
2010-06-16 08:27 UTC, Yaakov Selkowitz
none Details | Review

Description Yaakov Selkowitz 2008-12-11 19:25:36 UTC
I'm attaching a patch which fixes the definition of GENERIC_RELEASE for bakery-2.6.
Comment 1 Yaakov Selkowitz 2008-12-11 19:33:15 UTC
Created attachment 124449 [details] [review]
GENERIC_MAJOR_VERSION patch

* configure.in: Fix definition of GENERIC_MAJOR_VERSION.
Comment 2 Yaakov Selkowitz 2008-12-11 20:03:49 UTC
Created attachment 124450 [details] [review]
GETTEXT_PACKAGE patch

* configure.in: Change GETTEXT_PACKAGE for parallel install of 2.6.
Comment 3 Murray Cumming 2010-06-16 08:17:05 UTC
Sorry for not noticing this. Could you please provide just one patch with a ChangeLog entry, please, explaining what problem this solves.
Comment 4 Yaakov Selkowitz 2010-06-16 08:27:26 UTC
Created attachment 163787 [details] [review]
Fix package versioning.

* configure.in (GENERIC_MAJOR_VERSION): Fix definition.
(GETTEXT_PACKAGE): Allow parallel-installation with other API versions.
Comment 5 Murray Cumming 2010-06-16 08:54:39 UTC
Pushed to master. Thanks. It looks sane, though I wonder why I never noticed it as a problem before.