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