diff --git a/libzypp-17.11.3.tar.bz2 b/libzypp-17.11.3.tar.bz2 deleted file mode 100644 index 1040ec0..0000000 --- a/libzypp-17.11.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63decf83805312365547e85febe50757c143aef6650f3bfd765ccb4deafdde7c -size 4728555 diff --git a/libzypp-17.11.4.tar.bz2 b/libzypp-17.11.4.tar.bz2 new file mode 100644 index 0000000..d8448f4 --- /dev/null +++ b/libzypp-17.11.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665aa6c485c76a6fae19e370f7af3d351d51df69d4d200682992d61ac83fdf66 +size 4729962 diff --git a/libzypp.changes b/libzypp.changes index bca80f6..f95ca03 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Apr 4 13:24:40 CEST 2019 - ma@suse.de + +- Enhance scanning /sys for modaliases (bsc#1130161) +- version 17.11.4 (9) + +------------------------------------------------------------------- +Tue Apr 2 18:15:12 CEST 2019 - ma@suse.de + +- Prevent SEGV if the application sets an empty TextLocale (bsc#1127026) + +------------------------------------------------------------------- +Mon Apr 1 08:49:45 UTC 2019 - Christophe Giboudeaux + +- Fix build with CMake >= 3.14.0: + Starting with CMake 3.14, EXCLUDE_FROM_ALL now spreads from + directories to targets. 'make -C someSubdir' when 'someSubdir' + uses the 'EXCLUDE_FROM_ALL' keyword does nothing. (gh/libzypp#libzypp#165) + ------------------------------------------------------------------- Thu Mar 21 12:35:39 CET 2019 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 8963ca2..8fa1c7c 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -17,7 +17,7 @@ Name: libzypp -Version: 17.11.3 +Version: 17.11.4 Release: 0 Url: https://github.com/openSUSE/libzypp Summary: Library for package, patch, pattern and product management @@ -221,6 +221,9 @@ export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON" %endif cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DENABLE_BUILD_DOCS=TRUE \ + -DENABLE_BUILD_TRANS=TRUE \ + -DENABLE_BUILD_TESTS=TRUE \ -DDOC_INSTALL_DIR=%{_docdir} \ -DLIB=%{_lib} \ -DCMAKE_BUILD_TYPE=Release \ @@ -228,14 +231,10 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ ${EXTRA_CMAKE_OPTIONS} \ .. make %{?_smp_mflags} VERBOSE=1 -make -C doc/autodoc %{?_smp_mflags} -make -C po %{?_smp_mflags} translations -make -C tests %{?_smp_mflags} %install cd build %make_install -%make_install -C doc/autodoc %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600 ln -s %{_sysconfdir}/yum.repos.d %{buildroot}/%{_sysconfdir}/zypp/repos.d %else @@ -264,9 +263,9 @@ mkdir -p %{buildroot}/%{_var}/cache/zypp sed -i "s|# solver.dupAllowVendorChange = true|solver.dupAllowVendorChange = false|g" %{buildroot}%{_sysconfdir}/zypp/zypp.conf %endif -%make_install -C po -# Create filelist with translations cd .. + +# Create filelist with translations %{find_lang} zypp %check