Accepting request 44273 from zypp:Head

Copy from zypp:Head/libzypp based on submit request 44273 from user mlandres

OBS-URL: https://build.opensuse.org/request/show/44273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=214
This commit is contained in:
OBS User autobuild 2010-07-30 13:50:27 +00:00 committed by Git OBS Bridge
parent c6df83b7be
commit b9adb560bb
4 changed files with 45 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
- Fix bug in PoolQuery::addDependency
- Disable MediaAria and enable MultiCurl as default http/ftp backend.
MultiCurl implements MetaLink and Zsync support using libcurl. In
case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
the new backend.
- version 8.0.1 (0)
-------------------------------------------------------------------
Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
- Bump heads major version after 11.3 branched away.
- version 8.0.0 (0)
-------------------------------------------------------------------
Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Wed Jul 7 13:56:49 CEST 2010 - ma@suse.de
- Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
- version 7.8.0 (6)
-------------------------------------------------------------------
Mon Jul 5 13:03:57 CEST 2010 - ma@suse.de
- Fix requirement to /usr/bin/uuidgen (bnc#613304)
-------------------------------------------------------------------
Sun Jul 4 01:13:29 CEST 2010 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 7.7.5)
# spec file for package libzypp (Version 8.0.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,8 +23,8 @@ License: GPLv2+
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Package, Patch, Pattern, and Product Management
Version: 7.7.5
Release: 5
Version: 8.0.1
Release: 1
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Provides: yast2-packagemanager
@ -63,7 +63,7 @@ BuildRequires: expat-devel
BuildRequires: hicolor-icon-theme
BuildRequires: update-desktop-files
BuildRequires: rpm-devel
Requires: uuid-runtime
Requires: /usr/bin/uuidgen
%endif
%if 0%{?fedora_version}
@ -104,7 +104,7 @@ Conflicts: aria2 < %{min_aria_version}
# need CURLOPT_REDIR_PROTOCOLS:
%define min_curl_version 7.19.4
# want aria2:
Requires: aria2 >= %{min_aria_version}
Conflicts: aria2 < %{min_aria_version}
BuildRequires: aria2 >= %{min_aria_version}
%endif
# ---------------------------------------------------------------