This commit is contained in:
parent
71a0396a87
commit
ffb08bae2c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35b608c1a99437725561bbe960cf58759eeb4ce0cbff65786debb2019f6ceeca
|
|
||||||
size 9633488
|
|
3
libzypp-5.13.1.tar.bz2
Normal file
3
libzypp-5.13.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45b94e9d48b3b4bd98cbd7b8f4c6ad0083325f178a9d2a5330b5be3d6273e1c6
|
||||||
|
size 9745635
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix zypp::WhatProvides::empty returning inverse result.
|
||||||
|
- revision 11200
|
||||||
|
- version 5.13.1 (13)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- fixed endless loop when CredentialManager returns bad password
|
||||||
|
- CredentialManager now correctly updates password of existing
|
||||||
|
credentials
|
||||||
|
- revision 11187
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
|
Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
17
libzypp.spec
17
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 5.13.0)
|
# spec file for package libzypp (Version 5.13.1)
|
||||||
#
|
#
|
||||||
# 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.13.0
|
Version: 5.13.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-5.13.0.tar.bz2
|
Source: libzypp-5.13.1.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.13.0
|
Requires: libzypp == 5.13.1
|
||||||
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 >= 0.10.14
|
Requires: cmake libsatsolver-devel >= 0.10.14
|
||||||
@ -228,6 +228,15 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 29 2008 ma@suse.de
|
||||||
|
- Fix zypp::WhatProvides::empty returning inverse result.
|
||||||
|
- revision 11200
|
||||||
|
- version 5.13.1 (13)
|
||||||
|
* Sun Sep 28 2008 jkupec@suse.cz
|
||||||
|
- fixed endless loop when CredentialManager returns bad password
|
||||||
|
- CredentialManager now correctly updates password of existing
|
||||||
|
credentials
|
||||||
|
- revision 11187
|
||||||
* Fri Sep 26 2008 ma@suse.de
|
* Fri Sep 26 2008 ma@suse.de
|
||||||
- Fix computation of Product::flavor.
|
- Fix computation of Product::flavor.
|
||||||
- Add Product::productLine. A vendor specific string denoting the
|
- Add Product::productLine. A vendor specific string denoting the
|
||||||
|
Loading…
Reference in New Issue
Block a user