Hello community,

here is the log from the commit of package libuninameslist for openSUSE:Factory 
checked in at 2020-08-19 20:02:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libuninameslist (Old)
 and      /work/SRC/openSUSE:Factory/.libuninameslist.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libuninameslist"

Wed Aug 19 20:02:49 2020 rev:7 rq:827581 version:20200413

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuninameslist/libuninameslist.changes  
2017-11-16 14:00:30.254734642 +0100
+++ 
/work/SRC/openSUSE:Factory/.libuninameslist.new.3399/libuninameslist.changes    
    2020-08-19 20:02:53.233943715 +0200
@@ -1,0 +2,45 @@
+Sat Aug 15 22:11:54 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 20200505:
+    * Version 1.7, Unicode 13.0, French version 1.3 is at Unicode 13.0,
+      and including python library wrapper 'uninameslist', version 0.2.
+      The French version was updated from version 10.0 to 13.0 shortly
+      after Unicode's release - this is a big effort and congratulation
+      to the French team! This version updates the main library to also
+      include access to libuninameslist-fr. To include this access, you
+      need to use './configure --enable-frenchlib'
+      This is the first step in adding other languages if anyone wants
+      to add more languages.
+      The default functions remain as English to retain common grounds
+      which is necessary for scripting, and/or file-sharing purposes.
+    * Version 1.5, Unicode 12.1, French version 1.2 is at Unicode 10.0.
+      Contains Official 12.1 codes.
+    * Version 1.4, Unicode 12.1, French version 1.2 is at Unicode 10.0.
+      Not completely 12.1.0, created too early before official version
+      was announced later in month. This version contains beta 12.1.0d1
+    * Version 1.3, Unicode 11.0, French version 1.2 is at Unicode 10.0.
+    * Library internal definitions personalized to allow more than one
+      library to be loaded at a time. Base library maintains same names
+      for backwards compatibility with older programs.
+    * Optional python wrapper available for directly accessing library.
+      Use python's pip to install wrapper (requires pip and wheel).
+    * Unicode 11.0_Beta (Nameslist.txt 11_Beta for review until Apr23).
+    * Added Python wrapper and names2 functions.
+    * Version 1.2, Unicode 10.0, French version is now also 10.0.0.
+    * Added function calls to French version to allow use of one or more
+      libraries at the same (Dynamic library linking needs testing since
+      added 'FR' may be issue with older programs expecting same name).
+    * Added more "make check" to include checking French library.
+    * Version 1.1, Unicode 10.0, French version is 7.0(2014-06-22).
+    * Added "make check" to allow for automatic library test and verify.
+    * Unicode 10.0_Beta (Nameslist.txt 10_Beta for review until Apr30).
+    * Version 1.0, Unicode 9.0, French version is 7.0(2014-06-22).
+    * Corrected library to report correctly as next version up. This is
+      probably a significant change, therefore bumped both libraries to
+      start at 1.0 even though backwards compatibility remains the same,
+      otherwise would have become version_0.6 (and French version_0.4).
+    * Removed the excessively long package name, which you'll note as a
+      so-bump change with Fedora and also Debian in naming this package.
+    * Version 0.5. Unicode 8.0. French version is 7.0(2014-06-22).
+
+-------------------------------------------------------------------

Old:
----
  0.4.20140731.tar.gz

New:
----
  20200413.tar.gz

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

Other differences:
------------------
++++++ libuninameslist.spec ++++++
--- /var/tmp/diff_new_pack.FR2D88/_old  2020-08-19 20:02:54.449944346 +0200
+++ /var/tmp/diff_new_pack.FR2D88/_new  2020-08-19 20:02:54.453944347 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libuninameslist
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define real_version 0.4.20140731
-
+%define somajor 1
 Name:           libuninameslist
-Version:        20140731
+Version:        20200413
 Release:        0
-%define somajor 0
 Summary:        A library providing Unicode character names and annotations
 License:        BSD-3-Clause
 Group:          System/Libraries
-Url:            https://github.com/fontforge/libuninameslist
-# As previous version was higher number than latest release from new project,
-# we have to use the release date as version
-Source0:        
https://github.com/fontforge/libuninameslist/archive/%{real_version}.tar.gz
+URL:            https://github.com/fontforge/libuninameslist
+Source0:        
https://github.com/fontforge/libuninameslist/archive/%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libuninameslist provides Unicode name and annotation data from the official 
Unicode Character Database.
@@ -54,30 +49,28 @@
 This package contains header files for %{name}.
 
 %prep
-%setup -q -n %{name}-%{real_version}
+%setup -q
 
 %build
 autoreconf -fiv
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n %{name}%{somajor} -p /sbin/ldconfig
-
 %postun -n %{name}%{somajor} -p /sbin/ldconfig
 
-%files -n %{name}%{somajor}
-%defattr(-,root,root)
-%doc LICENSE
-%{_libdir}/*.so.%{somajor}*
+%files -n libuninameslist%{somajor}
+%license LICENSE
+%{_libdir}/libuninameslist.so.%{somajor}*
 
 %files devel
-%defattr(-,root,root)
-%{_libdir}/*.so
+%{_libdir}/libuninameslist.so
 %{_libdir}/pkgconfig/libuninameslist.pc
-%{_includedir}/*
+%{_mandir}/man3/libuninameslist.3*
+%{_includedir}/uninameslist.h
 
 %changelog

++++++ 0.4.20140731.tar.gz -> 20200413.tar.gz ++++++
++++ 67773 lines of diff (skipped)


Reply via email to