Hello community,

here is the log from the commit of package brotli for openSUSE:Factory checked 
in at 2018-03-08 10:54:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brotli (Old)
 and      /work/SRC/openSUSE:Factory/.brotli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brotli"

Thu Mar  8 10:54:45 2018 rev:2 rq:583124 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/brotli/brotli.changes    2018-01-09 
14:38:12.589958093 +0100
+++ /work/SRC/openSUSE:Factory/.brotli.new/brotli.changes       2018-03-08 
10:54:54.122947375 +0100
@@ -1,0 +2,7 @@
+Mon Mar  5 19:29:33 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 1.0.3
+  * New "Large Window Brotli" feature
+  * New dictionary generator
+
+-------------------------------------------------------------------

Old:
----
  brotli-1.0.2.tar.gz

New:
----
  brotli-1.0.3.tar.gz

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

Other differences:
------------------
++++++ brotli.spec ++++++
--- /var/tmp/diff_new_pack.ztlsN8/_old  2018-03-08 10:54:55.490898131 +0100
+++ /var/tmp/diff_new_pack.ztlsN8/_new  2018-03-08 10:54:55.494897987 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package brotli
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017 Buschmann <buschman...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,21 +16,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define _soname 1
+
+%define sover 1
 
 Name:           brotli
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
-License:        MIT
 Summary:        Lossless Compression Algorithm
-Url:            https://github.com/google/brotli
+License:        MIT
 Group:          Productivity/Archiving/Compression
+Url:            https://github.com/google/brotli
 Source0:        
https://github.com/google/brotli/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 2.8.6
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
 BuildRequires:  gzip
+BuildRequires:  pkg-config
 
 %description
 This package contains the brotli command line utility to compress and 
decompress data with the brotli compression algorithm.
@@ -40,27 +42,27 @@
 
 The specification of the Brotli Compressed Data Format is defined in RFC 7932.
 
-%package -n libbrotlicommon%{_soname}
+%package -n libbrotlicommon%{sover}
 Summary:       Common Library for Brotli Compression
 Group:         System/Libraries
 
-%description -n libbrotlicommon%{_soname}
+%description -n libbrotlicommon%{sover}
 Common library for the Brotli general purpose lossless data compression 
algorithm.
 
-%package -n libbrotlidec%{_soname}
+%package -n libbrotlidec%{sover}
 Summary:        Library for Brotli Decompression
 Group:          System/Libraries
 
-%description -n libbrotlidec%{_soname}
+%description -n libbrotlidec%{sover}
 Decompression library for the Brotli general purpose lossless data compression 
algorithm.
 
 The specification of the Brotli Compressed Data Format is defined in RFC 7932.
 
-%package -n libbrotlienc%{_soname}
+%package -n libbrotlienc%{sover}
 Summary:        Library for Brotli Compression
 Group:          System/Libraries
 
-%description -n libbrotlienc%{_soname}
+%description -n libbrotlienc%{sover}
 Compression library for the Brotli general purpose lossless data compression 
algorithm.
 
 The specification of the Brotli Compressed Data Format is defined in RFC 7932.
@@ -68,7 +70,7 @@
 %package -n libbrotli-devel
 Summary:        Development and Header Files for Brotli Compression
 Group:          Development/Libraries/C and C++
-Requires:       libbrotlienc%{_soname} = %{version}-%{release}
+Requires:       libbrotlienc%{sover} = %{version}-%{release}
 Provides:       libbrotlicommon-devel = %version-%release
 Provides:       libbrotlidec-devel = %version-%release
 Provides:       libbrotlienc-devel = %version-%release
@@ -110,14 +112,14 @@
 cd build
 make test
 
-%post -n libbrotlicommon%{_soname} -p /sbin/ldconfig
-%postun -n libbrotlicommon%{_soname} -p /sbin/ldconfig
+%post -n libbrotlicommon%{sover} -p /sbin/ldconfig
+%postun -n libbrotlicommon%{sover} -p /sbin/ldconfig
 
-%post -n libbrotlidec%{_soname} -p /sbin/ldconfig
-%postun -n libbrotlidec%{_soname} -p /sbin/ldconfig
+%post -n libbrotlidec%{sover} -p /sbin/ldconfig
+%postun -n libbrotlidec%{sover} -p /sbin/ldconfig
 
-%post -n libbrotlienc%{_soname} -p /sbin/ldconfig
-%postun -n libbrotlienc%{_soname} -p /sbin/ldconfig
+%post -n libbrotlienc%{sover} -p /sbin/ldconfig
+%postun -n libbrotlienc%{sover} -p /sbin/ldconfig
 
 %files
 %defattr(0644,root,root,755)
@@ -125,15 +127,15 @@
 %attr(755,root,root) /usr/bin/brotli
 %{_mandir}/man1/brotli.1%{ext_man}
 
-%files -n libbrotlicommon%{_soname}
+%files -n libbrotlicommon%{sover}
 %defattr(0644,root,root,755)
 %{_libdir}/libbrotlicommon.so.*
 
-%files -n libbrotlidec%{_soname}
+%files -n libbrotlidec%{sover}
 %defattr(0644,root,root,755)
 %{_libdir}/libbrotlidec.so.*
 
-%files -n libbrotlienc%{_soname}
+%files -n libbrotlienc%{sover}
 %defattr(0644,root,root,755)
 %{_libdir}/libbrotlienc.so.*
 

++++++ brotli-1.0.2.tar.gz -> brotli-1.0.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/brotli/brotli-1.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.brotli.new/brotli-1.0.3.tar.gz differ: char 14, 
line 1


Reply via email to