Hello community,

here is the log from the commit of package extreme-tuxracer for 
openSUSE:Factory checked in at 2015-01-14 11:44:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/extreme-tuxracer (Old)
 and      /work/SRC/openSUSE:Factory/.extreme-tuxracer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "extreme-tuxracer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/extreme-tuxracer/extreme-tuxracer.changes        
2014-12-09 09:13:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.extreme-tuxracer.new/extreme-tuxracer.changes   
2015-01-14 11:45:15.000000000 +0100
@@ -1,0 +2,15 @@
+Mon Jan 12 01:46:30 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.6.0
+  + No changelog available; new maitainers
+- Add SDL_image-devel requirement; new upstream dependency
+- Remove some hacks; upstream provide his own desktop file 
+- Include AUTHORS, COPYING and development related documentation
+  in the package
+- Remove tcl-devel requirement; the Tcl scripting library has been
+  completely replaced with the SP library
+- Remove obsolete patches
+  + avp.patch
+  + libpng14.patch
+
+-------------------------------------------------------------------

Old:
----
  avp.patch
  extremetuxracer-0.4.tar.gz
  libpng14.patch

New:
----
  etr-0.6.0.tar.xz

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

Other differences:
------------------
++++++ extreme-tuxracer.spec ++++++
--- /var/tmp/diff_new_pack.fCj1wr/_old  2015-01-14 11:45:17.000000000 +0100
+++ /var/tmp/diff_new_pack.fCj1wr/_new  2015-01-14 11:45:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extreme-tuxracer
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,23 +17,18 @@
 
 
 Name:           extreme-tuxracer
-Version:        0.4
+Version:        0.6.0
 Release:        0
 Summary:        Open source racing game featuring Tux the Linux Penguin
 %global pkgsummary %summary
 License:        GPL-2.0
 Group:          Amusements/Games/3D/Race
 Url:            http://www.extremetuxracer.com
-Source:         
http://downloads.sourceforge.net/extremetuxracer/extremetuxracer-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM avp.patch
-Patch0:         avp.patch
-# PATCH-FIX-UPSTREAM libpng14.patch
-Patch1:         libpng14.patch
+Source:         
http://downloads.sourceforge.net/extremetuxracer/etr-%{version}.tar.xz
 BuildRequires:  SDL-devel
 BuildRequires:  SDL_mixer-devel
-%if 0%{?suse_version} > 1030
+BuildRequires:  SDL_image-devel
 BuildRequires:  fdupes
-%endif
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
@@ -50,7 +45,6 @@
 BuildRequires:  pkgconfig(xmu)
 BuildRequires:  pkgconfig(xt)
 %endif
-BuildRequires:  tcl-devel
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -61,33 +55,25 @@
 Penguin. ETRacer continues in the tracks of Tux Racer and its forks.
 
 %prep
-%setup -q -n extremetuxracer-%{version}
-%patch0 -p0
-%patch1 -p1
+%setup -q -n etr-%{version}
 
 %build
-autoreconf -fi
-%configure --with-tcl=%{_libdir}
+NOCONFIGURE=1 ./autogen.sh
+%configure
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install
-(cd %{buildroot}/%{_bindir}; ln -s etracer extreme-tuxracer)
-mkdir -p %{buildroot}%{_datadir} %{buildroot}%{_datadir}/pixmaps
-install -m 644 etracericon.svg %{buildroot}/%{_datadir}/pixmaps/etracer.svg
-%if 0%{?suse_version}
-%suse_update_desktop_file -c etracer etracer "%{pkgsummary}" etracer etracer 
Game SportsGame
-%endif
-%if 0%{?suse_version} > 1030
+%suse_update_desktop_file etr
 %fdupes -s %{buildroot}%{_datadir}
-%endif
+rm -rf %{buildroot}%{_datadir}/doc
 
 %files
 %defattr(-,root,root)
-%{_bindir}/etracer
-%{_bindir}/extreme-tuxracer
-%{_datadir}/etracer/
-%{_datadir}/pixmaps/etracer.svg
-%{_datadir}/applications/etracer.desktop
+%doc AUTHORS COPYING doc/code doc/courses_events doc/guide doc/score_algorithm
+%{_bindir}/etr
+%{_datadir}/etr/
+%{_datadir}/pixmaps/etr.png
+%{_datadir}/applications/etr.desktop
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to