OBS User unknown 2008-05-05 23:38:29 +00:00 committed by Git OBS Bridge
parent 3e86b5bb1e
commit 37c0a92346
4 changed files with 130 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9a1c427e74257d285c35dfeb6806e5afb390d2805c7c79121a6776b153bd7f7
size 10553389

3
libzypp-4.19.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7e5a9ee692d6247d1ca89baf04de26ccac8ba0847ef7d6eff2aba6144a3d2ef
size 10646710

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Mon May 5 14:08:20 CEST 2008 - jkupec@suse.cz
- support multiple search strings in PoolQuery (ORed)
- revision 9945
-------------------------------------------------------------------
Mon May 5 09:55:29 CEST 2008 - schubi@suse.de
- Switch off the upgrade mode of the
SAT solver cause the packages have already been evaluated by
the distupgrade machanism of libzypp. (bnc #386375)
- rev 9943
-------------------------------------------------------------------
Fri May 2 16:36:04 CEST 2008 - jreidinger@suse.cz
- release file after copy to cache as soon as possible.
(bnc #381311)
- r9940
-------------------------------------------------------------------
Fri May 2 16:28:05 CEST 2008 - schubi@suse.de
- Bugfix: keep states by user has been removed it the
package has not been installed BUT has been recommended by another package.
(bnc #385832)
- rev 9938
-------------------------------------------------------------------
Fri May 2 12:19:22 CEST 2008 - jreidinger@suse.cz
- add isLocal function to Url which say if scheme is local or
internet.
- r9932
-------------------------------------------------------------------
Fri May 2 09:36:18 CEST 2008 - jreidinger@suse.cz
- cache decision for repository depend on his url.
- http,ftp and smb cache packages.
- revision 9929
-------------------------------------------------------------------
Thu May 1 00:50:51 CEST 2008 - ma@suse.de
- Load and maintain persistent hard locks stored in /etc/zypp/locks.
Locks are loaded together with the target, and changes are writen
back on commit. zypp.conf option locksfile.apply can be used to turn
this feature on or off. (FATE #120352)
- version 4.18.0
- revision 9927
-------------------------------------------------------------------
Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
- Add zypp.conf option solvfilesdir: Path where the repo solv files
are created. Default value: {cachedir}/solv.
- Target and repositories now save their solvfiles below {solvfilesdir}
in directories named after the repositories alias.
- version 4.18.0
- revision 9913
-------------------------------------------------------------------
Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
- fixed filesystem::expandlink(Pathname) (bnc #368477)
- r9906
-------------------------------------------------------------------
Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
- cleanup in return values of doUpgrade and doUpdate
- r9886
- 4.17.0
-------------------------------------------------------------------
Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 4.16.0)
# spec file for package libzypp (Version 4.19.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -17,9 +17,9 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 4.16.0
Release: 2
Source: libzypp-4.16.0.tar.bz2
Version: 4.19.0
Release: 1
Source: libzypp-4.19.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -63,7 +63,7 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 4.16.0
Requires: libzypp == 4.19.0
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 libsatsolver-devel
@ -157,6 +157,52 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Mon May 05 2008 jkupec@suse.cz
- support multiple search strings in PoolQuery (ORed)
- revision 9945
* Mon May 05 2008 schubi@suse.de
- Switch off the upgrade mode of the
SAT solver cause the packages have already been evaluated by
the distupgrade machanism of libzypp. (bnc #386375)
- rev 9943
* Fri May 02 2008 jreidinger@suse.cz
- release file after copy to cache as soon as possible.
(bnc #381311)
- r9940
* Fri May 02 2008 schubi@suse.de
- Bugfix: keep states by user has been removed it the
package has not been installed BUT has been recommended by another package.
(bnc #385832)
- rev 9938
* Fri May 02 2008 jreidinger@suse.cz
- add isLocal function to Url which say if scheme is local or
internet.
- r9932
* Fri May 02 2008 jreidinger@suse.cz
- cache decision for repository depend on his url.
- http,ftp and smb cache packages.
- revision 9929
* Thu May 01 2008 ma@suse.de
- Load and maintain persistent hard locks stored in /etc/zypp/locks.
Locks are loaded together with the target, and changes are writen
back on commit. zypp.conf option locksfile.apply can be used to turn
this feature on or off. (FATE #120352)
- version 4.18.0
- revision 9927
* Wed Apr 30 2008 ma@suse.de
- Add zypp.conf option solvfilesdir: Path where the repo solv files
are created. Default value: {cachedir}/solv.
- Target and repositories now save their solvfiles below {solvfilesdir}
in directories named after the repositories alias.
- version 4.18.0
- revision 9913
* Wed Apr 30 2008 jkupec@suse.cz
- fixed filesystem::expandlink(Pathname) (bnc #368477)
- r9906
* Tue Apr 29 2008 schubi@suse.de
- cleanup in return values of doUpgrade and doUpdate
- r9886
- 4.17.0
* Mon Apr 28 2008 jkupec@suse.cz
- check for valid pool in begin(), improve the code (bnc #384337)
- r9872