[cups-pk-helper] Update to 0.2.1

mkasik mkasik at fedoraproject.org
Tue Nov 22 12:44:55 UTC 2011


commit 5739942fbc829659a7351a9bd2c4eeb2b81f70b0
Author: Marek Kasik <mkasik at redhat.com>
Date:   Tue Nov 22 13:43:56 2011 +0100

    Update to 0.2.1
    
    Remove upstreamed patches
    Actualize Requires

 .gitignore                                    |    1 +
 allow_authentication.patch                    |  112 -------------------------
 cups-pk-helper-add-printer-ppd-optional.patch |   16 ----
 cups-pk-helper-check-mechanism.patch          |   23 -----
 cups-pk-helper.spec                           |   35 ++++----
 sources                                       |    2 +-
 6 files changed, 20 insertions(+), 169 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 092c705..c7f9338 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ cups-pk-helper-0.0.4.tar.bz2
 /cups-pk-helper-0.1.1.tar.bz2
 /cups-pk-helper-0.1.2.tar.bz2
 /cups-pk-helper-0.1.3.tar.bz2
+/cups-pk-helper-0.2.1.tar.bz2
diff --git a/cups-pk-helper.spec b/cups-pk-helper.spec
index 45e5c02..eb902a7 100644
--- a/cups-pk-helper.spec
+++ b/cups-pk-helper.spec
@@ -1,6 +1,6 @@
 Name:           cups-pk-helper
-Version:        0.1.3
-Release:        3%{?dist}
+Version:        0.2.1
+Release:        1%{?dist}
 Summary:        A helper that makes system-config-printer use PolicyKit
 
 Group:          System Environment/Base
@@ -8,21 +8,19 @@ License:        GPLv2+
 URL:            http://www.vuntz.net/download/cups-pk-helper/
 Source0:        http://cgit.freedesktop.org/cups-pk-helper/snapshot/cups-pk-helper-%{version}.tar.bz2
 
-Patch0:         cups-pk-helper-check-mechanism.patch
-Patch1:         cups-pk-helper-add-printer-ppd-optional.patch
-Patch2:         polkit_result.patch
-Patch3:         allow_authentication.patch
-Patch4:         cups-pk-helper-requesting-user-name.patch
+Patch0:         polkit_result.patch
+Patch1:         cups-pk-helper-requesting-user-name.patch
+Patch2:         cups-pk-helper-configure.patch
 
 BuildRequires:  libtool >= 1.4.3
 BuildRequires:  cups-devel >= 1.2
 BuildRequires:  python-devel >= 2.4
-BuildRequires:  glib2-devel >= 2.14.0
+BuildRequires:  glib2-devel >= 2.29.8
 BuildRequires:  gtk2-devel >= 2.12.0
 BuildRequires:  dbus-glib-devel >= 0.74
-BuildRequires:  polkit-devel >= 0.92
-BuildRequires:  polkit-gnome >= 0.92
-BuildRequires:  intltool >= 0.40.0
+BuildRequires:  polkit-devel >= 0.97
+BuildRequires:  polkit-gnome >= 0.97
+BuildRequires:  intltool >= 0.40.6
 BuildRequires:  gettext-devel >= 0.17
 BuildRequires:  gnome-common >= 2.26
 BuildRequires:  autoconf automake libtool
@@ -31,7 +29,7 @@ Requires:       python >= 2.4
 Requires:       cups-libs >= 1.2
 Requires:       dbus >= 1.2
 Requires:       dbus-glib >= 0.74
-Requires:       glib2 >= 2.14.0
+Requires:       glib2 >= 2.29.8
 
 
 %description
@@ -41,11 +39,9 @@ interfaces available under control of PolicyKit.
 %prep
 %setup -q
 
-%patch0 -p1 -b .check-mechanism
-%patch1 -p1 -b .ppd
-%patch2 -p1 -b .polkit-result
-%patch3 -p1 -b .allow_auth
-%patch4 -p1 -b .requesting-user-name
+%patch0 -p1 -b .polkit-result
+%patch1 -p1 -b .requesting-user-name
+%patch2 -p1 -b .configure
 
 
 %build
@@ -73,6 +69,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 22 2011 Marek Kasik <mkasik at redhat.com> - 0.2.1-1
+- Update to 0.2.1
+- Remove upstreamed patches
+- Actualize Requires
+
 * Thu Oct 27 2011 Marek Kasik <mkasik at redhat.com> - 0.1.3-3
 - Set requesting-user-name for IPP_GET_JOB_ATTRIBUTES
 - Resolves: #743886
diff --git a/sources b/sources
index 341b7f6..2d17a35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-885eabdf404cc80797478cc52414b21b  cups-pk-helper-0.1.3.tar.bz2
+c9858f7d722ff4c29e0201cb464cde91  cups-pk-helper-0.2.1.tar.bz2


More information about the scm-commits mailing list