SHA256
1
0
forked from pool/libzypp

Accepting request 395122 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/395122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=362
This commit is contained in:
Dominique Leuenberger 2016-05-16 10:03:20 +00:00 committed by Git OBS Bridge
commit 87f6bddcae
4 changed files with 24 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri May 13 08:45:53 CEST 2016 - ma@suse.de
- Prepare cmake to maintain the .pot and .po files in git. Add
initial .po file set derived from tarballs. Translations are now
maintained via Weblate.
- Provide 'libzypp(plugin:services) = 1' after fixing bsc#933760
- Bump major version for Factory, 15.x is continued on SuSE-SLE-12-SP1-Branch
- version 16.0.0 (0)
-------------------------------------------------------------------
Thu Apr 28 14:17:09 CEST 2016 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Thu Apr 28 14:04:36 CEST 2016 - ma@suse.de
- Update sle-zypp-po.tar.bz2
-------------------------------------------------------------------
Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de

View File

@ -19,7 +19,7 @@
%define force_gcc_46 0
Name: libzypp
Version: 15.22.0
Version: 16.0.0
Release: 0
Url: git://gitorious.org/opensuse/libzypp.git
Summary: Package, Patch, Pattern, and Product Management
@ -196,12 +196,6 @@ export CXX=g++-4.6
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
unset EXTRA_CMAKE_OPTIONS
# We are moving towards a uniform translation set for SLE and openSUSE.
# While separate SLE translations are still present, overlay them.
unset TRANSLATION_SET
if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
export TRANSLATION_SET=sle-zypp
fi
# No libproxy on SLE11
%if 0%{?suse_version} == 1110
export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"
@ -212,7 +206,6 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DLIB=%{_lib} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=1 \
-DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypp} \
${EXTRA_CMAKE_OPTIONS} \
..
make %{?_smp_mflags} VERBOSE=1