forked from pool/libzypp
This commit is contained in:
parent
cb0565cbd6
commit
d46b1f53d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7d6ad4dad170b20d21ea8fb2959a6c82c43c9c287273ba7cf4bb81bdea89e24
|
|
||||||
size 10004453
|
|
3
libzypp-4.26.3.tar.bz2
Normal file
3
libzypp-4.26.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:863e6d22f8fc519a22cbbbbeac359d6ec356f3b17dc278879e760cbeb955cae0
|
||||||
|
size 10037427
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 4 14:53:13 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix crash when requesting disk usage without a target loaded. (bnc #396755)
|
||||||
|
- version 4.26.3
|
||||||
|
- revision 10339
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 4 13:50:13 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix memory corruption in curl media handler (bnc #396979)
|
||||||
|
- version 4.26.2
|
||||||
|
- revision 10336
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 19:44:59 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
|
||||||
|
as 'source package named zypper'. So these capabilities can be used
|
||||||
|
together with sat::Whatprovides or in resolver requests. (bnc #369893)
|
||||||
|
- version 4.26.1
|
||||||
|
- revision 10333
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 2 17:57:22 CEST 2008 - ma@suse.de
|
Mon Jun 2 17:57:22 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
22
libzypp.spec
22
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 4.26.0)
|
# spec file for package libzypp (Version 4.26.3)
|
||||||
#
|
#
|
||||||
# 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.26.0
|
Version: 4.26.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-4.26.0.tar.bz2
|
Source: libzypp-4.26.3.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -60,7 +60,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 4.26.0
|
Requires: libzypp == 4.26.3
|
||||||
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
|
||||||
@ -210,6 +210,20 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 04 2008 ma@suse.de
|
||||||
|
- Fix crash when requesting disk usage without a target loaded. (bnc #396755)
|
||||||
|
- version 4.26.3
|
||||||
|
- revision 10339
|
||||||
|
* Wed Jun 04 2008 ma@suse.de
|
||||||
|
- Fix memory corruption in curl media handler (bnc #396979)
|
||||||
|
- version 4.26.2
|
||||||
|
- revision 10336
|
||||||
|
* Tue Jun 03 2008 ma@suse.de
|
||||||
|
- Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
|
||||||
|
as 'source package named zypper'. So these capabilities can be used
|
||||||
|
together with sat::Whatprovides or in resolver requests. (bnc #369893)
|
||||||
|
- version 4.26.1
|
||||||
|
- revision 10333
|
||||||
* Mon Jun 02 2008 ma@suse.de
|
* Mon Jun 02 2008 ma@suse.de
|
||||||
- Allow to skip/abort failed package removal. (bnc #226041)
|
- Allow to skip/abort failed package removal. (bnc #226041)
|
||||||
- revision 10319
|
- revision 10319
|
||||||
|
Loading…
x
Reference in New Issue
Block a user