Hello community,

here is the log from the commit of package nudoku for openSUSE:Factory checked 
in at 2019-07-31 14:28:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nudoku (Old)
 and      /work/SRC/openSUSE:Factory/.nudoku.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nudoku"

Wed Jul 31 14:28:09 2019 rev:4 rq:719806 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nudoku/nudoku.changes    2018-04-19 
15:33:29.373187256 +0200
+++ /work/SRC/openSUSE:Factory/.nudoku.new.4126/nudoku.changes  2019-07-31 
14:28:10.478160644 +0200
@@ -1,0 +2,18 @@
+Tue Jul 30 10:21:51 UTC 2019 - [email protected]
+
+- Add cairo dependency: enable PDF and PNG creation
+
+-------------------------------------------------------------------
+Tue Jul 30 10:17:52 UTC 2019 - [email protected]
+
+- Update to 2.0.0:
+  * Translation support
+  * Added translations for: Spanish, German, Russian
+  * Refactoring and code cleanup
+  * Add color difference between provided numbers and the ones
+    entered by the user
+  * Output sudoku PDFs (-p/-n option)
+  * Output sudoku PNG (-i option)
+  * Fix duplicate fields in sudoku generation (pr #28)
+
+-------------------------------------------------------------------

Old:
----
  nudoku-1.0.0.tar.gz

New:
----
  nudoku-2.0.0.tar.gz

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

Other differences:
------------------
++++++ nudoku.spec ++++++
--- /var/tmp/diff_new_pack.bLUaAc/_old  2019-07-31 14:28:11.454158844 +0200
+++ /var/tmp/diff_new_pack.bLUaAc/_new  2019-07-31 14:28:11.454158844 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nudoku
 #
-# Copyright (c) 2018 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
@@ -17,37 +17,43 @@
 
 
 Name:           nudoku
-Version:        1.0.0
+Version:        2.0.0
 Release:        0
 Summary:        Ncurses based sudoku game
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Amusements/Games/Board/Puzzle
-Url:            https://github.com/jubalh/%{name}
+URL:            https://github.com/jubalh/%{name}
 Source:         
https://github.com/jubalh/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  cairo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Recommends:     %{name}-lang
 
 %description
 nudoku is a ncurses based sudoku game.
 
+%lang_package
+
 %prep
 %setup -q
 
 %build
 autoreconf -fi
-%configure
+%configure --enable-cairo
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
+
+%find_lang %{name}
 
 %files
-%defattr(-,root,root)
 %{_bindir}/nudoku
-%defattr(-,root,root)
 %{_mandir}/man?/nudoku.*
 
+%files lang -f %{name}.lang
+%{_datadir}/locale/??/LC_MESSAGES/nudoku.mo
+
 %changelog

++++++ nudoku-1.0.0.tar.gz -> nudoku-2.0.0.tar.gz ++++++
++++ 2302 lines of diff (skipped)


Reply via email to