Accepting request 215232 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/215232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=308
This commit is contained in:
Stephan Kulow
2014-01-27 14:29:07 +00:00
committed by Git OBS Bridge
4 changed files with 51 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
- Collect and execute %posttrans scripts delayed (Fate#313506)
- BuildRequire libsolv implementing (Fate#309385)
- version 14.8.0 (7)
-------------------------------------------------------------------
Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
- Patterns are no longer pseudo installed (Fate#309385)
- version 14.7.0 (7)
-------------------------------------------------------------------
Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
- Check for file conflicts in commit (bnc#673720)
- Add asUserSting: human readable (translated) string representation
- Add file conflict detection during commit (bnc#673720)
- Add Transaction::installedResult
- version 14.6.0 (6)
-------------------------------------------------------------------
Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
- Fix cleanup code removing the @System solv file. (bnc#853065)
- Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
- version 14.5.0 (4)
-------------------------------------------------------------------
Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
- Improve ProgressData reporting.
- Allow xml::escape directly dumping to a stream.
- Add support for repo authentication using SSL client certificates
(bnc#683914)
- Enhance Queue to perform COW
- fix documentation
- version 14.4.0 (4)
-------------------------------------------------------------------
Thu Jan 9 01:13:40 CET 2014 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Fri Dec 13 19:36:34 CET 2013 - ma@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package libzypp
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Package, Patch, Pattern, and Product Management
License: GPL-2.0+
Group: System/Packages
Version: 14.3.0
Version: 14.8.0
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
@@ -72,7 +72,7 @@ BuildRequires: pkgconfig
BuildRequires: pkg-config
%endif
BuildRequires: libsolv-devel >= 0.3.0
BuildRequires: libsolv-devel >= 0.4.2
%if 0%{?suse_version} >= 1100
%requires_eq libsolv-tools
%else