forked from pool/libzypp
This commit is contained in:
parent
ee1d5b5cb5
commit
3ab54369df
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b900c38633c18df5a0a02200da2c9996517f259be4b543f7748bcf082a3466d
|
|
||||||
size 4639387
|
|
3
libzypp-5.23.0.tar.bz2
Normal file
3
libzypp-5.23.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:629a15d9936057b8c979d537184aae9b7edc0a8f74af8ec1c60a5460bcc05db3
|
||||||
|
size 4639324
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
|
||||||
|
downloads. (bnc #444109)
|
||||||
|
- revision 11656
|
||||||
|
- version 5.23.0 (23)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Check for modaliases below /sys (bnc #430179)
|
||||||
|
- revision 11653
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Avoid superfluous file copying and gpg invocation in keyring handling.
|
||||||
|
- revision 11650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
|
Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
19
libzypp.spec
19
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 5.22.0)
|
# spec file for package libzypp (Version 5.23.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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: 5.22.0
|
Version: 5.23.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-5.22.0.tar.bz2
|
Source: libzypp-5.23.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -71,7 +71,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 5.22.0
|
Requires: libzypp == 5.23.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.10.14
|
Requires: cmake libsatsolver-devel >= 0.10.14
|
||||||
@ -228,6 +228,17 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 12 2008 ma@suse.de
|
||||||
|
- Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
|
||||||
|
downloads. (bnc #444109)
|
||||||
|
- revision 11656
|
||||||
|
- version 5.23.0 (23)
|
||||||
|
* Wed Nov 12 2008 ma@suse.de
|
||||||
|
- Check for modaliases below /sys (bnc #430179)
|
||||||
|
- revision 11653
|
||||||
|
* Tue Nov 11 2008 ma@suse.de
|
||||||
|
- Avoid superfluous file copying and gpg invocation in keyring handling.
|
||||||
|
- revision 11650
|
||||||
* Tue Nov 11 2008 ma@suse.de
|
* Tue Nov 11 2008 ma@suse.de
|
||||||
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user