[polkit] Update to upstream release 0.105

David Zeuthen davidz at fedoraproject.org
Tue Apr 24 17:01:30 UTC 2012


commit 0fee849c09e4340d73d828ce0c3f5a6f0264a797
Author: David Zeuthen <davidz at redhat.com>
Date:   Tue Apr 24 13:01:14 2012 -0400

    Update to upstream release 0.105
    
    - Nuke patches that are now upstream
    - Change 'PolicyKit' to 'polkit' in summary and descriptions

 .gitignore                                         |    1 +
 ...tAgentSession-Don-t-leak-file-descriptors.patch |   49 --------------
 ...ession-Set-error-if-we-cannot-find-a-sess.patch |   68 --------------------
 ...ession-Actually-return-TRUE-if-a-session-.patch |   44 -------------
 polkit.spec                                        |   33 +++++-----
 sources                                            |    2 +-
 6 files changed, 18 insertions(+), 179 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8a482f..23ef119 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ polkit-0.98.tar.gz
 /polkit-0.102.tar.gz
 /polkit-0.103.tar.gz
 /polkit-0.104.tar.gz
+/polkit-0.105.tar.gz
diff --git a/polkit.spec b/polkit.spec
index 897e144..b0dd091 100644
--- a/polkit.spec
+++ b/polkit.spec
@@ -1,10 +1,10 @@
-Summary: PolicyKit Authorization Framework
+Summary: polkit Authorization Framework
 Name: polkit
-Version: 0.104
-Release: 6%{?dist}
+Version: 0.105
+Release: 1%{?dist}
 License: LGPLv2+
 URL: http://www.freedesktop.org/wiki/Software/PolicyKit
-Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
+Source0: http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
 Group: System Environment/Libraries
 BuildRequires: glib2-devel >= 2.28.0
 BuildRequires: expat-devel
@@ -26,17 +26,13 @@ Conflicts: polkit-gnome < 0.97
 Obsoletes: polkit-desktop-policy < 0.103
 Provides: polkit-desktop-policy = 0.103
 
-Patch0: 0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch
-Patch1: 0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch
-Patch2: 0001-PolkitAgentSession-Don-t-leak-file-descriptors.patch
-
 %description
-PolicyKit is a toolkit for defining and handling authorizations.
-It is used for allowing unprivileged processes to speak to privileged
+polkit is a toolkit for defining and handling authorizations.  It is
+used for allowing unprivileged processes to speak to privileged
 processes.
 
 %package devel
-Summary: Development files for PolicyKit
+Summary: Development files for polkit
 Group: Development/Libraries
 Requires: %name = %{version}-%{release}
 Requires: %name-docs = %{version}-%{release}
@@ -45,10 +41,10 @@ Obsoletes: PolicyKit-devel <= 0.10
 Provides: PolicyKit-devel = 0.11
 
 %description devel
-Development files for PolicyKit.
+Development files for polkit.
 
 %package docs
-Summary: Development documentation for PolicyKit
+Summary: Development documentation for polkit
 Group: Development/Libraries
 Requires: %name-devel = %{version}-%{release}
 Obsoletes: PolicyKit-docs <= 0.10
@@ -56,13 +52,10 @@ Provides: PolicyKit-docs = 0.11
 BuildArch: noarch
 
 %description docs
-Development documentation for PolicyKit.
+Development documentation for polkit.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure --enable-gtk-doc \
@@ -103,6 +96,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/*.la
 %{_sysconfdir}/polkit-1
 %{_bindir}/pkaction
 %{_bindir}/pkcheck
+%{_bindir}/pkttyagent
 %dir %{_libexecdir}/polkit-1
 %{_libexecdir}/polkit-1/polkitd
 %{_libdir}/girepository-1.0/*.typelib
@@ -133,6 +127,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/*.la
 %{_datadir}/gtk-doc
 
 %changelog
+* Tue Apr 24 2012 David Zeuthen <davidz at redhat.com> 0.105-1%{?dist}
+- Update to upstream release 0.105
+- Nuke patches that are now upstream
+- Change 'PolicyKit' to 'polkit' in summary and descriptions
+
 * Thu Mar 08 2012 David Zeuthen <davidz at redhat.com> 0.104-6%{?dist}
 - Don't leak file descriptors (bgo #671486)
 
diff --git a/sources b/sources
index c5207a5..3c8e936 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e380b4c6fb1e7bccf854e92edc0a8ce1  polkit-0.104.tar.gz
+9c29e1b6c214f0bd6f1d4ee303dfaed9  polkit-0.105.tar.gz


More information about the scm-commits mailing list