This commit is contained in:
parent
7c3a43e193
commit
ea2ebb8d71
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e437f4e6a387270f1cd57ac89729b7af329e101b964bf2eb597a9941220dd3e
|
|
||||||
size 4652634
|
|
3
libzypp-6.4.0.tar.bz2
Normal file
3
libzypp-6.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a95b5945647f66364df6d0c974a9903e32d129e00cbb5001eccf22f4d3efa9b2
|
||||||
|
size 4656398
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
|
||||||
|
|
||||||
|
- New zypp.conf option 'download.media_preference': Hint which media
|
||||||
|
to prefer when installing packages (download vs. CD).
|
||||||
|
- version 6.4.0 (2)
|
||||||
|
|
||||||
|
------------------------------------------------------------------
|
||||||
|
Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
|
||||||
|
|
||||||
|
- Add Resolver::setSolveSrcPackages. Per default disable solving
|
||||||
|
of source package dependencies. We will later allow to enable
|
||||||
|
it per package.
|
||||||
|
- version 6.3.0 (2)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 17:17:26 CET 2009 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- aria2: show the download speed in the right unit
|
||||||
|
- aria2: show the filename in progress, not the repository
|
||||||
|
- aria2: don't show done twice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 14:52:44 CET 2009 - ma@suse.de
|
Thu Mar 5 14:52:44 CET 2009 - ma@suse.de
|
||||||
|
|
||||||
|
53
libzypp.spec
53
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 6.2.2)
|
# spec file for package libzypp (Version 6.4.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,9 +24,9 @@ Group: System/Packages
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 6.2.2
|
Version: 6.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-6.2.2.tar.bz2
|
Source: libzypp-6.4.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -80,7 +80,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 6.2.2
|
Requires: libzypp == 6.4.0
|
||||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||||
Requires: cmake libsatsolver-devel >= 0.13.0
|
Requires: cmake libsatsolver-devel >= 0.13.0
|
||||||
@ -245,6 +245,19 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 31 2009 ma@suse.de
|
||||||
|
- New zypp.conf option 'download.media_preference': Hint which media
|
||||||
|
to prefer when installing packages (download vs. CD).
|
||||||
|
- version 6.4.0 (2)
|
||||||
|
* Thu Mar 12 2009 ma@suse.de
|
||||||
|
- Add Resolver::setSolveSrcPackages. Per default disable solving
|
||||||
|
of source package dependencies. We will later allow to enable
|
||||||
|
it per package.
|
||||||
|
- version 6.3.0 (2)
|
||||||
|
* Fri Mar 06 2009 dmacvicar@suse.de
|
||||||
|
- aria2: show the download speed in the right unit
|
||||||
|
- aria2: show the filename in progress, not the repository
|
||||||
|
- aria2: don't show done twice
|
||||||
* Thu Mar 05 2009 ma@suse.de
|
* Thu Mar 05 2009 ma@suse.de
|
||||||
- Remove a lock if the locking process is in zombie state. (bnc #481577)
|
- Remove a lock if the locking process is in zombie state. (bnc #481577)
|
||||||
* Wed Mar 04 2009 jkupec@suse.cz
|
* Wed Mar 04 2009 jkupec@suse.cz
|
||||||
@ -286,7 +299,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
Restrict max connections to 2 for now.
|
Restrict max connections to 2 for now.
|
||||||
* Wed Feb 18 2009 ma@suse.de
|
* Wed Feb 18 2009 ma@suse.de
|
||||||
- Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
|
- Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
|
||||||
* Tue Feb 17 2009 ma@suse.de
|
* Wed Feb 18 2009 ma@suse.de
|
||||||
- Compute obsoletes based on names only (not considering provides) (bnc #471023)
|
- Compute obsoletes based on names only (not considering provides) (bnc #471023)
|
||||||
* Tue Feb 17 2009 jkupec@suse.cz
|
* Tue Feb 17 2009 jkupec@suse.cz
|
||||||
- Fixed FTP authentication (bnc #472879)
|
- Fixed FTP authentication (bnc #472879)
|
||||||
@ -398,7 +411,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Fri Nov 21 2008 jkupec@suse.cz
|
* Fri Nov 21 2008 jkupec@suse.cz
|
||||||
- fixed uninitialized value in OnMediaLocation (bnc #447010)
|
- fixed uninitialized value in OnMediaLocation (bnc #447010)
|
||||||
- revision 11770
|
- revision 11770
|
||||||
* Thu Nov 20 2008 ma@suse.de
|
* Fri Nov 21 2008 ma@suse.de
|
||||||
- Fix retrieval of deltarpm info.
|
- Fix retrieval of deltarpm info.
|
||||||
- revision 11764
|
- revision 11764
|
||||||
- version 5.24.0 (23)
|
- version 5.24.0 (23)
|
||||||
@ -444,7 +457,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Prevent fetcher from processing the same index file twice. (bnc #443644)
|
- Prevent fetcher from processing the same index file twice. (bnc #443644)
|
||||||
- revision 11648
|
- revision 11648
|
||||||
- version 5.22.0 (21)
|
- version 5.22.0 (21)
|
||||||
* Fri Nov 07 2008 ma@suse.de
|
* Sat Nov 08 2008 ma@suse.de
|
||||||
- Fix retrieval of patch contents and references attributes. (bnc #442200)
|
- Fix retrieval of patch contents and references attributes. (bnc #442200)
|
||||||
- revision 11641
|
- revision 11641
|
||||||
- version 5.21.0 (21)
|
- version 5.21.0 (21)
|
||||||
@ -728,7 +741,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon Sep 15 2008 ma@suse.de
|
* Mon Sep 15 2008 ma@suse.de
|
||||||
- Fix building of transaltions.
|
- Fix building of transaltions.
|
||||||
- revision 11064
|
- revision 11064
|
||||||
* Sat Sep 13 2008 jkupec@suse.cz
|
* Sun Sep 14 2008 jkupec@suse.cz
|
||||||
- ServiceInfo.clearReposTo{Enable,Disable}() methods added
|
- ServiceInfo.clearReposTo{Enable,Disable}() methods added
|
||||||
- revision 11060
|
- revision 11060
|
||||||
* Fri Sep 12 2008 ma@suse.de
|
* Fri Sep 12 2008 ma@suse.de
|
||||||
@ -1231,7 +1244,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- cache decision for repository depend on his url.
|
- cache decision for repository depend on his url.
|
||||||
- http,ftp and smb cache packages.
|
- http,ftp and smb cache packages.
|
||||||
- revision 9929
|
- revision 9929
|
||||||
* Wed Apr 30 2008 ma@suse.de
|
* Thu May 01 2008 ma@suse.de
|
||||||
- Load and maintain persistent hard locks stored in /etc/zypp/locks.
|
- Load and maintain persistent hard locks stored in /etc/zypp/locks.
|
||||||
Locks are loaded together with the target, and changes are writen
|
Locks are loaded together with the target, and changes are writen
|
||||||
back on commit. zypp.conf option locksfile.apply can be used to turn
|
back on commit. zypp.conf option locksfile.apply can be used to turn
|
||||||
@ -1344,7 +1357,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- activate zypp-query-pool
|
- activate zypp-query-pool
|
||||||
- Revision 9637
|
- Revision 9637
|
||||||
- 4.12.1
|
- 4.12.1
|
||||||
* Mon Apr 14 2008 jkupec@suse.cz
|
* Tue Apr 15 2008 jkupec@suse.cz
|
||||||
- Locks API cleaned-up, iterator added, light read() added
|
- Locks API cleaned-up, iterator added, light read() added
|
||||||
- PoolQuery::attribute(SolvAttr) getter added
|
- PoolQuery::attribute(SolvAttr) getter added
|
||||||
- revision 9609
|
- revision 9609
|
||||||
@ -2832,7 +2845,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
to be not avaliable in newer HAL versions (on 10.2).
|
to be not avaliable in newer HAL versions (on 10.2).
|
||||||
- Revision 4615
|
- Revision 4615
|
||||||
- Version 2.8.1
|
- Version 2.8.1
|
||||||
* Thu Nov 16 2006 ma@suse.de
|
* Fri Nov 17 2006 ma@suse.de
|
||||||
- removed unused methods from Patch and PatchImplIf. Provided
|
- removed unused methods from Patch and PatchImplIf. Provided
|
||||||
reasonable default implementation for Patch::interactive.
|
reasonable default implementation for Patch::interactive.
|
||||||
(#221476).
|
(#221476).
|
||||||
@ -2966,7 +2979,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- zypp-query-pool: For products show additionally distributionName
|
- zypp-query-pool: For products show additionally distributionName
|
||||||
and distributionEdition. (required by #205392)
|
and distributionEdition. (required by #205392)
|
||||||
- revision 4349
|
- revision 4349
|
||||||
* Thu Oct 19 2006 ma@suse.de
|
* Fri Oct 20 2006 ma@suse.de
|
||||||
- Add accessor for Product distributionName and distributionEdition.
|
- Add accessor for Product distributionName and distributionEdition.
|
||||||
(required by #205392)
|
(required by #205392)
|
||||||
- revision 4347
|
- revision 4347
|
||||||
@ -3097,7 +3110,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
for the IO. (F301229)
|
for the IO. (F301229)
|
||||||
- revision 4199
|
- revision 4199
|
||||||
- version 2.2.2
|
- version 2.2.2
|
||||||
* Thu Sep 28 2006 ma@suse.de
|
* Fri Sep 29 2006 ma@suse.de
|
||||||
- Enabled sending of ScriptResolvableReport.
|
- Enabled sending of ScriptResolvableReport.
|
||||||
- Changed ScriptResolvableReport::start to send local path
|
- Changed ScriptResolvableReport::start to send local path
|
||||||
of script to be executed.
|
of script to be executed.
|
||||||
@ -3418,7 +3431,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
(still need yast side) #181204 and #160206
|
(still need yast side) #181204 and #160206
|
||||||
- Fix stalle tmpdir due to cyclic references, using a master
|
- Fix stalle tmpdir due to cyclic references, using a master
|
||||||
TmpDir for zypp. # 178292
|
TmpDir for zypp. # 178292
|
||||||
* Tue Jun 06 2006 ma@suse.de
|
* Wed Jun 07 2006 ma@suse.de
|
||||||
- fixed memory leak in PersistentStorage (#168690)
|
- fixed memory leak in PersistentStorage (#168690)
|
||||||
- revision 3519
|
- revision 3519
|
||||||
* Tue Jun 06 2006 ma@suse.de
|
* Tue Jun 06 2006 ma@suse.de
|
||||||
@ -4211,7 +4224,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Tue Mar 21 2006 visnov@suse.de
|
* Tue Mar 21 2006 visnov@suse.de
|
||||||
- properly report error for media change callback
|
- properly report error for media change callback
|
||||||
- rev 2579
|
- rev 2579
|
||||||
* Mon Mar 20 2006 ma@suse.de
|
* Tue Mar 21 2006 ma@suse.de
|
||||||
- fixed memory leak in XMLNodeIterator (#157474)
|
- fixed memory leak in XMLNodeIterator (#157474)
|
||||||
- disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
|
- disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
|
||||||
- Renamed private MediaManager::forceMediaRelease
|
- Renamed private MediaManager::forceMediaRelease
|
||||||
@ -4260,7 +4273,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- add PatchContents() for UI.
|
- add PatchContents() for UI.
|
||||||
- handle Edition::noedition as empty string.
|
- handle Edition::noedition as empty string.
|
||||||
- r2537
|
- r2537
|
||||||
* Tue Mar 14 2006 jsrain@suse.de
|
* Wed Mar 15 2006 jsrain@suse.de
|
||||||
- releasing all medias when asking for CD (#156981)
|
- releasing all medias when asking for CD (#156981)
|
||||||
- r2471
|
- r2471
|
||||||
* Tue Mar 14 2006 mvidner@suse.cz
|
* Tue Mar 14 2006 mvidner@suse.cz
|
||||||
@ -4359,7 +4372,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Sat Mar 04 2006 kkaempf@suse.de
|
* Sat Mar 04 2006 kkaempf@suse.de
|
||||||
- release last used source at end of commit (#155002)
|
- release last used source at end of commit (#155002)
|
||||||
- rev 2277
|
- rev 2277
|
||||||
* Fri Mar 03 2006 kkaempf@suse.de
|
* Sat Mar 04 2006 kkaempf@suse.de
|
||||||
- cope with NULL values in zmd catalogs table (#153584)
|
- cope with NULL values in zmd catalogs table (#153584)
|
||||||
- set YAST_IS_RUNNING in transact zmd helper (#154820)
|
- set YAST_IS_RUNNING in transact zmd helper (#154820)
|
||||||
- run SuSEconfig after transact zmd helper (#154820)
|
- run SuSEconfig after transact zmd helper (#154820)
|
||||||
@ -4656,7 +4669,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Thu Feb 09 2006 ro@suse.de
|
* Thu Feb 09 2006 ro@suse.de
|
||||||
- require hal-devel in libzypp-devel
|
- require hal-devel in libzypp-devel
|
||||||
- re-merge fixes (RPM_OPT_FLAGS)
|
- re-merge fixes (RPM_OPT_FLAGS)
|
||||||
* Wed Feb 08 2006 kkaempf@suse.de
|
* Thu Feb 09 2006 kkaempf@suse.de
|
||||||
- make solver behaviour a bit more interactive
|
- make solver behaviour a bit more interactive
|
||||||
- rev 1537
|
- rev 1537
|
||||||
* Wed Feb 08 2006 schwab@suse.de
|
* Wed Feb 08 2006 schwab@suse.de
|
||||||
@ -4665,10 +4678,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Wed Feb 08 2006 kkaempf@suse.de
|
* Wed Feb 08 2006 kkaempf@suse.de
|
||||||
- update for qt ui integration
|
- update for qt ui integration
|
||||||
- rev 1504
|
- rev 1504
|
||||||
* Tue Feb 07 2006 kkaempf@suse.de
|
* Wed Feb 08 2006 kkaempf@suse.de
|
||||||
- split off libzypp-zmd-backend
|
- split off libzypp-zmd-backend
|
||||||
- rev 1466
|
- rev 1466
|
||||||
* Tue Feb 07 2006 kkaempf@suse.de
|
* Wed Feb 08 2006 kkaempf@suse.de
|
||||||
- another update to svn
|
- another update to svn
|
||||||
* Mon Feb 06 2006 kkaempf@suse.de
|
* Mon Feb 06 2006 kkaempf@suse.de
|
||||||
- finish rpm callbacks
|
- finish rpm callbacks
|
||||||
|
Loading…
Reference in New Issue
Block a user