Hello community,

here is the log from the commit of package stardict for openSUSE:Factory 
checked in at 2020-06-27 23:23:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stardict (Old)
 and      /work/SRC/openSUSE:Factory/.stardict.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stardict"

Sat Jun 27 23:23:55 2020 rev:3 rq:817438 version:3.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/stardict/stardict.changes        2018-03-24 
16:14:37.581127818 +0100
+++ /work/SRC/openSUSE:Factory/.stardict.new.3060/stardict.changes      
2020-06-27 23:24:03.138112656 +0200
@@ -1,0 +2,14 @@
+Fri Jun 12 00:26:48 UTC 2020 - andy great <[email protected]>
+
+- Update to version 3.0.6.
+  * Update stardict_powerword_parsedata.cpp
+  * Small text changes. 
+- Clean up spec file.
+  
+-------------------------------------------------------------------
+Thu Mar 22 18:44:53 UTC 2018 - [email protected]
+
+- Remove filler wording from description.
+- Don't bother with xargs, use find delete directly.
+
+-------------------------------------------------------------------

Old:
----
  stardict-3.0.5.tar.bz2

New:
----
  stardict-3.0.6.tar.bz2

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

Other differences:
------------------
++++++ stardict.spec ++++++
--- /var/tmp/diff_new_pack.160MUu/_old  2020-06-27 23:24:04.010115523 +0200
+++ /var/tmp/diff_new_pack.160MUu/_new  2020-06-27 23:24:04.014115536 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stardict
 #
-# Copyright (c) 2018 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,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/
 #
 
 
@@ -21,24 +21,20 @@
 %else
 %define espeakdev espeak-devel
 %endif
-
 Name:           stardict
-Version:        3.0.5
+Version:        3.0.6
 Release:        0
-Summary:        A cross-platform and internationalized dictionary
+Summary:        A powerful cross-platform dictionary written in GTK+3
 License:        GPL-3.0-only
 Group:          Productivity/Office/Dictionary
-Url:            http://stardict-4.sourceforge.net/
-Source0:        %{name}-%{version}.tar.bz2
+URL:            http://stardict-4.sourceforge.net/
+Source0:        
http://sourceforge.net/projects/stardict-4/files/%{version}/%{name}-%{version}.tar.bz2/download#/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE stardict-3.0.3-fix-path-for-sounds.patch -- adjust 
default path for sound files
 Patch0:         stardict-3.0.3-fix-path-for-sounds.patch
 # PATCH-FIX-OPENSUSE stardict-3.0.3-improve-desktop-file.patch -- add 
GenericName entry
 Patch1:         stardict-3.0.3-improve-desktop-file.patch
 # PATCH-FIX-OPENSUSE stardict-3.0.5-enable-gtk3.patch -- use gtk3 code
 Patch2:         stardict-3.0.5-enable-gtk3.patch
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  %{espeakdev}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -48,23 +44,25 @@
 BuildRequires:  libsigc++2-devel
 BuildRequires:  libtool
 BuildRequires:  perl-XML-Parser
+BuildRequires:  pkgconfig
 BuildRequires:  sgml-skel
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(libxml-2.0)
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
 # gucharmap now uses gtk3, but stardict still uses gtk2
 # BuildRequires:  gucharmap-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-StarDict is a Cross-Platform and international dictionary written in
-Gtk3.
-
-It has powerful features such as "Glob-style pattern matching", "Scan
-selection word","Fuzzy query" etc.
+StarDict is a cross-platform and international dictionary written in GTK+3.
 
+It has features such as "Glob-style pattern matching", "Scan
+selection word" and "Fuzzy query".
 
 %lang_package
+
 %prep
 %setup -q
 %patch0
@@ -73,7 +71,7 @@
 
 # Remove unneeded sigc++ header files to make it sure
 # that we are using system-wide libsigc++
-find src/sigc++* -name \*.h -or -name \*.cc | xargs rm -f
+find dict/src/sigc++* -name "*.h" -or -name "*.cc" -delete
 
 %build
 %configure \
@@ -84,7 +82,7 @@
            --disable-schemas-install \
            --disable-scrollkeeper \
            --disable-tools
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -92,7 +90,7 @@
 #fix spurious-executable-perm RPMLINT warning
 chmod 0644 COPYING
 
-find %{buildroot}%{_libdir}/stardict/plugins -name "*.la" -print0 | xargs -0 
rm -rf {} \;
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %find_lang %{name}
 
@@ -100,18 +98,15 @@
 # save space, create symlinks for identical files
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files  -f %{name}.lang
-%defattr(-,root,root)
-%doc dict/doc/FAQ dict/doc/HACKING dict/doc/HowToCreateDictionary 
dict/doc/StarDictFileFormat dict/doc/Translation dict/AUTHORS COPYING 
dict/ChangeLog dict/README
+%license COPYING
+%doc dict/doc/FAQ dict/doc/HACKING dict/doc/HowToCreateDictionary 
dict/doc/StarDictFileFormat dict/doc/Translation dict/AUTHORS dict/ChangeLog 
dict/README
 %{_libdir}/stardict
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/omf
 %{_datadir}/pixmaps/*.png
 %{_datadir}/stardict
-%{_mandir}/man1/stardict.1.gz
+%{_mandir}/man1/stardict.1%{?ext_man}
 
 %changelog

++++++ stardict-3.0.5.tar.bz2 -> stardict-3.0.6.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/stardict/stardict-3.0.5.tar.bz2 
/work/SRC/openSUSE:Factory/.stardict.new.3060/stardict-3.0.6.tar.bz2 differ: 
char 11, line 1


Reply via email to