forked from pool/libzypp
This commit is contained in:
parent
3500360b86
commit
4b45d30185
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f9c251f451894a8cf56cfef32376bde5ddf19b728cc3cbc7920437987fc14d1
|
|
||||||
size 10133895
|
|
3
libzypp-5.6.0.tar.bz2
Normal file
3
libzypp-5.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12dca02afeeebfe8992b685e96b9016b646469f08f8d3983a71df9686ee87145
|
||||||
|
size 10142253
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Add Target::targetDistribution. Returns "distribution-arch" of
|
||||||
|
the installed base product. Used for registration and Service
|
||||||
|
refresh. (for Fate #304915)
|
||||||
|
- revision 10877
|
||||||
|
- version 5.6.0 (5)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Add method Product::replacedProducts to identify installed
|
||||||
|
Products that would be replaced by installing a new Product.
|
||||||
|
(for Fate #301997)
|
||||||
|
- revision 10876
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Fixes to Selectable doing staus manipulation on non-USER level.
|
||||||
|
- revision 10873
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Add method ZYpp::getTarget that returns the Target or a NULL pointer,
|
||||||
|
if it is not yet initialized. This is to avoid try/catch blocks just
|
||||||
|
to test whether the Target is initialized. (bnc #417556)
|
||||||
|
- Add method Target::assertRootPrefix. Pass a pathname and get back the
|
||||||
|
path prefixed with the tragets root, unless it already had that prefix.
|
||||||
|
- revision 10870
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
- Regarding error messages for Products correctly (FATE #304502)
|
||||||
|
- rev 10863
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
|
Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
32
libzypp.spec
32
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 5.5.1)
|
# spec file for package libzypp (Version 5.6.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.5.1
|
Version: 5.6.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-5.5.1.tar.bz2
|
Source: libzypp-5.6.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -70,7 +70,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 5.5.1
|
Requires: libzypp == 5.6.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
|
||||||
@ -228,6 +228,30 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 15 2008 ma@suse.de
|
||||||
|
- Add Target::targetDistribution. Returns "distribution-arch" of
|
||||||
|
the installed base product. Used for registration and Service
|
||||||
|
refresh. (for Fate #304915)
|
||||||
|
- revision 10877
|
||||||
|
- version 5.6.0 (5)
|
||||||
|
* Fri Aug 15 2008 ma@suse.de
|
||||||
|
- Add method Product::replacedProducts to identify installed
|
||||||
|
Products that would be replaced by installing a new Product.
|
||||||
|
(for Fate #301997)
|
||||||
|
- revision 10876
|
||||||
|
* Fri Aug 15 2008 ma@suse.de
|
||||||
|
- Fixes to Selectable doing staus manipulation on non-USER level.
|
||||||
|
- revision 10873
|
||||||
|
* Fri Aug 15 2008 ma@suse.de
|
||||||
|
- Add method ZYpp::getTarget that returns the Target or a NULL pointer,
|
||||||
|
if it is not yet initialized. This is to avoid try/catch blocks just
|
||||||
|
to test whether the Target is initialized. (bnc #417556)
|
||||||
|
- Add method Target::assertRootPrefix. Pass a pathname and get back the
|
||||||
|
path prefixed with the tragets root, unless it already had that prefix.
|
||||||
|
- revision 10870
|
||||||
|
* Thu Aug 14 2008 schubi@suse.de
|
||||||
|
- Regarding error messages for Products correctly (FATE #304502)
|
||||||
|
- rev 10863
|
||||||
* Thu Aug 14 2008 ma@suse.de
|
* Thu Aug 14 2008 ma@suse.de
|
||||||
- Let Selectable default to USER level.
|
- Let Selectable default to USER level.
|
||||||
- revision 10850
|
- revision 10850
|
||||||
|
Loading…
x
Reference in New Issue
Block a user