This commit is contained in:
parent
abb23b2494
commit
657729be3d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1cb6a20849ee0b586e64e8bca9f5ae3c2fb02e1919ff706c6f7fc0076f234e0
|
|
||||||
size 10643452
|
|
3
libzypp-4.25.0.tar.bz2
Normal file
3
libzypp-4.25.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8581448fb42b7eaf408bce39568490724a81365be8da86bbe88e5e10f2dfc491
|
||||||
|
size 9970421
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- fix filelist for installed packages (bnc#392544)
|
||||||
|
- fix changelog retrieval for installed packages
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- deprecate Repository::name() and use alias() to
|
||||||
|
be consistent. Related to (bnc#383553)
|
||||||
|
- don't check for existence of keys, to avoid a non needed
|
||||||
|
HEAD request. (helps bnc#381280)
|
||||||
|
- 4.25.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
- added onlyRequires in the testcase (bnc #389184)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
- allow installation and refreshing from repository with alias that
|
||||||
|
contains ' or " (bnc #392426)
|
||||||
|
- r10158
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- delta rpm support reenabled
|
||||||
|
- r10150
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
- Resetting Delete Details in ResStatus correctly (bnc #391785)
|
||||||
|
- r 10145
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- when setting status to non installed for uninstalled packages
|
||||||
|
set the user transaction so they go to soft locks.
|
||||||
|
(related to bnc#389739 )
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
|
Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
33
libzypp.spec
33
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 4.23.0)
|
# spec file for package libzypp (Version 4.25.0)
|
||||||
#
|
#
|
||||||
# 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.23.0
|
Version: 4.25.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-4.23.0.tar.bz2
|
Source: libzypp-4.25.0.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.23.0
|
Requires: libzypp == 4.25.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
|
Requires: cmake libsatsolver-devel
|
||||||
@ -157,6 +157,31 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 22 2008 dmacvicar@suse.de
|
||||||
|
- fix filelist for installed packages (bnc#392544)
|
||||||
|
- fix changelog retrieval for installed packages
|
||||||
|
* Wed May 21 2008 dmacvicar@suse.de
|
||||||
|
- deprecate Repository::name() and use alias() to
|
||||||
|
be consistent. Related to (bnc#383553)
|
||||||
|
- don't check for existence of keys, to avoid a non needed
|
||||||
|
HEAD request. (helps bnc#381280)
|
||||||
|
- 4.25.0
|
||||||
|
* Wed May 21 2008 schubi@suse.de
|
||||||
|
- added onlyRequires in the testcase (bnc #389184)
|
||||||
|
* Tue May 20 2008 jreidinger@suse.cz
|
||||||
|
- allow installation and refreshing from repository with alias that
|
||||||
|
contains ' or " (bnc #392426)
|
||||||
|
- r10158
|
||||||
|
* Mon May 19 2008 jkupec@suse.cz
|
||||||
|
- delta rpm support reenabled
|
||||||
|
- r10150
|
||||||
|
* Mon May 19 2008 schubi@suse.de
|
||||||
|
- Resetting Delete Details in ResStatus correctly (bnc #391785)
|
||||||
|
- r 10145
|
||||||
|
* Mon May 19 2008 dmacvicar@suse.de
|
||||||
|
- when setting status to non installed for uninstalled packages
|
||||||
|
set the user transaction so they go to soft locks.
|
||||||
|
(related to bnc#389739 )
|
||||||
* Fri May 16 2008 schubi@suse.de
|
* Fri May 16 2008 schubi@suse.de
|
||||||
- Added new calls : isInstalledBy (const PoolItem item);
|
- Added new calls : isInstalledBy (const PoolItem item);
|
||||||
installs (const PoolItem item);
|
installs (const PoolItem item);
|
||||||
|
Loading…
Reference in New Issue
Block a user