This commit is contained in:
parent
9a1e8d5e0a
commit
097ec02de0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f27221f1650f1fa9c579887274dced70263d77e3ddf1ffd782021de314caaf95
|
||||
size 2937686
|
3
libzypp-3.23.2.tar.bz2
Normal file
3
libzypp-3.23.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb9f6c38091ae526a3cbebdcb0a73e9316923a12729270e9a5451c1c239e8887
|
||||
size 2933198
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
|
||||
|
||||
- On update do not delete unmaintained non-SuSE packages.
|
||||
- version 3.23.2
|
||||
- revision 7239
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
|
||||
|
||||
- ZYppImpl::getPartitions() - don't return the current partitioning
|
||||
when the partitioning hasn't been set - fixes DU parsing in
|
||||
inst-sys (#308659)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- Throw specific exceptions during commit (#308511)
|
||||
- 3.23.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
|
||||
|
||||
- Various disk space calculation fixes. Susetags, plaindir and rpmdb
|
||||
now provide more detailed disk usage information.
|
||||
Yum metadata don't, so we book the package size to '/'. (#308362)
|
||||
- version 3.23.0
|
||||
- revision 7225
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
|
||||
|
||||
- Regarding keep state while recycle old valid solver results. Bug 286889
|
||||
- r 7209
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- report 100% progress on finishing RPM removal (bug #309431)
|
||||
- revision 7200
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
|
||||
|
||||
- Update: rename language packages --> take that package which fits to the
|
||||
selected language Bug 308098
|
||||
- r 7919
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- restore deltas and patch rpms from the cache (#309124)
|
||||
- 3.22.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
|
||||
|
||||
|
38
libzypp.spec
38
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.22.7)
|
||||
# spec file for package libzypp (Version 3.23.2)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,9 +16,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Autoreqprov: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 3.22.7
|
||||
Version: 3.23.2
|
||||
Release: 1
|
||||
Source: libzypp-3.22.7.tar.bz2
|
||||
Source: libzypp-3.23.2.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -44,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.22.7
|
||||
Requires: libzypp == 3.23.2
|
||||
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
|
||||
@ -129,6 +129,36 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Thu Sep 13 2007 - ma@suse.de
|
||||
- On update do not delete unmaintained non-SuSE packages.
|
||||
- version 3.23.2
|
||||
- revision 7239
|
||||
* Thu Sep 13 2007 - lslezak@suse.cz
|
||||
- ZYppImpl::getPartitions() - don't return the current partitioning
|
||||
when the partitioning hasn't been set - fixes DU parsing in
|
||||
inst-sys (#308659)
|
||||
* Thu Sep 13 2007 - dmacvicar@suse.de
|
||||
- Throw specific exceptions during commit (#308511)
|
||||
- 3.23.1
|
||||
* Wed Sep 12 2007 - ma@suse.de
|
||||
- Various disk space calculation fixes. Susetags, plaindir and rpmdb
|
||||
now provide more detailed disk usage information.
|
||||
Yum metadata don't, so we book the package size to '/'. (#308362)
|
||||
- version 3.23.0
|
||||
- revision 7225
|
||||
* Wed Sep 12 2007 - schubi@suse.de
|
||||
- Regarding keep state while recycle old valid solver results. Bug 286889
|
||||
- r 7209
|
||||
* Wed Sep 12 2007 - jkupec@suse.cz
|
||||
- report 100%% progress on finishing RPM removal (bug #309431)
|
||||
- revision 7200
|
||||
* Tue Sep 11 2007 - schubi@suse.de
|
||||
- Update: rename language packages --> take that package which fits to the
|
||||
selected language Bug 308098
|
||||
- r 7919
|
||||
* Tue Sep 11 2007 - dmacvicar@suse.de
|
||||
- restore deltas and patch rpms from the cache (#309124)
|
||||
- 3.22.8
|
||||
* Tue Sep 11 2007 - ma@suse.de
|
||||
- Don't fail if a product is deleted multiple times (e.g. due to
|
||||
obsoletes and an explicit deleted request). (#308746)
|
||||
|
Loading…
Reference in New Issue
Block a user