diff --git a/_service b/_service new file mode 100644 index 0000000..a5afaff --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + http + hal.freedesktop.org + /releases/polkit-0.101.tar.gz + + + _service:download_url:polkit-0.101.tar.gz + sha256 + 927f65760e4fce23d7cdeae90245c22986eb0a39335a344915302158f73f9f1b + + + *.tar.gz + bz2 + + diff --git a/_service:recompress:download_url:polkit-0.101.tar.bz2 b/_service:recompress:download_url:polkit-0.101.tar.bz2 new file mode 100644 index 0000000..4b3949d --- /dev/null +++ b/_service:recompress:download_url:polkit-0.101.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7e1b4b4c6a67f286ee4afdc28bda3d72a4e49f8f3d7a0e501433d696e3454f +size 856689 diff --git a/polkit-0.101.tar.bz2 b/polkit-0.101.tar.bz2 new file mode 100644 index 0000000..4b3949d --- /dev/null +++ b/polkit-0.101.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7e1b4b4c6a67f286ee4afdc28bda3d72a4e49f8f3d7a0e501433d696e3454f +size 856689 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.changes b/polkit.changes index 3f5dc6e..e99e1c3 100644 --- a/polkit.changes +++ b/polkit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 6 15:40:51 UTC 2011 - fcrozat@novell.com + +- Remove PolkitAgent-1.0.typelib from main package, it is in + library package. + +------------------------------------------------------------------- +Wed Mar 9 13:54:11 UTC 2011 - coolo@novell.com + +- update to 0.101: + * tons of bug fixes, see NEWS + ------------------------------------------------------------------- Wed Nov 10 15:04:36 UTC 2010 - coolo@novell.com diff --git a/polkit.spec b/polkit.spec index 41f2621..5fc3b72 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,7 +1,7 @@ # -# spec file for package polkit (Version 0.99) +# spec file for package polkit # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: polkit Summary: PolicyKit Authorization Framework -Version: 0.99 +Version: 0.101 Release: 2 License: LGPLv2+ Url: http://www.freedesktop.org/wiki/Software/PolicyKit @@ -27,8 +27,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 Source99: baselibs.conf -BuildRequires: glib2-devel -BuildRequires: gobject-introspection-devel +BuildRequires: glib2-devel >= 2.25.12 +BuildRequires: gobject-introspection-devel >= 0.6.2 BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: libexpat-devel @@ -118,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_libdir}/lib*.so.* %{_libdir}/girepository-1.0/Polkit-1.0.typelib +%{_libdir}/girepository-1.0/PolkitAgent-1.0.typelib %files -f polkit-1.lang %defattr(-,root,root,-) @@ -164,6 +165,7 @@ rm -rf $RPM_BUILD_ROOT %files doc %defattr(-,root,root,-) +%doc NEWS %{_datadir}/gtk-doc/html/* %changelog