New upstream release
- Add GType's for packagekit-glib2 enumerations - Always set GPG checking members if present for yum. - Do not allow an empty resolve call to be passed down to the backends - Do not include the website in the tarball - Drop --print-reply from dbus-send command used on suspend/resume - Install pk-task-sync.h as part of the public API - Speed up get_package_list
This commit is contained in:
parent
3e674697b1
commit
fded3a7a22
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-0.6.20.tar.xz
|
||||
/PackageKit-0.6.21.tar.xz
|
||||
/PackageKit-0.7.2.tar.xz
|
||||
/PackageKit-0.7.4.tar.xz
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.7.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.7.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
||||
@ -351,13 +351,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/gtk-doc/html/PackageKit
|
||||
%dir %{_datadir}/PackageKit/website
|
||||
%{_datadir}/PackageKit/website/*.html
|
||||
%{_datadir}/PackageKit/website/*.css
|
||||
%dir %{_datadir}/PackageKit/website/img
|
||||
%{_datadir}/PackageKit/website/img/*.png
|
||||
%dir %{_datadir}/PackageKit/website/img/thumbnails
|
||||
%{_datadir}/PackageKit/website/img/thumbnails/*.png
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
%files smart
|
||||
@ -457,6 +450,16 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_libdir}/pkgconfig/packagekit-plugin.pc
|
||||
|
||||
%changelog
|
||||
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 0.7.4-1
|
||||
- New upstream release
|
||||
- Add GType's for packagekit-glib2 enumerations
|
||||
- Always set GPG checking members if present for yum.
|
||||
- Do not allow an empty resolve call to be passed down to the backends
|
||||
- Do not include the website in the tarball
|
||||
- Drop --print-reply from dbus-send command used on suspend/resume
|
||||
- Install pk-task-sync.h as part of the public API
|
||||
- Speed up get_package_list
|
||||
|
||||
* Fri Apr 13 2012 Jindrich Novy <jnovy@redhat.com> - 0.7.3-2
|
||||
- rebuild against new librpm
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user