Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dustrac for openSUSE:Factory checked 
in at 2021-04-12 17:34:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dustrac (Old)
 and      /work/SRC/openSUSE:Factory/.dustrac.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dustrac"

Mon Apr 12 17:34:06 2021 rev:7 rq:884494 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dustrac/dustrac.changes  2021-01-07 
21:22:41.333254063 +0100
+++ /work/SRC/openSUSE:Factory/.dustrac.new.2401/dustrac.changes        
2021-04-12 17:34:06.696145884 +0200
@@ -1,0 +2,8 @@
+Sun Apr 11 02:22:45 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 2.1.1
+  * Add Turkish translations
+  * Fix: Spelling Mistake in Track Editor
+  * Drop the configure wrapper script
+
+-------------------------------------------------------------------

Old:
----
  dustrac-2.1.0.tar.gz

New:
----
  DustRacing2D-2.1.1.tar.gz

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

Other differences:
------------------
++++++ dustrac.spec ++++++
--- /var/tmp/diff_new_pack.tK93pV/_old  2021-04-12 17:34:07.280146535 +0200
+++ /var/tmp/diff_new_pack.tK93pV/_new  2021-04-12 17:34:07.284146540 +0200
@@ -17,17 +17,17 @@
 
 
 Name:           dustrac
-Version:        2.1.0
+Version:        2.1.1
 Release:        0
 Summary:        Tile-based 2D Racing Game
 License:        GPL-3.0-only AND CC-BY-SA-3.0
 Group:          Amusements/Games/Action/Race
 URL:            https://juzzlin.github.io/DustRacing2D/
-Source:         
https://github.com/juzzlin/DustRacing2D/archive/%{version}/dustrac-%{version}.tar.gz
+Source:         
https://github.com/juzzlin/DustRacing2D/archive/%{version}/DustRacing2D-%{version}.tar.gz
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  dejavu-fonts
 BuildRequires:  fdupes
-BuildRequires:  gcc >= 4.6
+BuildRequires:  gcc
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkgconfig
@@ -51,28 +51,23 @@
 %build
 %cmake \
   -DReleaseBuild=1 \
+  -DSystemFonts=1 \
   -DDATA_PATH=%{_datadir}/%{name} \
   -DDOC_PATH=%{_docdir}/%{name} \
   -DBUILD_SHARED_LIBS:BOOL=OFF # build the physics engine statically
                                # (not used by any other software)
-make %{?_smp_mflags}
+%cmake_build
 
 %install
 %cmake_install
 %fdupes -s %{buildroot}%{_prefix}
 
-# Use system fonts
-rm %{buildroot}%{_datadir}/%{name}/fonts/DejaVuSans-Bold.ttf
-ln -s %{_datadir}/fonts/truetype/DejaVuSans-Bold.ttf 
%{buildroot}%{_datadir}/%{name}/fonts/DejaVuSans-Bold.ttf
-
 %files
 %{_bindir}/dustrac-game
 %{_bindir}/dustrac-editor
 %{_datadir}/%{name}/
 %{_datadir}/applications/dustrac-game.desktop
 %{_datadir}/applications/dustrac-editor.desktop
-%{_datadir}/pixmaps/dustrac-game.png
-%{_datadir}/pixmaps/dustrac-editor.png
 %{_datadir}/icons/hicolor/64x64/apps/dustrac-game.png
 %{_datadir}/icons/hicolor/64x64/apps/dustrac-editor.png
 %dir %{_datadir}/metainfo/

Reply via email to