Hello community,

here is the log from the commit of package libchewing for openSUSE:Factory 
checked in at 2019-08-24 18:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libchewing (Old)
 and      /work/SRC/openSUSE:Factory/.libchewing.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libchewing"

Sat Aug 24 18:45:33 2019 rev:34 rq:725572 version:0.5.1+git20171114.3df07c9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libchewing/libchewing.changes    2017-11-27 
22:18:05.835318233 +0100
+++ /work/SRC/openSUSE:Factory/.libchewing.new.7948/libchewing.changes  
2019-08-24 18:45:56.241760013 +0200
@@ -1,0 +2,8 @@
+Thu Aug 22 19:38:10 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Remove pointless ldconfig call from chewing-utils subpackage.
+- Specfile update: remove implicit BuildRoot and defattrs.
+- Properly fulfill SLPP requirement that only the library file
+  is in the library subpackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libchewing.spec ++++++
--- /var/tmp/diff_new_pack.fKXhmH/_old  2019-08-24 18:45:57.765759866 +0200
+++ /var/tmp/diff_new_pack.fKXhmH/_new  2019-08-24 18:45:57.769759865 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libchewing
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -27,7 +27,7 @@
 Version:        0.5.1+git20171114.3df07c9
 Release:        0
 Summary:        Intelligent Phonetic Input Method Library for Traditional 
Chinese
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/I18n/Chinese
 Url:            https://github.com/chewing
 Source:         %{name}-%{version}.tar.xz
@@ -53,7 +53,6 @@
 BuildRequires:  sqlite3-devel
 Requires(post):        info
 Requires(postun):      info
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Intelligent phonetic input method library for traditional Chinese.
@@ -110,8 +109,7 @@
 
 
 %prep
-%setup -q
-%patch -p1
+%autosetup -p1
 
 %build
 # build libchewing main
@@ -177,36 +175,27 @@
 %preun -n %{name}%{soname}
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%post -n chewing-utils -p /sbin/ldconfig
-
-%postun -n chewing-utils -p /sbin/ldconfig
-
 %files -n %{name}%{soname}
-%defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README.md TODO
-%{_bindir}/simple-select
 %{_libdir}/libchewing.so.3
 %{_libdir}/libchewing.so.3.3.1
-%{_infodir}/*.gz
 
 %files -n chewing-data
-%defattr(-, root, root)
 %{_datadir}/%{name}/
 
 %files -n python-chewing
-%defattr(-, root, root)
 %{python_sitearch}/chewing
 
 %files -n chewing-utils
-%defattr(-, root, root)
 %{_bindir}/che
+%{_bindir}/simple-select
 %{_bindir}/zhuindict_compile
 %doc %{_docdir}/chewing-utils
 
 %files devel
-%defattr(-, root, root)
 %{_includedir}/chewing/
 %{_libdir}/libchewing.so
 %{_libdir}/pkgconfig/chewing.pc
+%{_infodir}/*.gz
 
 %changelog


Reply via email to