This commit is contained in:
parent
d4a202cc12
commit
fc009dd6e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abefc637e38e6d96dcd59da63d88b29ad4860c056844e223a65038c0343079d0
|
||||
size 4673423
|
3
libzypp-6.1.0.tar.bz2
Normal file
3
libzypp-6.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f3e17b369b539b8826a02376c4213631b4ea62478a89aaaa6e61bf681913b95
|
||||
size 4651829
|
100
libzypp.changes
100
libzypp.changes
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
|
||||
|
||||
- Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
|
||||
|
||||
Implemented the following options with aria backend:
|
||||
|
||||
- download.max_concurrent_connections (default 2)
|
||||
download.min_download_speed (default no limit)
|
||||
download.max_download_speed (default no limit)
|
||||
download.max_silent_tries (default 5)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
|
||||
|
||||
- MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
|
||||
Various improvements including file existence checking
|
||||
Disable HEAD request if aria2c >= 1.20
|
||||
Restrict max connections to 2 for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
|
||||
|
||||
- Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
|
||||
|
||||
- Compute obsoletes based on names only (not considering provides) (bnc #471023)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
|
||||
|
||||
- Fixed FTP authentication (bnc #472879)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
|
||||
|
||||
- Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
|
||||
counts based on a power of 1024 (formerly just K,M,G). Byte counts based
|
||||
on a power of 1000 stay unaffected (kB,MB,GB).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 13:14:26 CET 2009 - ma@suse.de
|
||||
|
||||
- Fix installation prompting for the wrong CD/DVD. (bnc #472892)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 18:07:38 CET 2009 - ma@suse.de
|
||||
|
||||
- Send any output from rpm install/delete scripts via callback, so
|
||||
applications are able to display it. (bnc #369450)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 14:12:08 CET 2009 - ma@suse.de
|
||||
|
||||
- Add missing translations (bnc #256289)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
|
||||
|
||||
- HistoryLogReader added
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
|
||||
|
||||
- Respect content-file DATDIR when downloading packages. (bnc #468612)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
|
||||
|
||||
- Enabled CredentialManager for MediaSMB (bnc #460970).
|
||||
- Ignore URL's username, password, and query string in AuthData
|
||||
comparator in CredentialManager.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
|
||||
|
||||
- Let vendor checks per default differ between 'openSUSE Build Service'
|
||||
and 'openSUSE' (bnc #467262).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
|
||||
|
||||
- Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
|
||||
- Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
|
||||
|
||||
- Tell satsolver about product buddies (bnc #466565)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 17:01:10 CET 2009 - jkupec@suse.cz
|
||||
|
||||
- handle HTTP 503 reponses as temporary errors (bnc #462545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
|
||||
|
||||
|
62
libzypp.spec
62
libzypp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 5.25.0)
|
||||
# spec file for package libzypp (Version 6.1.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,9 +24,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 5.25.0
|
||||
Version: 6.1.0
|
||||
Release: 1
|
||||
Source: libzypp-5.25.0.tar.bz2
|
||||
Source: libzypp-6.1.0.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -35,6 +35,9 @@ Recommends: logrotate
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libsatsolver-devel >= 0.13.0 openssl-devel
|
||||
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
|
||||
# required for testsuite, webrick
|
||||
BuildRequires: ruby
|
||||
BuildRequires: aria2 >= 1.1.2
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: libexpat-devel
|
||||
%else
|
||||
@ -59,6 +62,7 @@ Requires: gpg2
|
||||
Requires: gnupg
|
||||
%endif
|
||||
%requires_eq satsolver-tools
|
||||
Requires: aria2 >= 1.1.2
|
||||
|
||||
%description
|
||||
Package, Patch, Pattern, and Product Management
|
||||
@ -76,7 +80,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Requires: libzypp == 5.25.0
|
||||
Requires: libzypp == 6.1.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 >= 0.13.0
|
||||
@ -235,6 +239,54 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Sun Feb 22 2009 ma@suse.de
|
||||
- Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
|
||||
* Sat Feb 21 2009 dmacvicar@suse.de
|
||||
Implemented the following options with aria backend:
|
||||
- download.max_concurrent_connections (default 2)
|
||||
download.min_download_speed (default no limit)
|
||||
download.max_download_speed (default no limit)
|
||||
download.max_silent_tries (default 5)
|
||||
* Fri Feb 20 2009 dmacvicar@suse.de
|
||||
- MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
|
||||
Various improvements including file existence checking
|
||||
Disable HEAD request if aria2c >= 1.20
|
||||
Restrict max connections to 2 for now.
|
||||
* Wed Feb 18 2009 ma@suse.de
|
||||
- Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
|
||||
* Tue Feb 17 2009 ma@suse.de
|
||||
- Compute obsoletes based on names only (not considering provides) (bnc #471023)
|
||||
* Tue Feb 17 2009 jkupec@suse.cz
|
||||
- Fixed FTP authentication (bnc #472879)
|
||||
* Wed Feb 11 2009 ma@suse.de
|
||||
- Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
|
||||
counts based on a power of 1024 (formerly just K,M,G). Byte counts based
|
||||
on a power of 1000 stay unaffected (kB,MB,GB).
|
||||
* Mon Feb 09 2009 ma@suse.de
|
||||
- Fix installation prompting for the wrong CD/DVD. (bnc #472892)
|
||||
* Tue Feb 03 2009 ma@suse.de
|
||||
- Send any output from rpm install/delete scripts via callback, so
|
||||
applications are able to display it. (bnc #369450)
|
||||
* Mon Feb 02 2009 ma@suse.de
|
||||
- Add missing translations (bnc #256289)
|
||||
* Wed Jan 28 2009 jkupec@suse.cz
|
||||
- HistoryLogReader added
|
||||
* Tue Jan 27 2009 ma@suse.de
|
||||
- Respect content-file DATDIR when downloading packages. (bnc #468612)
|
||||
* Tue Jan 27 2009 jkupec@suse.cz
|
||||
- Enabled CredentialManager for MediaSMB (bnc #460970).
|
||||
- Ignore URL's username, password, and query string in AuthData
|
||||
comparator in CredentialManager.
|
||||
* Mon Jan 26 2009 ma@suse.de
|
||||
- Let vendor checks per default differ between 'openSUSE Build Service'
|
||||
and 'openSUSE' (bnc #467262).
|
||||
* Fri Jan 23 2009 ma@suse.de
|
||||
- Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
|
||||
- Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
|
||||
* Thu Jan 22 2009 ma@suse.de
|
||||
- Tell satsolver about product buddies (bnc #466565)
|
||||
* Fri Jan 09 2009 jkupec@suse.cz
|
||||
- handle HTTP 503 reponses as temporary errors (bnc #462545)
|
||||
* Thu Dec 18 2008 ma@suse.de
|
||||
- Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
|
||||
- revision 11954
|
||||
|
Loading…
Reference in New Issue
Block a user