Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tomoe for openSUSE:Factory checked 
in at 2021-08-12 10:00:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tomoe (Old)
 and      /work/SRC/openSUSE:Factory/.tomoe.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tomoe"

Thu Aug 12 10:00:53 2021 rev:20 rq:911472 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tomoe/tomoe.changes      2021-01-19 
16:02:37.399418868 +0100
+++ /work/SRC/openSUSE:Factory/.tomoe.new.1899/tomoe.changes    2021-08-12 
10:00:54.213040245 +0200
@@ -1,0 +2,11 @@
+Wed Aug 11 17:48:26 CEST 2021 - [email protected]
+
+- Drop the download URL from Source to allow submission to FACTORY
+
+-------------------------------------------------------------------
+Mon Jun 14 11:14:27 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Remove --with-pic (no effect with --disable-static)
+- Replace boilerplate template description
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tomoe.spec ++++++
--- /var/tmp/diff_new_pack.X3Uvbd/_old  2021-08-12 10:00:54.933039230 +0200
+++ /var/tmp/diff_new_pack.X3Uvbd/_new  2021-08-12 10:00:54.937039224 +0200
@@ -23,7 +23,7 @@
 License:        LGPL-2.1-or-later
 Group:          System/I18n/Japanese
 URL:            https://sourceforge.net/projects/tomoe/
-Source:         
http://dfn.dl.sourceforge.net/sourceforge/tomoe/tomoe-0.6.0.tar.bz2
+Source:         tomoe-0.6.0.tar.bz2
 
 Patch0:         glib-include-fixes.diff
 Patch1:         tomoe-0.6.0-fixes-set-parse-error.patch
@@ -41,18 +41,17 @@
 Engine)
 
 %package devel
-Summary:        Include Files and Libraries mandatory for Development
+Summary:        Header files for the Tomoe handwriting recognition engine
 Group:          System/I18n/Japanese
 Requires:       %{name} = %{version}
 Requires:       glib2-devel
 
 %description devel
-Include Files and Libraries mandatory for Development
+Header files for the Tomoe handwriting recognition engine.
 
 %package doc
-Summary:        Japanese handwriting recognition engine
-Group:          System/I18n/Japanese
-Requires:       %{name} = %{version}
+Summary:        Documentation for the Tomoe handwriting recognition engine
+Group:          Documentation/HTML
 
 %description doc
 Japanese handwriting recognition engine (Tegaki Online MOji-ninshiki
@@ -66,7 +65,6 @@
 export CFLAGS="%{optflags}"
 %configure \
        --disable-static \
-       --with-pic \
        %{nil}
 %make_build
 
@@ -82,7 +80,9 @@
 %license COPYING
 %doc AUTHORS ChangeLog NEWS TODO
 %{_datadir}/tomoe
-%{_libdir}/*.so
+# This is currently not packaged per Shared Library guideline because
+# it could not rule out that libtomoe.so.0 may be requiring its data
+# files and plugins.
 %{_libdir}/*.so.*
 %dir %{_libdir}/tomoe
 %dir %{_libdir}/tomoe/module/
@@ -94,6 +94,7 @@
 
 %files devel
 %{_includedir}/tomoe
+%{_libdir}/*.so
 %{_libdir}/pkgconfig/tomoe.pc
 
 %files doc

Reply via email to