Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libunistring for openSUSE:Factory 
checked in at 2022-10-27 13:52:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunistring (Old)
 and      /work/SRC/openSUSE:Factory/.libunistring.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunistring"

Thu Oct 27 13:52:23 2022 rev:30 rq:1031301 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunistring/libunistring.changes        
2022-04-14 17:23:20.767114763 +0200
+++ /work/SRC/openSUSE:Factory/.libunistring.new.2275/libunistring.changes      
2022-10-27 13:52:31.172063846 +0200
@@ -1,0 +2,7 @@
+Tue Oct 25 18:05:30 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- Update to 1.1:
+  * The data tables and algorithms have been updated to Unicode
+    version 15.0.0.
+
+-------------------------------------------------------------------

Old:
----
  libunistring-1.0.tar.xz
  libunistring-1.0.tar.xz.sig

New:
----
  libunistring-1.1.tar.xz
  libunistring-1.1.tar.xz.sig

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

Other differences:
------------------
++++++ libunistring.spec ++++++
--- /var/tmp/diff_new_pack.EFv2oU/_old  2022-10-27 13:52:32.844072220 +0200
+++ /var/tmp/diff_new_pack.EFv2oU/_new  2022-10-27 13:52:32.848072240 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define lname  libunistring2
+%define sover  5
 Name:           libunistring
-Version:        1.0
+Version:        1.1
 Release:        0
 Summary:        GNU Unicode string library
 License:        GPL-2.0-or-later OR LGPL-3.0-or-later
@@ -39,17 +39,17 @@
 %package devel
 Summary:        Development files for the GNU Unicode string library
 Group:          Development/Libraries/C and C++
-Requires:       %{lname} = %{version}
+Requires:       %{name}%{sover} = %{version}
 
 %description devel
 Development files for programs using libunistring and documentation
 for UniString library.
 
-%package -n %{lname}
+%package -n %{name}%{sover}
 Summary:        GNU Unicode string library
 Group:          System/Libraries
 
-%description -n %{lname}
+%description -n %{name}%{sover}
 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
@@ -64,7 +64,7 @@
 %make_build
 
 %install
-make DESTDIR=%{buildroot} INSTALL="install -p" install
+%make_install
 cp AUTHORS NEWS README HACKING DEPENDENCIES THANKS ChangeLog 
%{buildroot}/%{_docdir}/%{name}
 rm -f %{buildroot}/%{_infodir}/dir
 rm -f %{buildroot}/%{_libdir}/libunistring.la
@@ -80,9 +80,9 @@
 %make_build check #
 %endif
 
-%files -n %{lname}
+%files -n %{name}%{sover}
 %license COPYING*
-%{_libdir}/libunistring.so.2*
+%{_libdir}/libunistring.so.%{sover}{,.*}
 
 %files devel
 %license COPYING*
@@ -92,7 +92,7 @@
 %{_includedir}/unistring
 %{_includedir}/*.h
 
-%post -n %{lname} -p /sbin/ldconfig
-%postun -n %{lname} -p /sbin/ldconfig
+%post -n %{name}%{sover} -p /sbin/ldconfig
+%postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.EFv2oU/_old  2022-10-27 13:52:32.884072420 +0200
+++ /var/tmp/diff_new_pack.EFv2oU/_new  2022-10-27 13:52:32.888072440 +0200
@@ -1,5 +1,5 @@
-libunistring2
+libunistring5
 libunistring-devel
   requires -libunistring-<targettype>
-  requires "libunistring2-<targettype> = <version>"
+  requires "libunistring5-<targettype> = <version>"
 

++++++ libunistring-1.0.tar.xz -> libunistring-1.1.tar.xz ++++++
++++ 286464 lines of diff (skipped)

Reply via email to