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-04-14 17:23:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunistring (Old)
 and      /work/SRC/openSUSE:Factory/.libunistring.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunistring"

Thu Apr 14 17:23:11 2022 rev:29 rq:969260 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunistring/libunistring.changes        
2019-03-12 09:48:00.835602657 +0100
+++ /work/SRC/openSUSE:Factory/.libunistring.new.1941/libunistring.changes      
2022-04-14 17:23:20.767114763 +0200
@@ -1,0 +2,13 @@
+Sat Apr  9 12:47:37 UTC 2022 - Andreas Stieger <[email protected]>
+
+- Update to 1.0:
+  * Unicode 14.0.0 support
+  * License changed to LGPL-3.0-or-later OR GPL-2.0-or-later
+  * *_uctomb functions now support strings larger than 2 GiB
+  * linebreak functions now make it easier to work with strings
+    that contain CR-LF sequences
+  * New properties for recognizing pictographics symbols and
+    regional indicators
+- drop disable-broken-tests.patch
+
+-------------------------------------------------------------------

Old:
----
  disable-broken-tests.patch
  libunistring-0.9.10.tar.xz
  libunistring-0.9.10.tar.xz.sig

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

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

Other differences:
------------------
++++++ libunistring.spec ++++++
--- /var/tmp/diff_new_pack.6TPrjs/_old  2022-04-14 17:23:21.651115797 +0200
+++ /var/tmp/diff_new_pack.6TPrjs/_new  2022-04-14 17:23:21.655115801 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libunistring
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,16 @@
 
 %define lname  libunistring2
 Name:           libunistring
-Version:        0.9.10
+Version:        1.0
 Release:        0
 Summary:        GNU Unicode string library
-License:        LGPL-3.0-or-later OR GPL-2.0-only
+License:        GPL-2.0-or-later OR LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://www.gnu.org/software/libunistring/
+URL:            https://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
+Source2:        
https://savannah.gnu.org/people/viewgpg.php?user_id=1871/%{name}.keyring
 Source3:        baselibs.conf
-Patch0:         disable-broken-tests.patch
-%if %{?suse_version } == 1110
-BuildRequires:  xz
-%endif
 
 %description
 This portable C library implements Unicode string types in three flavours:
@@ -44,10 +40,6 @@
 Summary:        Development files for the GNU Unicode string library
 Group:          Development/Libraries/C and C++
 Requires:       %{lname} = %{version}
-Requires:       info
-# Obsoletes added in 12.2
-Obsoletes:      %{name} < %{version}-%{release}
-Provides:       %{name} = %{version}-%{release}
 
 %description devel
 Development files for programs using libunistring and documentation
@@ -65,12 +57,11 @@
 case folding and regular expressions).
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %configure --disable-static --disable-rpath --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags}
+%make_build
 
 %install
 make DESTDIR=%{buildroot} INSTALL="install -p" install
@@ -86,7 +77,7 @@
 sed -i 's:50000:50:g' tests/test-malloca.c
 %endif
 # do not run tests in parallel, it stucks randomly
-make check # %{?_smp_mflags}
+%make_build check #
 %endif
 
 %files -n %{lname}
@@ -103,12 +94,5 @@
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
-%post devel
-/sbin/install-info %{_infodir}/libunistring.info.gz %{_infodir}/dir || :
-
-%preun devel
-if [ "$1" = 0 ]; then
-   /sbin/install-info --delete %{_infodir}/libunistring.info.gz 
%{_infodir}/dir || :
-fi
 
 %changelog

++++++ libunistring-0.9.10.tar.xz -> libunistring-1.0.tar.xz ++++++
++++ 546667 lines of diff (skipped)

++++++ libunistring.keyring ++++++
++++ 697 lines (skipped)
++++ between libunistring.keyring
++++ and /work/SRC/openSUSE:Factory/.libunistring.new.1941/libunistring.keyring

Reply via email to