Hello community,

here is the log from the commit of package trigger-rally for openSUSE:Factory 
checked in at 2019-03-26 22:30:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trigger-rally (Old)
 and      /work/SRC/openSUSE:Factory/.trigger-rally.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trigger-rally"

Tue Mar 26 22:30:34 2019 rev:4 rq:687017 version:0.6.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/trigger-rally/trigger-rally.changes      
2018-07-13 10:21:02.918433729 +0200
+++ /work/SRC/openSUSE:Factory/.trigger-rally.new.25356/trigger-rally.changes   
2019-03-26 22:30:37.973731696 +0100
@@ -1,0 +2,24 @@
+Sat Mar 16 18:42:00 UTC 2019 - [email protected]
+
+- Update to v0.6.6.1:
+  * Optimized data for release
+  * Removed internal TinyXML-2 source from Trigger code tree
+  * Documented and reorganized physic engine code
+  * Different tuning: Fox offroad, Evo circuit, Cordo in between
+  * Wheel sinking on the different types of terrain
+  * New freely licensed font
+  * Wheel-ground contact is now computed along wheel plane, not just straight 
down
+  * Vehicle selection screen shows real values of the car
+  * Vehicles can have different friction of wheels defined in the .vehicle file
+  * Optimized .obj mesh loader
+  * Updated libPhysfs code
+  * Other fixes
+  * Added 2 new events and 20 new single races (36 new maps)
+  * Added many new vegetation sprites
+- Drop patch reproducible.patch (merged upstream)
+- Add dependency for tinyXML2
+- Refactor data package creation
+- Add dependency for data package
+- Use pkgconfig(physfs)
+
+-------------------------------------------------------------------

Old:
----
  reproducible.patch
  trigger-rally-0.6.5.tar.gz

New:
----
  trigger-rally-0.6.6.1.tar.gz

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

Other differences:
------------------
++++++ trigger-rally.spec ++++++
--- /var/tmp/diff_new_pack.sQBrs9/_old  2019-03-26 22:30:42.009730723 +0100
+++ /var/tmp/diff_new_pack.sQBrs9/_new  2019-03-26 22:30:42.057730711 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trigger-rally
 #
-# Copyright (c) 2017 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
@@ -12,15 +12,15 @@
 # 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:           trigger-rally
-Version:        0.6.5
+Version:        0.6.6.1
 Release:        0
 Summary:        Fast-paced single-player rally racing game
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Amusements/Games/Action/Race
 Url:            http://trigger-rally.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/project/trigger-rally/trigger-%{version}/trigger-rally-%{version}.tar.gz
@@ -29,8 +29,6 @@
 # PATCH-FEATURE-UPSTREAM https://sourceforge.net/p/trigger-rally/patches/15/
 Source2:        %{name}.appdata.xml
 Source99:       %{name}.changes
-# PATCH-FIX-UPSTREAM https://sourceforge.net/p/trigger-rally/patches/18/
-Patch0:         reproducible.patch
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 %if %{?suse_version} > 1320
@@ -39,7 +37,6 @@
 BuildRequires:  gcc5-c++
 %endif
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  physfs-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(freealut)
@@ -47,7 +44,10 @@
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(openal)
+BuildRequires:  pkgconfig(physfs) >= 2.1
 BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(tinyxml2) >= 6
+Requires:       %{name}-data == %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,9 +56,20 @@
 weather, light and fog conditions. Most maps are equipped with spoken co-driver
 notes and co-driver icons.
 
+%package data
+Summary:        Data files for trigger-rally
+Group:          Amusements/Games/Action/Race
+Requires:       trigger-rally == %{version}
+BuildArch:      noarch
+
+%description data
+This package provides the data files for trigger-rally, a 3D rally simulation 
+with a physics engine for drifting, over 100 maps, different terrain materials 
+like dirt, asphalt, sand, ice etc. and various weather, light and fog 
conditions.
+Most maps are equipped with spoken co-driver notes and co-driver icons.
+
 %prep
 %setup -q
-%patch0 -p1
 dos2unix doc/*.txt bin/*.defs
 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE99}")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
@@ -71,9 +82,11 @@
 export CXX=g++-5 CC=gcc-5
 %endif
 make --directory=src prefix=%{_prefix} exec_prefix=%{_prefix} bindir=%{_bindir}
+# NOTE: don't use datadir=...: program currently (v0.6.6.1) uses hardcoded 
search paths
 
 %install
 %make_install --directory=src prefix=%{_prefix} exec_prefix=%{_prefix} 
bindir=%{_bindir}
+# NOTE: don't use datadir=...: program currently (v0.6.6.1) uses hardcoded 
search paths
 
 %suse_update_desktop_file -i %{name}
 
@@ -96,11 +109,16 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/*
-%{_datadir}/games/trigger-rally
+%{_datadir}/games/trigger-rally/icon
 %{_datadir}/applications/trigger-rally.desktop
 %{_datadir}/icons/hicolor/scalable/apps/trigger-rally.svg
 %{_datadir}/doc/trigger-rally/
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
 
+%files data
+%defattr(-,root,root)
+%dir %{_datadir}/games/trigger-rally/
+%{_datadir}/games/trigger-rally/data.*
+
 %changelog

++++++ trigger-rally-0.6.5.tar.gz -> trigger-rally-0.6.6.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/trigger-rally/trigger-rally-0.6.5.tar.gz 
/work/SRC/openSUSE:Factory/.trigger-rally.new.25356/trigger-rally-0.6.6.1.tar.gz
 differ: char 5, line 1


Reply via email to