rpms/hal-cups-utils/devel hal-cups-utils.spec,1.41,1.42

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 8 17:53:57 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/hal-cups-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24761

Modified Files:
	hal-cups-utils.spec 
Log Message:
* Wed Nov  8 2006 Tim Waugh <twaugh at redhat.com> - 0.6.2-6
- Fixed HAL printer interface API name (bug #214598).
- Resolves: rhbz#214598



Index: hal-cups-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/hal-cups-utils/devel/hal-cups-utils.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- hal-cups-utils.spec	11 Sep 2006 15:13:32 -0000	1.41
+++ hal-cups-utils.spec	8 Nov 2006 17:53:55 -0000	1.42
@@ -1,13 +1,15 @@
 Summary: Halified CUPS utilities 
 Name: hal-cups-utils
 Version: 0.6.2
-Release: 4
+Release: 6
 License: GPL
 Group: Applications/System
 Source: %{name}-%{version}.tar.gz
 Source1: cups-config-daemon
 Patch0: hal-cups-utils-0.6.0-remove-cups-backenddir-check.patch
 Patch1: hal-cups-utils-uri.patch
+Patch2: hal-cups-utils-api-name.patch
+Patch3: hal-cups-utils-introspection.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: glib2-devel
 BuildRequires: dbus-devel >= 0.60
@@ -32,11 +34,12 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1 -b .uri
+%patch2 -p1 -b .api-name
+%patch3 -p1 -b .introspection
 
 %build
 
 %configure
-find . -type f -print0 \( -name '*.c' -o -name '*.h' -o -name '*.conf' \) | xargs -0 perl -pi -e 's,org/freedesktop/,com/redhat/,g;s,org.freedesktop.,com.redhat.,g'
 make
 
 %install
@@ -68,6 +71,9 @@
 %{_initrddir}/cups-config-daemon
 
 %changelog
+* Wed Nov  8 2006 Tim Waugh <twaugh at redhat.com> - 0.6.2-6
+- Fixed HAL printer interface API name (bug #214598).
+
 * Mon Sep 11 2006 Florian Festi <ffesti at redhat.com> - 0.6.2-4
 - changed dbus URI from org/freedesktop/ to com/redhat/ to fit eggcups
 




More information about the fedora-cvs-commits mailing list