Hello community,

here is the log from the commit of package zstd for openSUSE:Factory checked in 
at 2018-02-12 10:09:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zstd (Old)
 and      /work/SRC/openSUSE:Factory/.zstd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zstd"

Mon Feb 12 10:09:41 2018 rev:4 rq:574132 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/zstd/zstd.changes        2017-12-22 
12:21:12.944842293 +0100
+++ /work/SRC/openSUSE:Factory/.zstd.new/zstd.changes   2018-02-12 
10:09:45.265312337 +0100
@@ -1,0 +2,5 @@
+Tue Feb  6 00:00:00 CET 2018 - [email protected]
+
+- build the static library (depency for btrfsprogs-static)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zstd.spec ++++++
--- /var/tmp/diff_new_pack.oJRmAL/_old  2018-02-12 10:09:45.949287687 +0100
+++ /var/tmp/diff_new_pack.oJRmAL/_new  2018-02-12 10:09:45.953287544 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zstd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,6 +62,18 @@
 
 Needed for compiling programs that link with the library.
 
+%package -n lib%{name}-devel-static
+Summary:        Development files for the Zstd compression library
+Group:          Development/Libraries/C and C++
+BuildRequires:  glibc-devel-static
+Requires:       lib%{name}-devel = %{version}
+
+%description -n lib%{name}-devel-static
+Zstd, short for Zstandard, is a lossless compression algorithm,
+targeting real-time compression scenarios at zlib-level compression ratio.
+
+Needed for compiling programs that link with the library.
+
 %prep
 %setup -q
 find -name .gitignore -delete
@@ -76,7 +88,6 @@
 
 %install
 %make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
-rm %{buildroot}/%{_libdir}/libzstd.a
 
 %files
 %defattr(-,root,root,-)
@@ -107,6 +118,10 @@
 %{_libdir}/pkgconfig/libzstd.pc
 %{_libdir}/libzstd.so
 
+%files -n lib%{name}-devel-static
+%defattr(-,root,root,-)
+%{_libdir}/libzstd.a
+
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 


Reply via email to