Hello community,

here is the log from the commit of package libunistring for openSUSE:Factory 
checked in at 2015-07-19 11:44:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunistring (Old)
 and      /work/SRC/openSUSE:Factory/.libunistring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunistring"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunistring/libunistring.changes        
2015-02-23 13:17:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libunistring.new/libunistring.changes   
2015-07-19 11:44:48.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Jul  9 18:46:11 UTC 2015 - [email protected]
+
+- GNU libunistring 0.9.6:
+  * The data tables and line breaking algorithm have been updated
+    to Unicode version 8.0.0.
+- add keyring and verify source signature
+- fix SLE 11 SP3 build
+
+-------------------------------------------------------------------

Old:
----
  libunistring-0.9.5.tar.xz

New:
----
  libunistring-0.9.6.tar.xz
  libunistring-0.9.6.tar.xz.sig
  libunistring.keyring

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

Other differences:
------------------
++++++ libunistring.spec ++++++
--- /var/tmp/diff_new_pack.kXTId8/_old  2015-07-19 11:44:49.000000000 +0200
+++ /var/tmp/diff_new_pack.kXTId8/_new  2015-07-19 11:44:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libunistring
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,16 +16,21 @@
 #
 
 
-Name:           libunistring
 %define lname  libunistring2
-Version:        0.9.5
+Name:           libunistring
+Version:        0.9.6
 Release:        0
 Summary:        GNU Unicode string library
 License:        LGPL-3.0+ and GPL-3.0+
 Group:          Development/Libraries/C and C++
 Url:            http://www.gnu.org/software/libunistring/
 Source0:        
http://ftp.gnu.org/gnu/libunistring/libunistring-%{version}.tar.xz
+Source1:        
http://ftp.gnu.org/gnu/libunistring/libunistring-%{version}.tar.xz.sig
+Source2:        
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=libunistring&download=1#/%{name}.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{?suse_version } == 1110
+BuildRequires:  xz
+%endif
 
 %description
 This portable C library implements Unicode string types in three flavours:
@@ -37,61 +42,60 @@
 %package devel
 Summary:        GNU Unicode string library - development files
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %{lname} = %{version}
 Requires:       info
 # Obsoletes added in 12.2
-Obsoletes:      %name < %version-%release
-Provides:       %name = %version-%release
+Obsoletes:      %{name} < %{version}-%{release}
+Provides:       %{name} = %{version}-%{release}
 
 %description devel
 Development files for programs using libunistring and documentation 
 for UniString library.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        GNU Unicode string library - development files
 Group:          Development/Libraries/C and C++
 
-%description -n %lname
+%description -n %{lname}
 This portable C library implements Unicode string types in three flavours:
 (UTF-8, UTF-16, UTF-32), together with functions for character processing
 (names, classifications, properties) and functions for string processing
 (iteration, formatted output, width, word breaks, line breaks, normalization,
 case folding and regular expressions).
 
-
 %prep
 %setup -q
 
 %build
-%configure --disable-static --disable-rpath --docdir=%_docdir/%name
+%configure --disable-static --disable-rpath --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
-cp AUTHORS NEWS README HACKING DEPENDENCIES THANKS ChangeLog 
$RPM_BUILD_ROOT/%{_docdir}/%{name}
-rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
-rm -f $RPM_BUILD_ROOT/%{_libdir}/libunistring.la
+make DESTDIR=%{buildroot} INSTALL="install -p" install
+cp AUTHORS NEWS README HACKING DEPENDENCIES THANKS ChangeLog 
%{buildroot}/%{_docdir}/%{name}
+rm -f %{buildroot}/%{_infodir}/dir
+rm -f %{buildroot}/%{_libdir}/libunistring.la
 
 %check
 %if ! 0%{?qemu_user_space_build}
 make check %{?_smp_mflags}
 %endif
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
 %{_libdir}/libunistring.so.2*
 
 %files devel
 %defattr(-,root,root)
-%_docdir/%name
+%{_docdir}/%{name}
 %{_infodir}/libunistring.info*
 %{_libdir}/libunistring.so
 %{_includedir}/unistring
 %{_includedir}/*.h
 
-%post -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %post devel
 /sbin/install-info %{_infodir}/libunistring.info.gz %{_infodir}/dir || :

++++++ libunistring-0.9.5.tar.xz -> libunistring-0.9.6.tar.xz ++++++
++++ 274388 lines of diff (skipped)


Reply via email to