diff --git a/libzypp-17.0.3.tar.bz2 b/libzypp-17.0.3.tar.bz2 deleted file mode 100644 index a3e14ac..0000000 --- a/libzypp-17.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44f6e3475895664d681a1eb7a759a6bd223d342ac52f7add06399d8af9c00373 -size 4681941 diff --git a/libzypp-17.0.4.tar.bz2 b/libzypp-17.0.4.tar.bz2 new file mode 100644 index 0000000..6f37c6a --- /dev/null +++ b/libzypp-17.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e11df57a81da51c6b5611f8daada9a0ea0bcfabf6bda72c716412c7240e1859 +size 4679516 diff --git a/libzypp.changes b/libzypp.changes index 5cb7093..fc225e2 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 4 11:09:24 CET 2017 - ma@suse.de + +- Stop BuildRequire dropped boost-devel (bsc#1062782) +- version 17.0.4 (0) + ------------------------------------------------------------------- Tue Nov 28 18:21:51 CET 2017 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 1395c02..c157654 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -19,7 +19,7 @@ %define force_gcc_46 0 Name: libzypp -Version: 17.0.3 +Version: 17.0.4 Release: 0 Url: git://gitorious.org/opensuse/libzypp.git Summary: Package, Patch, Pattern, and Product Management @@ -52,7 +52,13 @@ BuildRequires: pkgconfig(libudev) %else BuildRequires: hal-devel %endif +%if 0%{?suse_version} >= 1330 +BuildRequires: libboost_headers-devel +BuildRequires: libboost_program_options-devel +BuildRequires: libboost_test-devel +%else BuildRequires: boost-devel +%endif BuildRequires: dejagnu BuildRequires: doxygen %if 0%{?force_gcc_46} @@ -139,7 +145,13 @@ Summary: Package, Patch, Pattern, and Product Management - developers fil Group: Development/Libraries/C and C++ Provides: yast2-packagemanager-devel Obsoletes: yast2-packagemanager-devel +%if 0%{?suse_version} >= 1330 +Requires: libboost_headers-devel +Requires: libboost_program_options-devel +Requires: libboost_test-devel +%else Requires: boost-devel +%endif Requires: bzip2 Requires: glibc-devel Requires: libstdc++-devel