Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sdcv for openSUSE:Factory checked in 
at 2021-05-10 15:38:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sdcv (Old)
 and      /work/SRC/openSUSE:Factory/.sdcv.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sdcv"

Mon May 10 15:38:48 2021 rev:4 rq:891839 version:0.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/sdcv/sdcv.changes        2017-09-12 
19:53:45.332907388 +0200
+++ /work/SRC/openSUSE:Factory/.sdcv.new.2988/sdcv.changes      2021-05-10 
15:41:20.993093314 +0200
@@ -1,0 +2,12 @@
+Thu Feb 11 22:53:05 UTC 2021 - [email protected]
+
+- Update to version 0.5.3:
+  * Use single quotes around JSON data to reduce need for escaping
+  * Store integer magic in cache file
+  * Added $SDCV_HISTFILE to set history file
+  * return exit code 2 if search term not found
+  * Comply with the XDG Base Directory Specification
+- Update cmake minimum build requirement to 3.5.
+- Run spec-cleaner.
+
+-------------------------------------------------------------------

Old:
----
  sdcv-0.5.2.tar.gz

New:
----
  sdcv-0.5.3.tar.gz

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

Other differences:
------------------
++++++ sdcv.spec ++++++
--- /var/tmp/diff_new_pack.BcsSyn/_old  2021-05-10 15:41:21.413091673 +0200
+++ /var/tmp/diff_new_pack.BcsSyn/_new  2021-05-10 15:41:21.417091658 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sdcv
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,24 @@
 # 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/
 #
 
 
 Name:           sdcv
-Version:        0.5.2
+Version:        0.5.3
 Release:        0
 Summary:        Console version of the Stardict program
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Office/Dictionary
-Url:            http://dushistov.github.io/sdcv/
-Source:         
https://github.com/Dushistov/sdcv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  cmake >= 2.8
+URL:            https://dushistov.github.io/sdcv/
+Source:         
https://github.com/Dushistov/sdcv/archive/v%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-tools
 BuildRequires:  glib2-devel
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Console version of the Stardict program.
@@ -42,21 +41,23 @@
 
 %build
 %cmake
-make %{?_smp_mflags}
+%make_build
 # force recreation of the locale files
-make %{?_smp_mflags} lang
+%make_build lang
 
 %install
 %cmake_install
-%find_lang %{name}
+%find_lang %{name} --with-man
+%if 0%{?suse_version} < 1550
+# Ukrainian translations used to be absent from filesystem package
+echo '%%dir %{_mandir}/uk/' >> %{name}.lang
+echo '%%dir %{_mandir}/uk/man1/' >> %{name}.lang
+%endif
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
-%dir %{_mandir}/uk/
-%dir %{_mandir}/uk/man1/
-%{_mandir}/uk/man1/%{name}.1.gz
-%doc README.org NEWS LICENSE AUTHORS
+%{_mandir}/man1/%{name}.1%{?ext_man}
+%license LICENSE
+%doc README.org NEWS AUTHORS
 
 %changelog

++++++ sdcv-0.5.2.tar.gz -> sdcv-0.5.3.tar.gz ++++++
++++ 2009 lines of diff (skipped)

Reply via email to