public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-data-server/files: evolution-data-server-2.28.3.1-version-number.patch
@ 2010-04-29 20:54 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-04-29 20:54 UTC (permalink / raw
  To: gentoo-commits

pacho       10/04/29 20:54:02

  Added:                evolution-data-server-2.28.3.1-version-number.patch
  Log:
  Apply a patch to set version properly and, then, allow us to use a more future proof e-d-s patch for mail-client/mail-notification
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  gnome-extra/evolution-data-server/files/evolution-data-server-2.28.3.1-version-number.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.28.3.1-version-number.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-data-server/files/evolution-data-server-2.28.3.1-version-number.patch?rev=1.1&content-type=text/plain

Index: evolution-data-server-2.28.3.1-version-number.patch
===================================================================
# As talked with Matthew Barnes (from upstream) this way to set version causes 
# problems as results in a "3.1" slipping into the EDS_CHECK_VERSION preprocessor 
# macro, and preprocessor macros don't like floating point numbers, causing problems
# like mail-notification e-d-s patch not working when building against this e-d-s version.
# This patch appends .1 to the version number properly.
--- configure.ac~	2010-03-02 07:29:38.000000000 +0100
+++ configure.ac	2010-04-29 22:13:24.000000000 +0200
@@ -1,7 +1,7 @@
 dnl Evolution-Data-Server version
 m4_define([eds_major_version], [2])
 m4_define([eds_minor_version], [28])
-m4_define([eds_micro_version], [3.1])
+m4_define([eds_micro_version], [3])
 
 m4_define([eds_version],
 	[eds_major_version.eds_minor_version.eds_micro_version])
@@ -19,7 +19,7 @@
 
 dnl Autoconf / Automake Initialization
 AC_PREREQ(2.58)
-AC_INIT([evolution-data-server],[eds_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server])
+AC_INIT([evolution-data-server],[eds_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server])
 AM_INIT_AUTOMAKE([gnu 1.9])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR(README)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-29 20:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 20:54 [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-data-server/files: evolution-data-server-2.28.3.1-version-number.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox