2010-08-05 19:01:55 +00:00
committed by Git OBS Bridge
parent 1a160940f5
commit edbfcd00de
4 changed files with 25 additions and 12 deletions

View File

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

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

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 5 01:13:53 CEST 2010 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Tue Aug 3 16:17:04 CEST 2010 - ma@suse.de
- Fix memory leaks.
-------------------------------------------------------------------
Mon Aug 2 11:58:57 CEST 2010 - ma@suse.de
- Enhance PoolItem interface to assist patch classification. (bnc#627316)
- version 8.1.0 (0)
-------------------------------------------------------------------
Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de

View File

@@ -15,7 +15,7 @@ License: GPLv2+
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Package, Patch, Pattern, and Product Management
Version: 8.0.1
Version: 8.1.0
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
@@ -77,7 +77,6 @@ Requires: gpg2
Requires: gnupg2
%endif
%define min_aria_version 1.1.2
# ---------------------------------------------------------------
%if 0%{?suse_version} == 1110
# (almost) common codebase, but on SLES11-SP1 (according to Rudi
@@ -86,19 +85,17 @@ Requires: gnupg2
# from po/sle-zypp-po.tar.bz2.
%define min_curl_version 7.19.0-11.22
%define use_translation_set sle-zypp
# No requirement, but as we'd use it in case it is present,
# check for a sufficient version:
Conflicts: aria2 < %{min_aria_version}
# ---------------------------------------------------------------
%else
# ---------------------------------------------------------------
# This is 11.2 (better not sles11-sp1)
# This is >=11.2 (better not sles11-sp1)
# need CURLOPT_REDIR_PROTOCOLS:
%define min_curl_version 7.19.4
# want aria2:
Conflicts: aria2 < %{min_aria_version}
BuildRequires: aria2 >= %{min_aria_version}
%endif
# No requirement, but as we'd use it in case it is present,
# check for a sufficient version:
%define min_aria_version 1.1.2
Conflicts: aria2 < %{min_aria_version}
# ---------------------------------------------------------------
%if 0%{?suse_version}