From d6bf3ebf4cb2e00a582196f0af8c88a9f61c675303e119f5bb99d7f8f0017d1e Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 16 Sep 2010 07:45:33 +0000 Subject: [PATCH 1/3] Accepting request 48260 from home:vuntz:branches:Base:System Forwarding to openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/48260 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=31 --- polkit-0.98.tar.bz2 | 3 --- polkit-0.99.tar.bz2 | 3 +++ polkit-install-missing-header.patch | 24 ------------------------ polkit.changes | 10 ++++++++++ polkit.spec | 7 ++----- 5 files changed, 15 insertions(+), 32 deletions(-) delete mode 100644 polkit-0.98.tar.bz2 create mode 100644 polkit-0.99.tar.bz2 delete mode 100644 polkit-install-missing-header.patch diff --git a/polkit-0.98.tar.bz2 b/polkit-0.98.tar.bz2 deleted file mode 100644 index 6c4317b..0000000 --- a/polkit-0.98.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b282694581465347bd2943398d995a344fa44495f9200196e5ac62f5b961ec57 -size 794417 diff --git a/polkit-0.99.tar.bz2 b/polkit-0.99.tar.bz2 new file mode 100644 index 0000000..1c7a710 --- /dev/null +++ b/polkit-0.99.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bc9860be4a14d3698cc96ffd00692a753e3e411d42fcdef4cc2b3f17c27369 +size 794236 diff --git a/polkit-install-missing-header.patch b/polkit-install-missing-header.patch deleted file mode 100644 index 671fb33..0000000 --- a/polkit-install-missing-header.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: polkit-0.98/src/polkitagent/Makefile.am -=================================================================== ---- polkit-0.98.orig/src/polkitagent/Makefile.am -+++ polkit-0.98/src/polkitagent/Makefile.am -@@ -46,6 +46,7 @@ libpolkit_agent_1includedir=$(includedir - - libpolkit_agent_1include_HEADERS = \ - polkitagent.h \ -+ polkitagentenumtypes.h \ - polkitagenttypes.h \ - polkitagentsession.h \ - polkitagentlistener.h \ -Index: polkit-0.98/src/polkitagent/Makefile.in -=================================================================== ---- polkit-0.98.orig/src/polkitagent/Makefile.in -+++ polkit-0.98/src/polkitagent/Makefile.in -@@ -338,6 +338,7 @@ lib_LTLIBRARIES = libpolkit-agent-1.la - libpolkit_agent_1includedir = $(includedir)/polkit-1/polkitagent - libpolkit_agent_1include_HEADERS = \ - polkitagent.h \ -+ polkitagentenumtypes.h \ - polkitagenttypes.h \ - polkitagentsession.h \ - polkitagentlistener.h \ diff --git a/polkit.changes b/polkit.changes index 777f45b..3b1c302 100644 --- a/polkit.changes +++ b/polkit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 16 09:34:50 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.99: + + Remove duplicate definitions of enumeration types + + Fix (correct) GCC warning about possibly-uninitialized variable + + Fix another GCC uninitialized variable warning + + fdo#29816: Install polkitagentenumtypes.h +- Drop polkit-install-missing-header.patch: fixed upstream. + ------------------------------------------------------------------- Thu Aug 26 10:04:44 CEST 2010 - vuntz@opensuse.org diff --git a/polkit.spec b/polkit.spec index 8e7e9d3..f3e2131 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,5 +1,5 @@ # -# spec file for package polkit (Version 0.98) +# spec file for package polkit (Version 0.99) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: polkit Summary: PolicyKit Authorization Framework -Version: 0.98 +Version: 0.99 Release: 1 License: LGPLv2+ Url: http://www.freedesktop.org/wiki/Software/PolicyKit @@ -27,8 +27,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 Source99: baselibs.conf -# PATCH-FIX-UPSTREAM polkit-install-missing-header.patch fdo#29816 vuntz@opensuse.org -- Install header that should get installed -Patch0: polkit-install-missing-header.patch BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc @@ -81,7 +79,6 @@ This package contains the libraries only. %prep %setup -q -%patch0 -p1 %build export V=1 From cd1da6e5c4bf9bda8d75e33713bf2d74232566ed2852a06872de2be682996571 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 17 Sep 2010 19:00:23 +0000 Subject: [PATCH 2/3] Accepting request 48261 from Base:System checked in (request 48261) OBS-URL: https://build.opensuse.org/request/show/48261 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=32 --- polkit-0.98.tar.bz2 | 3 +++ polkit-0.99.tar.bz2 | 3 --- polkit-install-missing-header.patch | 24 ++++++++++++++++++++++++ polkit.changes | 10 ---------- polkit.spec | 7 +++++-- 5 files changed, 32 insertions(+), 15 deletions(-) create mode 100644 polkit-0.98.tar.bz2 delete mode 100644 polkit-0.99.tar.bz2 create mode 100644 polkit-install-missing-header.patch diff --git a/polkit-0.98.tar.bz2 b/polkit-0.98.tar.bz2 new file mode 100644 index 0000000..6c4317b --- /dev/null +++ b/polkit-0.98.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b282694581465347bd2943398d995a344fa44495f9200196e5ac62f5b961ec57 +size 794417 diff --git a/polkit-0.99.tar.bz2 b/polkit-0.99.tar.bz2 deleted file mode 100644 index 1c7a710..0000000 --- a/polkit-0.99.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4bc9860be4a14d3698cc96ffd00692a753e3e411d42fcdef4cc2b3f17c27369 -size 794236 diff --git a/polkit-install-missing-header.patch b/polkit-install-missing-header.patch new file mode 100644 index 0000000..671fb33 --- /dev/null +++ b/polkit-install-missing-header.patch @@ -0,0 +1,24 @@ +Index: polkit-0.98/src/polkitagent/Makefile.am +=================================================================== +--- polkit-0.98.orig/src/polkitagent/Makefile.am ++++ polkit-0.98/src/polkitagent/Makefile.am +@@ -46,6 +46,7 @@ libpolkit_agent_1includedir=$(includedir + + libpolkit_agent_1include_HEADERS = \ + polkitagent.h \ ++ polkitagentenumtypes.h \ + polkitagenttypes.h \ + polkitagentsession.h \ + polkitagentlistener.h \ +Index: polkit-0.98/src/polkitagent/Makefile.in +=================================================================== +--- polkit-0.98.orig/src/polkitagent/Makefile.in ++++ polkit-0.98/src/polkitagent/Makefile.in +@@ -338,6 +338,7 @@ lib_LTLIBRARIES = libpolkit-agent-1.la + libpolkit_agent_1includedir = $(includedir)/polkit-1/polkitagent + libpolkit_agent_1include_HEADERS = \ + polkitagent.h \ ++ polkitagentenumtypes.h \ + polkitagenttypes.h \ + polkitagentsession.h \ + polkitagentlistener.h \ diff --git a/polkit.changes b/polkit.changes index 3b1c302..777f45b 100644 --- a/polkit.changes +++ b/polkit.changes @@ -1,13 +1,3 @@ -------------------------------------------------------------------- -Thu Sep 16 09:34:50 CEST 2010 - vuntz@opensuse.org - -- Update to version 0.99: - + Remove duplicate definitions of enumeration types - + Fix (correct) GCC warning about possibly-uninitialized variable - + Fix another GCC uninitialized variable warning - + fdo#29816: Install polkitagentenumtypes.h -- Drop polkit-install-missing-header.patch: fixed upstream. - ------------------------------------------------------------------- Thu Aug 26 10:04:44 CEST 2010 - vuntz@opensuse.org diff --git a/polkit.spec b/polkit.spec index f3e2131..8e7e9d3 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,5 +1,5 @@ # -# spec file for package polkit (Version 0.99) +# spec file for package polkit (Version 0.98) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: polkit Summary: PolicyKit Authorization Framework -Version: 0.99 +Version: 0.98 Release: 1 License: LGPLv2+ Url: http://www.freedesktop.org/wiki/Software/PolicyKit @@ -27,6 +27,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 Source99: baselibs.conf +# PATCH-FIX-UPSTREAM polkit-install-missing-header.patch fdo#29816 vuntz@opensuse.org -- Install header that should get installed +Patch0: polkit-install-missing-header.patch BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc @@ -79,6 +81,7 @@ This package contains the libraries only. %prep %setup -q +%patch0 -p1 %build export V=1 From 48f5ce4e7751806291e53efac3919e034c5e1419ef179523fb2462fe5bd7092e Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 17 Sep 2010 19:00:24 +0000 Subject: [PATCH 3/3] Updating link to change in openSUSE:Factory/polkit revision 13.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=31d95ce04c88a4e06a4334891822df4d --- polkit-0.98.tar.bz2 | 3 --- polkit-0.99.tar.bz2 | 3 +++ polkit-install-missing-header.patch | 24 ------------------------ polkit.changes | 10 ++++++++++ polkit.spec | 7 ++----- 5 files changed, 15 insertions(+), 32 deletions(-) delete mode 100644 polkit-0.98.tar.bz2 create mode 100644 polkit-0.99.tar.bz2 delete mode 100644 polkit-install-missing-header.patch diff --git a/polkit-0.98.tar.bz2 b/polkit-0.98.tar.bz2 deleted file mode 100644 index 6c4317b..0000000 --- a/polkit-0.98.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b282694581465347bd2943398d995a344fa44495f9200196e5ac62f5b961ec57 -size 794417 diff --git a/polkit-0.99.tar.bz2 b/polkit-0.99.tar.bz2 new file mode 100644 index 0000000..1c7a710 --- /dev/null +++ b/polkit-0.99.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bc9860be4a14d3698cc96ffd00692a753e3e411d42fcdef4cc2b3f17c27369 +size 794236 diff --git a/polkit-install-missing-header.patch b/polkit-install-missing-header.patch deleted file mode 100644 index 671fb33..0000000 --- a/polkit-install-missing-header.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: polkit-0.98/src/polkitagent/Makefile.am -=================================================================== ---- polkit-0.98.orig/src/polkitagent/Makefile.am -+++ polkit-0.98/src/polkitagent/Makefile.am -@@ -46,6 +46,7 @@ libpolkit_agent_1includedir=$(includedir - - libpolkit_agent_1include_HEADERS = \ - polkitagent.h \ -+ polkitagentenumtypes.h \ - polkitagenttypes.h \ - polkitagentsession.h \ - polkitagentlistener.h \ -Index: polkit-0.98/src/polkitagent/Makefile.in -=================================================================== ---- polkit-0.98.orig/src/polkitagent/Makefile.in -+++ polkit-0.98/src/polkitagent/Makefile.in -@@ -338,6 +338,7 @@ lib_LTLIBRARIES = libpolkit-agent-1.la - libpolkit_agent_1includedir = $(includedir)/polkit-1/polkitagent - libpolkit_agent_1include_HEADERS = \ - polkitagent.h \ -+ polkitagentenumtypes.h \ - polkitagenttypes.h \ - polkitagentsession.h \ - polkitagentlistener.h \ diff --git a/polkit.changes b/polkit.changes index 777f45b..3b1c302 100644 --- a/polkit.changes +++ b/polkit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 16 09:34:50 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.99: + + Remove duplicate definitions of enumeration types + + Fix (correct) GCC warning about possibly-uninitialized variable + + Fix another GCC uninitialized variable warning + + fdo#29816: Install polkitagentenumtypes.h +- Drop polkit-install-missing-header.patch: fixed upstream. + ------------------------------------------------------------------- Thu Aug 26 10:04:44 CEST 2010 - vuntz@opensuse.org diff --git a/polkit.spec b/polkit.spec index 8e7e9d3..f3e2131 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,5 +1,5 @@ # -# spec file for package polkit (Version 0.98) +# spec file for package polkit (Version 0.99) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: polkit Summary: PolicyKit Authorization Framework -Version: 0.98 +Version: 0.99 Release: 1 License: LGPLv2+ Url: http://www.freedesktop.org/wiki/Software/PolicyKit @@ -27,8 +27,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 Source99: baselibs.conf -# PATCH-FIX-UPSTREAM polkit-install-missing-header.patch fdo#29816 vuntz@opensuse.org -- Install header that should get installed -Patch0: polkit-install-missing-header.patch BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc @@ -81,7 +79,6 @@ This package contains the libraries only. %prep %setup -q -%patch0 -p1 %build export V=1