This commit is contained in:
parent
b637905c35
commit
636a862da8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ba221c9ff334df50082eb568d3727545755209a16ea04457fe2c127fcf0e099
|
||||
size 2821151
|
3
libzypp-3.12.0.tar.bz2
Normal file
3
libzypp-3.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbf0164724f13b9484f6bd1b9d4bb798cc7c51b63b17f0f7310ae706664889f7
|
||||
size 10722888
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- progress ticks for clean cache
|
||||
- ZConfig: remove default from names.
|
||||
- re enable reading cache callbacks
|
||||
- ini parser without boost::regexp
|
||||
patch by dmueller (#152447)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
|
||||
|
||||
- Fixed package to provide the location media number. (#294496)
|
||||
- revision 6263
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
|
||||
gpgkey) instead of throwing bad url exception
|
||||
- revision 6259
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
|
||||
|
||||
- Make clearing of extra dependencies/conflicts configurable when
|
||||
resolvePool(). Leave the default as before (clear extras).
|
||||
Bug # 294727
|
||||
- revision 6233
|
||||
- version 3.12.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- /var/lib/zypp/cache -> /var/cache/zypp
|
||||
(#292419)
|
||||
- ini parser without boost::regexp, patch by dmueller
|
||||
(#152447)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
|
||||
|
||||
|
34
libzypp.spec
34
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.11.11)
|
||||
# spec file for package libzypp (Version 3.12.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,10 +16,10 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Autoreqprov: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 3.11.11
|
||||
Version: 3.12.0
|
||||
Release: 1
|
||||
Source: libzypp-3.11.11.tar.bz2
|
||||
Source1: libzypp-3.11.11-rpmlintrc
|
||||
Source: libzypp-3.12.0.tar.bz2
|
||||
Source1: libzypp-3.12.0-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
Obsoletes: yast2-packagemanager
|
||||
@ -44,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.11.11
|
||||
Requires: libzypp == 3.12.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
|
||||
@ -124,6 +124,30 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jul 27 2007 - dmacvicar@suse.de
|
||||
- progress ticks for clean cache
|
||||
- ZConfig: remove default from names.
|
||||
- re enable reading cache callbacks
|
||||
- ini parser without boost::regexp
|
||||
patch by dmueller (#152447)
|
||||
* Fri Jul 27 2007 - ma@suse.de
|
||||
- Fixed package to provide the location media number. (#294496)
|
||||
- revision 6263
|
||||
* Fri Jul 27 2007 - jkupec@suse.cz
|
||||
- RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
|
||||
gpgkey) instead of throwing bad url exception
|
||||
- revision 6259
|
||||
* Thu Jul 26 2007 - kkaempf@suse.de
|
||||
- Make clearing of extra dependencies/conflicts configurable when
|
||||
resolvePool(). Leave the default as before (clear extras).
|
||||
Bug # 294727
|
||||
- revision 6233
|
||||
- version 3.12.0
|
||||
* Thu Jul 26 2007 - dmacvicar@suse.de
|
||||
- /var/lib/zypp/cache -> /var/cache/zypp
|
||||
(#292419)
|
||||
- ini parser without boost::regexp, patch by dmueller
|
||||
(#152447)
|
||||
* Wed Jul 25 2007 - ma@suse.de
|
||||
- Make temp directory configurable via environment
|
||||
variable ZYPPTMPDIR.
|
||||
|
Loading…
Reference in New Issue
Block a user