forked from pool/libzypp
This commit is contained in:
parent
e1cdff1cf0
commit
f60e032a0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bcd389ec7d0fa4a62e282ff6219b79e4b29d2accfa9a5185cf1c32a05f58e362
|
|
||||||
size 5677625
|
|
3
libzypp-4.7.0.tar.bz2
Normal file
3
libzypp-4.7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:59dd3dc1dc32f4012d36452d760a6dbb675bf2d0b62d31e7c53a9799d457415e
|
||||||
|
size 5720107
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 3 12:55:50 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Fixed some missing package and source package attributes.
|
||||||
|
- revision 9348
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 3 11:59:13 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Allow to store a media label in MediaSetAccess. This label is
|
||||||
|
passed to a media change requests to describe which CD is
|
||||||
|
requested. (bnc #330094)
|
||||||
|
- Fixed some missing package and source package attributes.
|
||||||
|
- revision 9347
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 13:48:52 CEST 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
- Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
|
||||||
|
- Removed establish state in ResStatus
|
||||||
|
- revision 9337
|
||||||
|
- version 4.7.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 10:24:17 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Add PoolItem::isSatisfied()/isBroken() to test whether
|
||||||
|
the items requirements are met.
|
||||||
|
- revision 9334
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 21:54:10 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Extend sat::WhatProvides to allow to query for possible providers
|
||||||
|
of a collection of capabilies. E.g. all providers of a packages
|
||||||
|
requirements.
|
||||||
|
- Fixed retrieval of translated texts from .solv files, provided the
|
||||||
|
solv file contains them.
|
||||||
|
- revision 9328
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 16:17:44 CEST 2008 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
- initial implementation of serialize/recovery PoolQuery
|
||||||
|
(needed by FATE #120118)
|
||||||
|
- revision 9325
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
|
Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
72
libzypp.spec
72
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 4.6.1)
|
# spec file for package libzypp (Version 4.7.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -17,9 +17,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: 4.6.1
|
Version: 4.7.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-4.6.1.tar.bz2
|
Source: libzypp-4.7.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -62,7 +62,8 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 4.6.1
|
License: GPL v2 or later
|
||||||
|
Requires: libzypp == 4.7.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
|
Requires: cmake libsatsolver-devel
|
||||||
@ -156,6 +157,35 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 03 2008 ma@suse.de
|
||||||
|
- Fixed some missing package and source package attributes.
|
||||||
|
- revision 9348
|
||||||
|
* Thu Apr 03 2008 ma@suse.de
|
||||||
|
- Allow to store a media label in MediaSetAccess. This label is
|
||||||
|
passed to a media change requests to describe which CD is
|
||||||
|
requested. (bnc #330094)
|
||||||
|
- Fixed some missing package and source package attributes.
|
||||||
|
- revision 9347
|
||||||
|
* Wed Apr 02 2008 schubi@suse.de
|
||||||
|
- Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
|
||||||
|
- Removed establish state in ResStatus
|
||||||
|
- revision 9337
|
||||||
|
- version 4.7.0
|
||||||
|
* Wed Apr 02 2008 ma@suse.de
|
||||||
|
- Add PoolItem::isSatisfied()/isBroken() to test whether
|
||||||
|
the items requirements are met.
|
||||||
|
- revision 9334
|
||||||
|
* Tue Apr 01 2008 ma@suse.de
|
||||||
|
- Extend sat::WhatProvides to allow to query for possible providers
|
||||||
|
of a collection of capabilies. E.g. all providers of a packages
|
||||||
|
requirements.
|
||||||
|
- Fixed retrieval of translated texts from .solv files, provided the
|
||||||
|
solv file contains them.
|
||||||
|
- revision 9328
|
||||||
|
* Tue Apr 01 2008 jreidinger@suse.cz
|
||||||
|
- initial implementation of serialize/recovery PoolQuery
|
||||||
|
(needed by FATE #120118)
|
||||||
|
- revision 9325
|
||||||
* Wed Mar 26 2008 ma@suse.de
|
* Wed Mar 26 2008 ma@suse.de
|
||||||
- Allow prioritizing repos by adding a line 'priority=N' to the
|
- Allow prioritizing repos by adding a line 'priority=N' to the
|
||||||
.repo file. Where N is an integer number from 1 (highest prio)
|
.repo file. Where N is an integer number from 1 (highest prio)
|
||||||
@ -548,7 +578,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon Sep 17 2007 lslezak@suse.cz
|
* Mon Sep 17 2007 lslezak@suse.cz
|
||||||
- fixed DU parsing in inst-sys (#308659)
|
- fixed DU parsing in inst-sys (#308659)
|
||||||
- revision 7256
|
- revision 7256
|
||||||
* Fri Sep 14 2007 ma@suse.de
|
* Sat Sep 15 2007 ma@suse.de
|
||||||
- Enable using patch and delta rpms. (#309124)
|
- Enable using patch and delta rpms. (#309124)
|
||||||
- version 3.24.0
|
- version 3.24.0
|
||||||
- revision 7253
|
- revision 7253
|
||||||
@ -657,7 +687,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon Sep 03 2007 schubi@suse.de
|
* Mon Sep 03 2007 schubi@suse.de
|
||||||
- new translations added
|
- new translations added
|
||||||
- rev 7083
|
- rev 7083
|
||||||
* Fri Aug 31 2007 ma@suse.de
|
* Sat Sep 01 2007 ma@suse.de
|
||||||
- Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
|
- Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
|
||||||
[main]
|
[main]
|
||||||
download.use_patchrpm = no
|
download.use_patchrpm = no
|
||||||
@ -1021,7 +1051,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Added interface to install source packages via zypper.
|
- Added interface to install source packages via zypper.
|
||||||
- revision 6373
|
- revision 6373
|
||||||
- version 3.13.5
|
- version 3.13.5
|
||||||
* Tue Jul 31 2007 ma@suse.de
|
* Wed Aug 01 2007 ma@suse.de
|
||||||
- Added package attributes Package::sourcePkgName and
|
- Added package attributes Package::sourcePkgName and
|
||||||
Package::sourcePkgEdition. Name and edition of the source
|
Package::sourcePkgEdition. Name and edition of the source
|
||||||
rpm this package was built from.
|
rpm this package was built from.
|
||||||
@ -1485,7 +1515,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
(it was already fixed as we don't reimplement
|
(it was already fixed as we don't reimplement
|
||||||
the method, but we still serialized, parsed)
|
the method, but we still serialized, parsed)
|
||||||
- r4709
|
- r4709
|
||||||
* Tue Nov 28 2006 ma@suse.de
|
* Wed Nov 29 2006 ma@suse.de
|
||||||
- fixed Patch::interactive to return true as well, if the patch
|
- fixed Patch::interactive to return true as well, if the patch
|
||||||
itself has a licence. (#224192)
|
itself has a licence. (#224192)
|
||||||
- revision 4702
|
- revision 4702
|
||||||
@ -1560,7 +1590,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Thu Nov 16 2006 dmacvicar@suse.de
|
* Thu Nov 16 2006 dmacvicar@suse.de
|
||||||
- Handle media eject failures (#216545)
|
- Handle media eject failures (#216545)
|
||||||
- r4606
|
- r4606
|
||||||
* Wed Nov 15 2006 ma@suse.de
|
* Thu Nov 16 2006 ma@suse.de
|
||||||
- Reimplemented RpmDb::checkPackage using librpm API instead
|
- Reimplemented RpmDb::checkPackage using librpm API instead
|
||||||
of parsing "rpm --checksig" output. (#163202)
|
of parsing "rpm --checksig" output. (#163202)
|
||||||
- Version 2.7.4
|
- Version 2.7.4
|
||||||
@ -1922,7 +1952,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- better error handling (Exception types)
|
- better error handling (Exception types)
|
||||||
- make tmp file names more readable depending on the context
|
- make tmp file names more readable depending on the context
|
||||||
- r4026
|
- r4026
|
||||||
* Tue Aug 22 2006 dmacvicar@suse.de
|
* Wed Aug 23 2006 dmacvicar@suse.de
|
||||||
- decouple probing from source creation, using the new
|
- decouple probing from source creation, using the new
|
||||||
media test for existence functions.
|
media test for existence functions.
|
||||||
- r4019
|
- r4019
|
||||||
@ -2074,7 +2104,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
Bugfix #178292 was wrong.
|
Bugfix #178292 was wrong.
|
||||||
- Only warn on incompleting installed resolvables (#185197)
|
- Only warn on incompleting installed resolvables (#185197)
|
||||||
- rev 3644
|
- rev 3644
|
||||||
* Wed Jun 14 2006 kkaempf@suse.de
|
* Thu Jun 15 2006 kkaempf@suse.de
|
||||||
- Atoms might only be installed via patches (#184714)
|
- Atoms might only be installed via patches (#184714)
|
||||||
- rev 3642
|
- rev 3642
|
||||||
* Wed Jun 14 2006 dmacvicar@suse.de
|
* Wed Jun 14 2006 dmacvicar@suse.de
|
||||||
@ -2140,7 +2170,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Wed Jun 07 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
|
* Wed Jun 07 2006 ma@suse.de
|
||||||
- fixed memory leak in XMLSourceCacheParser (#168690)
|
- fixed memory leak in XMLSourceCacheParser (#168690)
|
||||||
- revision 3517
|
- revision 3517
|
||||||
* Fri Jun 02 2006 schubi@suse.de
|
* Fri Jun 02 2006 schubi@suse.de
|
||||||
@ -2481,7 +2511,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
edition.
|
edition.
|
||||||
- filter 'other' entries with incompatible arch in yum parser.
|
- filter 'other' entries with incompatible arch in yum parser.
|
||||||
- rev 3177
|
- rev 3177
|
||||||
* Fri Apr 21 2006 jsrain@suse.de
|
* Sat Apr 22 2006 jsrain@suse.de
|
||||||
- initialize the product category according to source (#168061)
|
- initialize the product category according to source (#168061)
|
||||||
- rev 3172
|
- rev 3172
|
||||||
* Fri Apr 21 2006 mvidner@suse.cz
|
* Fri Apr 21 2006 mvidner@suse.cz
|
||||||
@ -2631,7 +2661,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Tue Apr 11 2006 visnov@suse.cz
|
* Tue Apr 11 2006 visnov@suse.cz
|
||||||
- ask user if a file exists but does not have a checksum (#162797)
|
- ask user if a file exists but does not have a checksum (#162797)
|
||||||
- rev 3044
|
- rev 3044
|
||||||
* Mon Apr 10 2006 jsrain@suse.de
|
* Tue Apr 11 2006 jsrain@suse.de
|
||||||
- parse time and size elements from delta and patch RPM
|
- parse time and size elements from delta and patch RPM
|
||||||
- rev 3043
|
- rev 3043
|
||||||
* Mon Apr 10 2006 mt@suse.de
|
* Mon Apr 10 2006 mt@suse.de
|
||||||
@ -2801,7 +2831,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
|
- restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
|
||||||
/lib64/, ...)
|
/lib64/, ...)
|
||||||
- rev 2886
|
- rev 2886
|
||||||
* Sun Apr 02 2006 kkaempf@suse.de
|
* Mon Apr 03 2006 kkaempf@suse.de
|
||||||
- skip incompatible archs in primary parsing.
|
- skip incompatible archs in primary parsing.
|
||||||
- rev 2883
|
- rev 2883
|
||||||
* Sun Apr 02 2006 kkaempf@suse.de
|
* Sun Apr 02 2006 kkaempf@suse.de
|
||||||
@ -2865,7 +2895,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Tue Mar 28 2006 jsrain@suse.de
|
* Tue Mar 28 2006 jsrain@suse.de
|
||||||
- added support for external scripts to metadata (#159928)
|
- added support for external scripts to metadata (#159928)
|
||||||
- r2709
|
- r2709
|
||||||
* Sat Mar 25 2006 jsrain@suse.de
|
* Sun Mar 26 2006 jsrain@suse.de
|
||||||
- report separate exception when trying to start source cache again to
|
- report separate exception when trying to start source cache again to
|
||||||
suppress incorrect error message in XEN installation
|
suppress incorrect error message in XEN installation
|
||||||
- r2682
|
- r2682
|
||||||
@ -3007,7 +3037,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- errors are also important in ResolverInfo.
|
- errors are also important in ResolverInfo.
|
||||||
- improve debug output in ResolverContext.
|
- improve debug output in ResolverContext.
|
||||||
- rev 2455
|
- rev 2455
|
||||||
* Mon Mar 13 2006 jsrain@suse.de
|
* Tue Mar 14 2006 jsrain@suse.de
|
||||||
- delete RPMs downloaded via HTTP/FTP after installnig them
|
- delete RPMs downloaded via HTTP/FTP after installnig them
|
||||||
(#157011)
|
(#157011)
|
||||||
- fixed product registration (reverted autorefresh patch) (#157566)
|
- fixed product registration (reverted autorefresh patch) (#157566)
|
||||||
@ -3018,7 +3048,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
(#157501)
|
(#157501)
|
||||||
- clean up media handling.
|
- clean up media handling.
|
||||||
- rev 2448
|
- rev 2448
|
||||||
* Sun Mar 12 2006 kkaempf@suse.de
|
* Mon Mar 13 2006 kkaempf@suse.de
|
||||||
- init Modalias properly.
|
- init Modalias properly.
|
||||||
- fix warnings in testcases.
|
- fix warnings in testcases.
|
||||||
- rev 2432
|
- rev 2432
|
||||||
@ -3061,7 +3091,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- silently ignore multiple installs of the same package.
|
- silently ignore multiple installs of the same package.
|
||||||
- fix disk usage for installs and uninstalls.
|
- fix disk usage for installs and uninstalls.
|
||||||
- rev 2308
|
- rev 2308
|
||||||
* Mon Mar 06 2006 kkaempf@suse.de
|
* Tue Mar 07 2006 kkaempf@suse.de
|
||||||
- zmd-backend: filter out incompatible architectures from
|
- zmd-backend: filter out incompatible architectures from
|
||||||
repository.
|
repository.
|
||||||
- rev 2298
|
- rev 2298
|
||||||
@ -3225,7 +3255,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- separate rpm log (#151431).
|
- separate rpm log (#151431).
|
||||||
- allow extended product requires.
|
- allow extended product requires.
|
||||||
- rev 1954
|
- rev 1954
|
||||||
* Tue Feb 21 2006 kkaempf@suse.de
|
* Wed Feb 22 2006 kkaempf@suse.de
|
||||||
- provide the XML schema files in the main package. (#152593)
|
- provide the XML schema files in the main package. (#152593)
|
||||||
* Tue Feb 21 2006 kkaempf@suse.de
|
* Tue Feb 21 2006 kkaempf@suse.de
|
||||||
- provide arch compat handling.
|
- provide arch compat handling.
|
||||||
@ -3365,7 +3395,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- fix off-by-one bug in bitfield handling
|
- fix off-by-one bug in bitfield handling
|
||||||
- revert source/susetags to rev 1411
|
- revert source/susetags to rev 1411
|
||||||
- rev 1586
|
- rev 1586
|
||||||
* Thu Feb 09 2006 kkaempf@suse.de
|
* Fri Feb 10 2006 kkaempf@suse.de
|
||||||
- dont prereq-sort non-packages
|
- dont prereq-sort non-packages
|
||||||
- rev 1584
|
- rev 1584
|
||||||
* Thu Feb 09 2006 kkaempf@suse.de
|
* Thu Feb 09 2006 kkaempf@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user