manual submission as hudson is down

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=693
This commit is contained in:
Michael Andres 2010-07-27 14:51:04 +00:00 committed by Git OBS Bridge
parent bfe04a4f6b
commit 1a160940f5
4 changed files with 21 additions and 5 deletions

View File

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

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,19 @@
-------------------------------------------------------------------
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 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de

View File

@ -15,7 +15,7 @@ License: GPLv2+
Group: System/Packages Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Package, Patch, Pattern, and Product Management Summary: Package, Patch, Pattern, and Product Management
Version: 7.8.0 Version: 8.0.1
Release: 0 Release: 0
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc Source1: %{name}-rpmlintrc
@ -96,7 +96,7 @@ Conflicts: aria2 < %{min_aria_version}
# need CURLOPT_REDIR_PROTOCOLS: # need CURLOPT_REDIR_PROTOCOLS:
%define min_curl_version 7.19.4 %define min_curl_version 7.19.4
# want aria2: # want aria2:
Requires: aria2 >= %{min_aria_version} Conflicts: aria2 < %{min_aria_version}
BuildRequires: aria2 >= %{min_aria_version} BuildRequires: aria2 >= %{min_aria_version}
%endif %endif
# --------------------------------------------------------------- # ---------------------------------------------------------------