rpms/gtranslator/devel gtranslator.spec,1.26,1.27

Alexey Torkhov atorkhov at fedoraproject.org
Tue Jul 14 09:46:10 UTC 2009


Author: atorkhov

Update of /cvs/pkgs/rpms/gtranslator/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10868

Modified Files:
	gtranslator.spec 
Log Message:
* Tue Jul 14 2009 Alexey Torkhov <atorkhov at gmail.com> - 1.9.5-2
- Update for new gdl and requiring libuuid directly



Index: gtranslator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtranslator/devel/gtranslator.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- gtranslator.spec	4 Jun 2009 21:18:13 -0000	1.26
+++ gtranslator.spec	14 Jul 2009 09:46:09 -0000	1.27
@@ -1,6 +1,6 @@
 Name:           gtranslator
 Version:        1.9.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Gettext po file editor for GNOME
 
 Group:          Development/Tools
@@ -9,6 +9,8 @@ URL:            http://gtranslator.sourc
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gtranslator/1.9/%{name}-%{version}.tar.bz2
 # Bug reported: http://bugzilla.gnome.org/show_bug.cgi?id=584608
 Patch0:         %{name}-1.9.5-fix-update-desktop-database.patch
+# Compatibility with new gdl, may not be suitable for upstream
+Patch1:         %{name}-1.9.5-gdl2.27.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
@@ -21,8 +23,7 @@ BuildRequires:  perl(XML::Parser)
 BuildRequires:  desktop-file-utils
 BuildRequires:  scrollkeeper, intltool
 BuildRequires:  gnome-doc-utils
-# For libuuid:
-BuildRequires:  e2fsprogs-devel
+BuildRequires:  libuuid-devel
 
 Requires:       yelp
 Requires:       which
@@ -54,6 +55,7 @@ developing applications that use %{name}
 %prep
 %setup -q
 %patch0 -p1 -z .fix-update
+%patch1 -p1 -z .gdl
 
 
 %build
@@ -130,6 +132,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Tue Jul 14 2009 Alexey Torkhov <atorkhov at gmail.com> - 1.9.5-2
+- Update for new gdl and requiring libuuid directly
+
 * Sat May 30 2009 Alexey Torkhov <atorkhov at gmail.com> - 1.9.5-1
 - Update to 1.9.5 with help of patch by Arkady Shane. New version required a bunch of changes:
 - Dropped old patches




More information about the fedora-extras-commits mailing list