Accepting request 103166 from zypp:Head
update OBS-URL: https://build.opensuse.org/request/show/103166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=271
This commit is contained in:
commit
603c0ac91e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f707bac12a0dac21991c47203678b3cebfab944a0e7119e83c04b0de6b6104db
|
||||
size 5019213
|
3
libzypp-11.1.0.tar.bz2
Normal file
3
libzypp-11.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5b6ef1d7932cc1a403a1b766d27d117b7740a0134ccab7fe499acf775061250
|
||||
size 5020882
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 3 13:18:01 CET 2012 - ma@suse.de
|
||||
|
||||
- Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
|
||||
- Build with -fvisibility-inlines-hidden
|
||||
- CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
|
||||
- Correctly use user:pass directly embedded in a proxy url (bnc#740764)
|
||||
- new sat::Map - Libsolv (bit)Map wrapper.
|
||||
- always set splitprovides to true now that libsolv handles them better
|
||||
- version 11.1.0 (1)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 01:14:17 CET 2012 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
|
||||
|
||||
|
15
libzypp.spec
15
libzypp.spec
@ -19,11 +19,11 @@
|
||||
|
||||
|
||||
Name: libzypp
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 11.0.0
|
||||
Version: 11.1.0
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
@ -44,7 +44,7 @@ Recommends: lsof
|
||||
%endif
|
||||
BuildRequires: cmake
|
||||
BuildRequires: openssl-devel
|
||||
%if 0%{?suse_version} >= 1130
|
||||
%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
|
||||
BuildRequires: libudev-devel
|
||||
%else
|
||||
BuildRequires: hal-devel
|
||||
@ -57,7 +57,12 @@ BuildRequires: gettext-devel
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libproxy-devel
|
||||
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
BuildRequires: pkgconfig
|
||||
%else
|
||||
BuildRequires: pkg-config
|
||||
%endif
|
||||
|
||||
BuildRequires: libsolv-devel
|
||||
%if 0%{?suse_version} >= 1100
|
||||
@ -135,7 +140,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Requires: libzypp = %{version}
|
||||
Requires: libxml2-devel
|
||||
Requires: openssl-devel
|
||||
@ -146,7 +151,7 @@ Requires: bzip2
|
||||
Requires: popt-devel
|
||||
Requires: boost-devel
|
||||
Requires: libstdc++-devel
|
||||
%if 0%{?suse_version} >= 1130
|
||||
%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
|
||||
Requires: libudev-devel
|
||||
%else
|
||||
Requires: hal-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user