Accepting request 196603 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/196603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=300
This commit is contained in:
Stephan Kulow 2013-08-28 19:15:33 +00:00 committed by Git OBS Bridge
commit b70f01da25
4 changed files with 100 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:625c61fb4507ba76273d3432edefb4dd8d24b75d47ab6f6757241429bc2bdf41
size 4911516

3
libzypp-13.5.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b689316279018d09ea273aec8eeabd90635282356dfe87f394a0f14865fbb008
size 4916108

View File

@ -1,3 +1,86 @@
-------------------------------------------------------------------
Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
- remove deprecated methods
- fix key expiry date parsing (bnc#828672)
- Provide additional keys data in case the ASCII armored blob
containes multiple keys
- No rpmdb key import in readony mode (bnc#828672)
- Fix rpmdb key import/export (bnc#828672)
- Reduce amount of gpg calls when importing/exporting keys.
- Add public accessible PublicKeyData/PublicKeyScanner classes
- fix ASCII armored PublicKey parsing (bnc#828672)
- fix typo (bnc#761985)
- Fix multiversion update candidate to respect an installed objects
arch and vendor (bnc#820444)
- fix logfile truncation introduced by previous fix for (bnc#825490)
- Swig can't handle move constructor
- Workaround bnc#819354 by executing rpm in /. (bnc#827609)
- Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
- Fix file probing via tftp:// (bnc#803316)
- Add armv7hl to armv6hl compat to be in sync with libsolv.
- Support for armv6hl
- version 13.5.0 (5)
-------------------------------------------------------------------
Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Aug 8 01:13:27 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Sun Aug 4 01:13:59 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Aug 1 01:13:52 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
- Fix testcases failing if local pathnames contain umlauts
- Pathname: add move constructor and fix assign
- Set logfile permission upon file creation only (bnc#825490)
- Add arch ppc64p7
- version 13.4.0 (4)
-------------------------------------------------------------------
Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libzypp
#
# Copyright (c) 2005-2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,17 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define force_gcc_46 0
Name: libzypp
License: GPL-2.0+
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Package, Patch, Pattern, and Product Management
Version: 13.3.0
Release: 1
License: GPL-2.0+
Group: System/Packages
Version: 13.5.0
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Provides: yast2-packagemanager
@ -143,17 +142,16 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
License: GPL-2.0+
Requires: libzypp = %{version}
Requires: libxml2-devel
Requires: openssl-devel
Requires: rpm-devel
Requires: glibc-devel
Requires: zlib-devel
Requires: bzip2
Requires: popt-devel
Requires: boost-devel
Requires: bzip2
Requires: glibc-devel
Requires: libstdc++-devel
Requires: libxml2-devel
Requires: libzypp = %{version}
Requires: openssl-devel
Requires: popt-devel
Requires: rpm-devel
Requires: zlib-devel
%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
Requires: libudev-devel
%else