commit zopfli for openSUSE:Factory
Hello community, here is the log from the commit of package zopfli for openSUSE:Factory checked in at 2017-12-31 01:13:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zopfli (Old) and /work/SRC/openSUSE:Factory/.zopfli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "zopfli" Sun Dec 31 01:13:21 2017 rev:6 rq:559886 version:1.0.1+git.20170707 Changes: -------- --- /work/SRC/openSUSE:Factory/zopfli/zopfli.changes 2017-09-05 15:17:08.189075480 +0200 +++ /work/SRC/openSUSE:Factory/.zopfli.new/zopfli.changes 2017-12-31 01:13:22.258068104 +0100 @@ -1,0 +2,5 @@ +Mon Dec 25 19:51:45 UTC 2017 - mpluskal@suse.com + +- Install missing headers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zopfli.spec ++++++ --- /var/tmp/diff_new_pack.KhLafX/_old 2017-12-31 01:13:23.009817294 +0100 +++ /var/tmp/diff_new_pack.KhLafX/_new 2017-12-31 01:13:23.009817294 +0100 @@ -1,7 +1,7 @@ # # spec file for package zopfli # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -21,20 +21,18 @@ %define pnglibversion 1.0.0 %define libname lib%{name}1 %define libpngname lib%{name}png1 - Name: zopfli Version: 1.0.1+git.20170707 Release: 0 Summary: GZip compatible compression utlity License: Apache-2.0 Group: Productivity/Archiving/Compression -Url: https://github.com/google/zopfli +URL: https://github.com/google/zopfli Source: %{name}-%{version}.tar.xz Source1: Makefile BuildRequires: gcc-c++ BuildRequires: help2man BuildRequires: make -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Example program for libzopfli to create gzip compatible files. Files can be @@ -74,7 +72,7 @@ %build make CFLAGS="%{optflags}" %{?_smp_mflags} libzopfli libzopflipng zopfli zopflipng # help2man since 1.47.1 respects SOURCE_DATE_EPOCH -export SOURCE_DATE_EPOCH=`echo %{version} | sed -e 's/.*git\.//' | date -f/dev/stdin +%s` +export SOURCE_DATE_EPOCH=`echo %{version} | sed -e 's/.*git\.//' | date -f/dev/stdin +%{s}` help2man --help-option="-h" --version-string=%{version} --no-info --no-discard-stderr ./%{name} > %{name}.1 help2man --help-option="-h" --version-string=%{version} --no-info --no-discard-stderr ./%{pngname} > %{pngname}.1 @@ -87,11 +85,8 @@ install -pm 0755 libzopfli.so.%{libversion} %{buildroot}%{_libdir}/ install -pm 0755 libzopflipng.so.%{pnglibversion} %{buildroot}%{_libdir}/ install -d -pm 0755 %{buildroot}%{_includedir}/zopfli/ -install -pm 0644 src/zopfli/zopfli.h %{buildroot}%{_includedir}/zopfli/ -install -pm 0644 src/zopfli/deflate.h %{buildroot}%{_includedir}/zopfli/ -install -pm 0644 src/zopfli/zlib_container.h %{buildroot}%{_includedir}/zopfli/ -install -pm 0644 src/zopfli/gzip_container.h %{buildroot}%{_includedir}/zopfli/ -install -pm 0644 src/zopflipng/zopflipng_lib.h %{buildroot}%{_includedir}/zopfli/ +install -pm 0644 src/zopfli/*.h %{buildroot}%{_includedir}/zopfli/ +install -pm 0644 src/zopflipng/*.h %{buildroot}%{_includedir}/zopfli/ ln -s libzopfli.so.%{libversion} %{buildroot}%{_libdir}/libzopfli.so ln -s libzopfli.so.%{libversion} %{buildroot}%{_libdir}/libzopfli.so.1 ln -s libzopflipng.so.%{pnglibversion} %{buildroot}%{_libdir}/libzopflipng.so @@ -103,7 +98,6 @@ %postun -n %{libpngname} -p /sbin/ldconfig %files -%defattr(-,root,root) %doc README COPYING README.zopflipng %{_bindir}/%{name} %{_bindir}/zopflipng @@ -111,15 +105,12 @@ %{_mandir}/man1/zopflipng.1%{ext_man} %files -n %{libname} -%defattr(-,root,root) %{_libdir}/libzopfli.so.* %files -n %{libpngname} -%defattr(-,root,root) %{_libdir}/libzopflipng.so.* %files -n libzopfli-devel -%defattr(-,root,root) %{_libdir}/libzopfli*.so %{_includedir}/zopfli/
participants (1)
-
root@hilbert.suse.de