Hello community, here is the log from the commit of package PolicyKit-gnome checked in at Fri Feb 1 01:23:07 CET 2008. -------- --- GNOME/PolicyKit-gnome/PolicyKit-gnome.changes 2008-01-02 13:36:28.000000000 +0100 +++ PolicyKit-gnome/PolicyKit-gnome.changes 2008-01-31 14:35:14.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 31 14:35:10 CET 2008 - sbrabec@suse.cz + +- Devhelp documentation moved to the separate package (bnc#248813). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PolicyKit-gnome.spec ++++++ --- /var/tmp/diff_new_pack.G21620/_old 2008-02-01 01:22:29.000000000 +0100 +++ /var/tmp/diff_new_pack.G21620/_new 2008-02-01 01:22:29.000000000 +0100 @@ -11,6 +11,8 @@ # norootforbuild Name: PolicyKit-gnome +%define polkit_version 0.7 +%define gtk2_version 2.12.0 Summary: PolicyKit integration for the GNOME desktop BuildRequires: dbus-1-glib-devel glib2-devel pkg-config BuildRequires: gnome-common gtk2-devel intltool libgnome-devel libgnomeui-devel libsexy-devel @@ -18,10 +20,10 @@ BuildRequires: PolicyKit-devel BuildRequires: update-desktop-files Url: http://gitweb.freedesktop.org/?p=users/david/PolicyKit-gnome.git;a=summary -License: GPL v2 or later +License: GPL v2 or later; LGPL v2.0 or later Group: System/GUI/GNOME Version: 0.7 -Release: 3 +Release: 14 AutoReqProv: on Source: %{name}-%{version}.tar.bz2 Source1: PolicyKit-gnome-libs-0.7-rpmlintrc @@ -80,11 +82,9 @@ -------- David Zeuthen <davidz@redhat.com> -%post libs -/sbin/ldconfig +%post libs -p /sbin/ldconfig -%postun libs -/sbin/ldconfig +%postun libs -p /sbin/ldconfig %files libs %defattr(-,root,root) @@ -93,8 +93,8 @@ %package devel Summary: Headers, libraries and API docs for PolicyKit-gnome Group: Development/Libraries/GNOME -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig +Requires: %{name} = %{version} +Requires: pkg-config Requires: gtk2-devel Requires: PolicyKit-devel >= %{polkit_version} Requires: PolicyKit-doc >= %{polkit_version} @@ -112,15 +112,33 @@ %files devel %defattr(-,root,root) %{_libdir}/lib*.so -%{_libdir}/pkgconfig/* +%{_libdir}/pkgconfig/*.pc %{_includedir}/* -%dir %{_datadir}/gtk-doc/html/polkit-gnome -%{_datadir}/gtk-doc/html/polkit-gnome/* + +%package doc +Summary: PolicyKit integration for the GNOME desktop +Group: System/GUI/GNOME +Requires: %{name} = %{version} + +%description doc +PolicyKit-gnome provides a GNOME integration library and tools for +PolicyKit including an Authentication Agent that matches the look and +feel of the GNOME desktop. + + + +Authors: +-------- + David Zeuthen <davidz@redhat.com> + +%files doc +%defattr(-,root,root) +%{_datadir}/gtk-doc/html/polkit-gnome %package demo Summary: Demo application for PolicyKit-gnome Group: System/GUI/GNOME -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version} %description demo Policy-gnome-demo provides a sample application that demonstrates the @@ -140,18 +158,20 @@ %{_datadir}/PolicyKit/policy/polkit-gnome-example.policy %changelog -* Wed Jan 02 2008 - kay.sievers@novell.com +* Thu Jan 31 2008 sbrabec@suse.cz +- Devhelp documentation moved to the separate package (bnc#248813). +* Wed Jan 02 2008 kay.sievers@novell.com - copy from BETA -* Wed Dec 26 2007 - kay.sievers@novell.com +* Wed Dec 26 2007 kay.sievers@novell.com - disable rpmlint error: PolicyKit-gnome-libs will contain multiple libs and never be named after SONAME - require PolicyKit-doc not -docs -* Sun Dec 23 2007 - kay.sievers@novell.com +* Sun Dec 23 2007 kay.sievers@novell.com - update to version 0.7 - Also listen on the new desktop-neutral session bus interface - New polkit-gnome-authorizations tool for managing authorizations - Various bug fixes -* Fri Oct 19 2007 - kay.sievers@novell.com +* Fri Oct 19 2007 kay.sievers@novell.com - update to version 0.6 implement <allow_any> to specify default answer for any user don't fail on unknown XML tags, just skip them @@ -163,7 +183,7 @@ support thinkfinger better exit authentication daemon after 30 seconds of inactivity add a --no-exit option to polkit-gnome-manager -* Sat Aug 04 2007 - kay.sievers@suse.de +* Sun Aug 05 2007 kay.sievers@suse.de - add intltool to build-requires -* Fri Jul 27 2007 - kay.sievers@suse.de +* Fri Jul 27 2007 kay.sievers@suse.de - initial checkin of version 0.4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de