diff --git a/libzypp-4.25.0.tar.bz2 b/libzypp-4.25.0.tar.bz2 index b63d067..723ea8a 100644 --- a/libzypp-4.25.0.tar.bz2 +++ b/libzypp-4.25.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8581448fb42b7eaf408bce39568490724a81365be8da86bbe88e5e10f2dfc491 -size 9970421 +oid sha256:6b19aa8dad8ffede3dda7062a3f75353c67b0efbe56cfbbe0a146f26f7ae66af +size 10036504 diff --git a/libzypp.changes b/libzypp.changes index 6ecbbd1..22c3a85 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de + +- define path for messages and scripts and document + them in zypp.conf + +------------------------------------------------------------------- +Fri May 23 14:42:34 CEST 2008 - schubi@suse.de + +- Added IgnoreAlreadyRecommended flag. So recomments/suggest will + be ignored for already INSTALLED packages (bnc #389694) +- r 10202 + +------------------------------------------------------------------- +Fri May 23 10:22:47 CEST 2008 - schubi@suse.de + +- Packages which obsoletes and do NOT required other installed + packages will be installed if no other packages obsolete the installed package too. +- r 10196 + ------------------------------------------------------------------- Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de diff --git a/libzypp.spec b/libzypp.spec index 34bc28a..674a013 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management Version: 4.25.0 -Release: 1 +Release: 2 Source: libzypp-4.25.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr @@ -157,6 +157,17 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri May 23 2008 dmacvicar@suse.de +- define path for messages and scripts and document + them in zypp.conf +* Fri May 23 2008 schubi@suse.de +- Added IgnoreAlreadyRecommended flag. So recomments/suggest will + be ignored for already INSTALLED packages (bnc #389694) +- r 10202 +* Fri May 23 2008 schubi@suse.de +- Packages which obsoletes and do NOT required other installed + packages will be installed if no other packages obsolete the installed package too. +- r 10196 * Thu May 22 2008 dmacvicar@suse.de - fix filelist for installed packages (bnc#392544) - fix changelog retrieval for installed packages