Hello community,

here is the log from the commit of package libpsl for openSUSE:Factory checked 
in at 2016-01-11 19:10:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpsl (Old)
 and      /work/SRC/openSUSE:Factory/.libpsl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpsl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpsl/libpsl.changes    2015-12-09 
22:23:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libpsl.new/libpsl.changes       2016-01-11 
19:10:24.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Jan  7 22:28:27 UTC 2016 - [email protected]
+
+- libpsl 0.12.0 (libpsl.so.5 5:0:0)
+  * Remove psl_builtin_compile_time()
+  * Add function psl_is_public_suffix2()
+  * Avoid libicu dependency with --enable-runtime=no
+- drop upstreamed 0001-Remove-include-of-bits-stat.h.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Remove-include-of-bits-stat.h.patch
  libpsl-0.11.0.tar.gz

New:
----
  libpsl-0.12.0.tar.gz

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

Other differences:
------------------
++++++ libpsl.spec ++++++
--- /var/tmp/diff_new_pack.wEnpgx/_old  2016-01-11 19:10:25.000000000 +0100
+++ /var/tmp/diff_new_pack.wEnpgx/_new  2016-01-11 19:10:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpsl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 [email protected]
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,17 +17,18 @@
 #
 
 
+%define somajor 5
 Name:           libpsl
-Version:        0.11.0
+Version:        0.12.0
 Release:        0
 Summary:        C library for the Publix Suffix List
 License:        MIT
 Group:          Development/Libraries/C and C++
 Url:            https://rockdaboot.github.io/libpsl
 Source0:        
https://github.com/rockdaboot/libpsl/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-Patch0:         0001-Remove-include-of-bits-stat.h.patch
 BuildRequires:  pkg-config >= 0.9.0
 BuildRequires:  publicsuffix
+BuildRequires:  python-base
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{?suse_version} > 1110
 BuildRequires:  libicu-devel
@@ -44,11 +45,11 @@
 domain" certificates. It is also use do highlight domain parts in a user 
interface
 and sorting domain lists by site.
 
-%package -n %{name}0
+%package -n %{name}%{somajor}
 Summary:        C library for the Publix Suffix List
 Group:          System/Libraries
 
-%description -n %{name}0
+%description -n %{name}%{somajor}
 libpsl is a C library to handle the Public Suffix List. A "public suffix" is a
 domain name under which Internet users can directly register own names.
 
@@ -59,7 +60,7 @@
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
-Requires:       %{name}0 = %{version}
+Requires:       %{name}%{somajor} = %{version}
 Requires:       publicsuffix
 
 %description    devel
@@ -87,7 +88,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
@@ -109,14 +109,14 @@
 %check
 make %{?_smp_mflags} check || cat tests/test-suite.log
 
-%post -n %{name}0 -p /sbin/ldconfig
+%post -n %{name}%{somajor} -p /sbin/ldconfig
 
-%postun -n %{name}0 -p /sbin/ldconfig
+%postun -n %{name}%{somajor} -p /sbin/ldconfig
 
-%files -n %{name}0
+%files -n %{name}%{somajor}
 %defattr(-,root,root)
 %doc COPYING
-%{_libdir}/libpsl.so.*
+%{_libdir}/libpsl.so.%{somajor}*
 
 %files devel
 %defattr(-,root,root)

++++++ libpsl-0.11.0.tar.gz -> libpsl-0.12.0.tar.gz ++++++
++++ 5209 lines of diff (skipped)


Reply via email to