Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package utf8proc for openSUSE:Factory 
checked in at 2023-11-08 22:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/utf8proc (Old)
 and      /work/SRC/openSUSE:Factory/.utf8proc.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "utf8proc"

Wed Nov  8 22:16:46 2023 rev:12 rq:1123996 version:2.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/utf8proc/utf8proc.changes        2022-12-08 
16:50:22.739235413 +0100
+++ /work/SRC/openSUSE:Factory/.utf8proc.new.17445/utf8proc.changes     
2023-11-08 22:17:00.257578209 +0100
@@ -1,0 +2,7 @@
+Sun Nov  5 18:02:53 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 2.9.0:
+  * Unicode 15.1 support
+- switch to cmake build system and package license file
+
+-------------------------------------------------------------------

Old:
----
  utf8proc-2.8.0.tar.gz

New:
----
  utf8proc-2.9.0.tar.gz

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

Other differences:
------------------
++++++ utf8proc.spec ++++++
--- /var/tmp/diff_new_pack.8CH9aR/_old  2023-11-08 22:17:00.689594080 +0100
+++ /var/tmp/diff_new_pack.8CH9aR/_new  2023-11-08 22:17:00.693594226 +0100
@@ -2,6 +2,7 @@
 # spec file for package utf8proc
 #
 # Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 Andreas Stieger <andreas.stie...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +17,16 @@
 #
 
 
-%define lib_ver 2
+%define lib_ver 3
 Name:           utf8proc
-Version:        2.8.0
+Version:        2.9.0
 Release:        0
 Summary:        Library for processing UTF-8 encoded Unicode strings
 License:        MIT
 Group:          System/Libraries
 URL:            https://julialang.org/utf8proc/
 Source:         
https://github.com/JuliaStrings/utf8proc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  cmake
 BuildRequires:  pkgconfig
 
 %description
@@ -67,29 +69,28 @@
 that use utf8proc.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-export CFLAGS="%{optflags}"
-%make_build
+%cmake
+%cmake_build
 
 %install
-make %{?_smp_mflags} \
-       DESTDIR=%{buildroot} \
-       prefix=%{_prefix} \
-       libdir=%{_libdir} \
-       install
+%cmake_install
 find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
 
-%post -n lib%{name}%{lib_ver} -p /sbin/ldconfig
-%postun -n lib%{name}%{lib_ver} -p /sbin/ldconfig
+%ldconfig_scriptlets -n lib%{name}%{lib_ver}
 
 %files -n lib%{name}%{lib_ver}
 %license LICENSE.md
 %doc lump.md NEWS.md README.md
 %{_libdir}/libutf8proc.so.*
 
+%check
+%ctest
+
 %files devel
+%license LICENSE.md
 %{_includedir}/utf8proc.h
 %{_libdir}/libutf8proc.so
 %{_libdir}/pkgconfig/libutf8proc.pc

++++++ utf8proc-2.8.0.tar.gz -> utf8proc-2.9.0.tar.gz ++++++
++++ 23245 lines of diff (skipped)

Reply via email to