diff --git a/libzypp-3.22.1.tar.bz2 b/libzypp-3.22.1.tar.bz2 deleted file mode 100644 index 1894b28..0000000 --- a/libzypp-3.22.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bcbffa830d8045df68d80f3d87aebae726b3a47ede4be723181f72fc26e9f59 -size 2938792 diff --git a/libzypp-3.22.6.tar.bz2 b/libzypp-3.22.6.tar.bz2 new file mode 100644 index 0000000..1f1f504 --- /dev/null +++ b/libzypp-3.22.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371aab0a82e334a1fa2befcf95f3a01cc69093cdba16218d64297e080a9e452d +size 2938992 diff --git a/libzypp.changes b/libzypp.changes index cd574f8..b933674 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,9 +1,42 @@ +------------------------------------------------------------------- +Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de + +- new translations added +- r 7166 +- version 3.22.6 + +------------------------------------------------------------------- +Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz + +- fixed disk usage counting of updated packages (#308362) + +------------------------------------------------------------------- +Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de + +- Splitting packages: Take the package with the best + architecture,edition ONLY; Bug 308591 +- r 7160 + +------------------------------------------------------------------- +Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz + +- properly report fallback disk usage size (in kB instead of bytes) + when disk usage is not known (YUM repos) (#308475) + +------------------------------------------------------------------- +Fri Sep 7 13:27:26 CEST 2007 - ma@suse.de + +- Install a sample /etc/zypp.conf. (#306615) +- Fixed missing soversion symlink in package. +- version 3.22.5 +- revision 7150 + ------------------------------------------------------------------- Fri Sep 7 13:03:48 CEST 2007 - schubi@suse.de - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug 308252 -- r 7143 +- r 7143 ------------------------------------------------------------------- Thu Sep 6 18:22:36 CEST 2007 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index 1c87b0e..d06a28d 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.22.1) +# spec file for package libzypp (Version 3.22.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,9 +16,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.22.1 -Release: 7 -Source: libzypp-3.22.1.tar.bz2 +Version: 3.22.6 +Release: 1 +Source: libzypp-3.22.6.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.22.1 +Requires: libzypp == 3.22.6 Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel Requires: cmake @@ -89,9 +89,10 @@ make -C po %{?jobs:-j %jobs} translations cd build make install DESTDIR=$RPM_BUILD_ROOT make -C doc/autodoc install DESTDIR=$RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/etc/zypp/repos.d %suse_update_desktop_file -G "" -C "" package-manager make -C po install DESTDIR=$RPM_BUILD_ROOT -# Create filelist with translatins +# Create filelist with translations cd .. %{find_lang} zypp @@ -106,13 +107,16 @@ cd .. %files -f zypp.lang %defattr(-,root,root) +%dir /etc/zypp +%dir /etc/zypp/repos.d +%config(noreplace) /etc/zypp/zypp.conf %{prefix}/lib/zypp %{prefix}/share/zypp -%{_libdir}/libzypp*so.* %{prefix}/share/applications/package-manager.desktop %{prefix}/share/pixmaps/package-manager-icon.png %{prefix}/bin/package-manager %{prefix}/bin/package-manager-su +%{_libdir}/libzypp*so.* %files devel %defattr(-,root,root) @@ -125,6 +129,24 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Mon Sep 10 2007 - schubi@suse.de +- new translations added +- r 7166 +- version 3.22.6 +* Mon Sep 10 2007 - lslezak@suse.cz +- fixed disk usage counting of updated packages (#308362) +* Mon Sep 10 2007 - schubi@suse.de +- Splitting packages: Take the package with the best + architecture,edition ONLY; Bug 308591 +- r 7160 +* Mon Sep 10 2007 - lslezak@suse.cz +- properly report fallback disk usage size (in kB instead of bytes) + when disk usage is not known (YUM repos) (#308475) +* Fri Sep 07 2007 - ma@suse.de +- Install a sample /etc/zypp.conf. (#306615) +- Fixed missing soversion symlink in package. +- version 3.22.5 +- revision 7150 * Fri Sep 07 2007 - schubi@suse.de - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug 308252