Author: megabajt Date: Wed Apr 28 14:04:48 2010 GMT Module: packages Tag: HEAD ---- Log message: - added configure.patch to fix build - release 2
---- Files affected: packages/empathy: empathy.spec (1.64 -> 1.65) , configure.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/empathy/empathy.spec diff -u packages/empathy/empathy.spec:1.64 packages/empathy/empathy.spec:1.65 --- packages/empathy/empathy.spec:1.64 Tue Apr 27 21:07:10 2010 +++ packages/empathy/empathy.spec Wed Apr 28 16:04:40 2010 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Bardzo łatwy w użyciu klient Telepathy dla GNOME Name: empathy Version: 2.30.1 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/Communications Source0: http://ftp.gnome.org/pub/GNOME/sources/empathy/2.30/%{name}-%{version}.tar.bz2 # Source0-md5: 62a048b41421e24eef4fea8193f5d9af +Patch0: configure.patch URL: http://live.gnome.org/Empathy BuildRequires: GConf2-devel >= 2.26.0 BuildRequires: NetworkManager-devel >= 0.7 @@ -92,6 +93,8 @@ %prep %setup -q +%patch0 -p1 + rm po/[email protected] sed -i 's/^...@shaw//' po/LINGUAS @@ -162,6 +165,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.65 2010/04/28 14:04:40 megabajt +- added configure.patch to fix build +- release 2 + Revision 1.64 2010/04/27 19:07:10 patrys - add fevourite contacts ================================================================ Index: packages/empathy/configure.patch diff -u /dev/null packages/empathy/configure.patch:1.1 --- /dev/null Wed Apr 28 16:04:48 2010 +++ packages/empathy/configure.patch Wed Apr 28 16:04:40 2010 @@ -0,0 +1,11 @@ +--- a/configure.ac 2010-04-26 16:38:51.000000000 +0200 ++++ b/configure.ac.new 2010-04-28 15:29:04.175108608 +0200 +@@ -19,7 +19,7 @@ + m4_define(empathy_version, empathy_full_version[]empathy_maybe_datestamp) + + +-AC_INIT(Empathy, empathy_version, http://bugzilla.gnome.org/browse.cgi?product=empathy) ++AC_INIT([Empathy], [empathy_version], [http://bugzilla.gnome.org/browse.cgi?product=empathy]) + + + AC_PREREQ(2.59) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/empathy/empathy.spec?r1=1.64&r2=1.65&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
