This commit is contained in:
parent
b0c1da8d15
commit
ed46480d47
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af70f4f6702f78cc32bf54d0d499e44718a6bdc5846720b2d53e52e049360eb7
|
|
||||||
size 5680729
|
|
3
libzypp-4.2.7.tar.bz2
Normal file
3
libzypp-4.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28ec3c27cf6cdd4ede8eb903bd3a921f84ab233ef1345a7935cf2ecddf3b3348
|
||||||
|
size 5681225
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- added some locale support to sat::Solvable
|
||||||
|
- version 4.2.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- handle error messages better in doesFileExist too which is
|
||||||
|
used during probing. (bnc #362608)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- Fetcher::reset() should not reset cache directories.
|
||||||
|
(bnc #348050)
|
||||||
|
- version 4.2.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
|
||||||
|
for http and https, but this time set CURLOPT_HTTPGET back to 1
|
||||||
|
so it actually works. This makes Media::doesFileExist
|
||||||
|
efficient for http and https.
|
||||||
|
(related to bnc #348050)
|
||||||
|
- version 4.2.5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
|
Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
25
libzypp.spec
25
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 4.2.4)
|
# spec file for package libzypp (Version 4.2.7)
|
||||||
#
|
#
|
||||||
# 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.2.4
|
Version: 4.2.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-4.2.4.tar.bz2
|
Source: libzypp-4.2.7.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -46,7 +46,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 4.2.4
|
Requires: libzypp == 4.2.7
|
||||||
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
|
Requires: cmake
|
||||||
@ -134,6 +134,23 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 19 2008 coolo@suse.de
|
||||||
|
- added some locale support to sat::Solvable
|
||||||
|
- version 4.2.7
|
||||||
|
* Mon Feb 18 2008 dmacvicar@suse.de
|
||||||
|
- handle error messages better in doesFileExist too which is
|
||||||
|
used during probing. (bnc #362608)
|
||||||
|
* Sun Feb 17 2008 dmacvicar@suse.de
|
||||||
|
- Fetcher::reset() should not reset cache directories.
|
||||||
|
(bnc #348050)
|
||||||
|
- version 4.2.6
|
||||||
|
* Sat Feb 16 2008 dmacvicar@suse.de
|
||||||
|
- Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
|
||||||
|
for http and https, but this time set CURLOPT_HTTPGET back to 1
|
||||||
|
so it actually works. This makes Media::doesFileExist
|
||||||
|
efficient for http and https.
|
||||||
|
(related to bnc #348050)
|
||||||
|
- version 4.2.5
|
||||||
* Fri Feb 15 2008 coolo@suse.de
|
* Fri Feb 15 2008 coolo@suse.de
|
||||||
- using .solv files only now (fate #303018)
|
- using .solv files only now (fate #303018)
|
||||||
- revision 8699
|
- revision 8699
|
||||||
|
Loading…
Reference in New Issue
Block a user