rpms/dbus-glib/F-13 dbus-glib.spec,1.44,1.45

Colin Walters walters at fedoraproject.org
Tue Mar 2 21:50:04 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/dbus-glib/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30413

Modified Files:
	dbus-glib.spec 
Log Message:
* Tue Mar 02 2010 Colin Walters <walters at verbum.org> - 0.84-3
- Revert previous broken patch for error names, add better fix



Index: dbus-glib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbus-glib/F-13/dbus-glib.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- dbus-glib.spec	2 Mar 2010 21:47:56 -0000	1.44
+++ dbus-glib.spec	2 Mar 2010 21:50:04 -0000	1.45
@@ -8,7 +8,7 @@
 Summary: GLib bindings for D-Bus
 Name: dbus-glib
 Version: 0.84
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.freedesktop.org/software/dbus/
 #VCS: git:git://git.freedesktop.org/git/dbus/dbus-glib
 Source0: http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
@@ -26,7 +26,7 @@ BuildRequires: autoconf
 # this patch requires autoreconf
 BuildRequires: autoconf automake libtool gettext-devel gtk-doc
 
-Patch0: 0001-Squash-underscores-and-dashes-in-errors-when-convert.patch
+Patch1: Fix-hyphenated-error-codes-correctly.patch
 
 %description
 
@@ -60,7 +60,7 @@ D-Bus tools written using the gtk+ GUI l
 
 %prep
 %setup -q
-%patch0 -p1
+%patch1 -p1
 
 %build
 libtoolize --force --copy
@@ -118,6 +118,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Mar 02 2010 Colin Walters <walters at verbum.org> - 0.84-3
+- Revert previous broken patch for error names, add better fix
+
 * Mon Feb 15 2010 Colin Walters <walters at verbum.org> - 0.84-2
 - Add patch to avoid assertions when setting a GError that
   includes a '-' in the enumeration value.  Should fix #528897



More information about the scm-commits mailing list