Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2018-08-03 12:29:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and      /work/SRC/openSUSE:Factory/.liblouis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblouis"

Fri Aug  3 12:29:03 2018 rev:37 rq:626546 version:3.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes        2018-06-22 
13:14:54.556092269 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2018-08-03 
12:29:06.570844024 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 10:26:59 UTC 2018 - [email protected]
+
+- Make data subpackage noarch.
+- Rename %soname to %sover to better reflect its use.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liblouis.spec ++++++
--- /var/tmp/diff_new_pack.VhjZxj/_old  2018-08-03 12:29:07.690845666 +0200
+++ /var/tmp/diff_new_pack.VhjZxj/_new  2018-08-03 12:29:07.694845673 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define soname 16
+%define sover 16
 Name:           liblouis
 Version:        3.6.0
 Release:        0
@@ -30,7 +30,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3
-Requires:       liblouis%{soname} = %{version}
+Requires:       liblouis%{sover} = %{version}
 # FIXME: use proper Requires(pre/post/preun/...)
 PreReq:         %{install_info_prereq}
 
@@ -44,7 +44,7 @@
 
 Included are also tools for testing and debugging tables.
 
-%package -n liblouis%{soname}
+%package -n liblouis%{sover}
 Summary:        Two-way braille translator
 # We used to have a package named liblouis, until 2.4.1.
 License:        LGPL-3.0-or-later
@@ -53,7 +53,7 @@
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
-%description -n liblouis%{soname}
+%description -n liblouis%{sover}
 liblouis is a translator from and to braille. It features support for
 computer and literary braille, supports contracted and uncontracted
 translation for many languages and has support for hyphenation. New
@@ -66,6 +66,7 @@
 License:        LGPL-3.0-or-later
 Group:          System/Libraries
 Conflicts:      liblouis2 < 3.3.0
+BuildArch:      noarch
 
 %description data
 liblouis is a translator from and to braille. It features support for
@@ -98,7 +99,7 @@
 Summary:        Development files for the liblouis braille translator
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-Requires:       liblouis%{soname} = %{version}
+Requires:       liblouis%{sover} = %{version}
 
 %description devel
 liblouis is a translator from and to braille. It features support for
@@ -112,7 +113,7 @@
 Summary:        Python3 bindings for the liblouis braille translator
 License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
-Requires:       liblouis%{soname} = %{version}
+Requires:       liblouis%{sover} = %{version}
 
 %description -n python3-louis
 liblouis is a translator from and to braille. It features support for
@@ -156,10 +157,10 @@
 %preun doc
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%post -n liblouis%{soname} -p /sbin/ldconfig
-%postun -n liblouis%{soname} -p /sbin/ldconfig
+%post -n liblouis%{sover} -p /sbin/ldconfig
+%postun -n liblouis%{sover} -p /sbin/ldconfig
 
-%files -n liblouis%{soname}
+%files -n liblouis%{sover}
 %license COPYING.LESSER
 %doc AUTHORS ChangeLog NEWS README
 %{_libdir}/*.so.*


Reply via email to