Accepting request 262227 from zypp:Head

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/262227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=328
This commit is contained in:
Dominique Leuenberger 2014-11-26 19:57:19 +00:00 committed by Git OBS Bridge
commit 04e21541b0
4 changed files with 84 additions and 36 deletions

View File

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

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

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

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
- Call rpm with '--noglob' (bnc#892431)
- Downloader: unify workflow downloading a (signed) master index file
- Fix iostream includes (fixes #34)
- Explicitly call libsolv:pool_setdisttype (fixes #36)
- version 14.30.2 (30)
-------------------------------------------------------------------
Sun Nov 9 01:13:17 CET 2014 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Sun Nov 2 01:14:10 CET 2014 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
- doc: add hint to code 12 pattern packages
- MediaCurl: Fix URL path concatenation (bnc#901590)
- Move doxygen html doc to libzypp-devel-doc (bnc#901691)
- Remove non-breaking spaces from changes file
- Control lifetime of downloaded mirrorlist
- version 14.30.1 (30)
-------------------------------------------------------------------
Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
- Update zypp-po.tar.bz2
-------------------------------------------------------------------
Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
- Store baseurls in list as order expresses preference
- Support parsing multiple baseurls from a repo file (bnc#899510)
- Fix handling local mirrorlist= files in .repo (bnc#899510)
- Provide missing man pages (fixes #33)
- Enable building autodocs, translations and test per default on debian
- Fix several typos in output messages and comments (fixes #29)
- Make the include dir path configurable (fixes #27)
- version 14.30.0 (30)
-------------------------------------------------------------------
Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
@ -7997,7 +8043,7 @@ Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
- forward port 3924:3939
- Add explicit finish callbacks for subtasks during ProvidePackage
 to avoid UI confusion.
to avoid UI confusion.
- rev3957
-------------------------------------------------------------------
@ -8088,7 +8134,7 @@ Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
- Digest: Don't read the stream character wise but reading blocks,
  as advised by matz profiling.
as advised by matz profiling.
- r3819
-------------------------------------------------------------------
@ -8281,7 +8327,7 @@ Wed Jun 7 01:00:05 CEST 2006 - dmacvicar@suse.de
- Fixes unneeded file download, and add download callbacks
(still need yast side) #181204 and #160206
- Fix stalle tmpdir due to cyclic references, using a master
  TmpDir for zypp. # 178292
TmpDir for zypp. # 178292
-------------------------------------------------------------------
Wed Jun 7 00:02:18 CEST 2006 - ma@suse.de
@ -8384,11 +8430,11 @@ Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
- dont pass root on init but before.
- implement rpm db modification timestamp
  not used yet
not used yet
- move Helix source to testsuite out of the solver
so we can use it for target, storage tests
- add Source_Ref::timestamp(), default to now()
  in order to implement smart sync of sources by zmd
in order to implement smart sync of sources by zmd
- don't parse desc and summary twice
- fix a segfault with tranlated text
- fix broken size tag introduced in rev 3427
@ -8601,7 +8647,7 @@ Wed May 3 17:40:45 CEST 2006 - dmacvicar@suse.de
Wed May 3 15:34:00 CEST 2006 - dmacvicar@suse.de
- use --no-default-keyring to avoid creating a
  default gpg dir in / (#171055)
default gpg dir in / (#171055)
- rev 3335
-------------------------------------------------------------------

View File

@ -19,12 +19,13 @@
%define force_gcc_46 0
Name: libzypp
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 14.30.2
Release: 0
Url: git://gitorious.org/opensuse/libzypp.git
Summary: Package, Patch, Pattern, and Product Management
License: GPL-2.0+
Group: System/Packages
Version: 14.29.4
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Provides: yast2-packagemanager
@ -74,7 +75,7 @@ BuildRequires: pkgconfig
BuildRequires: pkg-config
%endif
BuildRequires: libsolv-devel >= 0.6.5
BuildRequires: libsolv-devel >= 0.6.6
%if 0%{?suse_version} >= 1100
BuildRequires: libsolv-tools
%requires_eq libsolv-tools
@ -145,6 +146,10 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Summary: Package, Patch, Pattern, and Product Management - developers files
Group: Development/Libraries/C and C++
Provides: yast2-packagemanager-devel
Obsoletes: yast2-packagemanager-devel
Requires: boost-devel
Requires: bzip2
Requires: glibc-devel
@ -178,25 +183,19 @@ Requires: libcurl-devel >= %{min_curl_version}
%else
Requires: libsolv-devel
%endif
%description devel
Package, Patch, Pattern, and Product Management - developers files
%package devel-doc
Summary: Package, Patch, Pattern, and Product Management - developers files
Group: System/Packages
Group: Documentation/HTML
Provides: yast2-packagemanager-devel
Obsoletes: yast2-packagemanager-devel
%description -n libzypp-devel
%description devel-doc
Package, Patch, Pattern, and Product Management - developers files
Authors:
--------
Michael Andres <ma@suse.de>
Jiri Srain <jsrain@suse.cz>
Stefan Schubert <schubi@suse.de>
Duncan Mac-Vicar <dmacvicar@suse.de>
Klaus Kaempf <kkaempf@suse.de>
Marius Tomaschewski <mt@suse.de>
Stanislav Visnovsky <visnov@suse.cz>
Ladislav Slezak <lslezak@suse.cz>
%prep
%setup -q
@ -371,9 +370,12 @@ rm -rf "$RPM_BUILD_ROOT"
%files devel
%defattr(-,root,root)
%{_libdir}/libzypp.so
%{_docdir}/%{name}
%{_includedir}/zypp
%{_datadir}/cmake/Modules/*
%{_libdir}/pkgconfig/libzypp.pc
%files devel-doc
%defattr(-,root,root)
%{_docdir}/%{name}
%changelog