Hello community,

here is the log from the commit of package starfighter for openSUSE:Factory 
checked in at 2018-01-10 23:34:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/starfighter (Old)
 and      /work/SRC/openSUSE:Factory/.starfighter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "starfighter"

Wed Jan 10 23:34:25 2018 rev:6 rq:562368 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/starfighter/starfighter.changes  2017-01-04 
19:38:23.827774375 +0100
+++ /work/SRC/openSUSE:Factory/.starfighter.new/starfighter.changes     
2018-01-10 23:34:36.321607426 +0100
@@ -1,0 +2,9 @@
+Thu Jan  4 17:27:41 UTC 2018 - avin...@opensuse.org
+
+- Update to 1.7, announce message is here:
+  https://savannah.nongnu.org/forum/forum.php?forum_id=8808
+- remove RPM_OPT_FLAGS fix, solved upstream
+- remove unnecessary variables passed to `make` and `%make_install`
+- cleanup with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  starfighter-1.6-src.tar.gz

New:
----
  starfighter-1.7.tar.gz

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

Other differences:
------------------
++++++ starfighter.spec ++++++
--- /var/tmp/diff_new_pack.KEsdNe/_old  2018-01-10 23:34:38.253516774 +0100
+++ /var/tmp/diff_new_pack.KEsdNe/_new  2018-01-10 23:34:38.257516587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package starfighter
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,27 +16,26 @@
 #
 
 
-%define oversion   1.6
-
 Name:           starfighter
-Version:        1.6
+Version:        1.7
 Release:        0
 Summary:        Liberate the universe from the evil company WEAPCO
 License:        GPL-3.0+
 Group:          Amusements/Games/Action/Arcade
 Url:            http://starfighter.nongnu.org/
-Source0:        
http://download.savannah.gnu.org/releases/%{name}/%{oversion}/%{name}-%{version}-src.tar.gz
+Source0:        
http://download.savannah.gnu.org/releases/%{name}/%{version}/%{name}-%{version}-src.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        %{name}-icons.tar
-%if 0%{?suse_version}
-BuildRequires:  fdupes
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(SDL2_mixer)
 BuildRequires:  pkgconfig(sdl)
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  update-desktop-files
+%endif
 
 %description
 Project: Starfighter is an old school 2D shoot 'em up. In the game you take on
@@ -54,27 +53,27 @@
 # Some docs have the DOS line ends
 dos2unix README.txt
 
-# SED-FIX-OPENSUSE -- Fix RPM_OPT_FLAGS
-sed -i -e 's|-O2 -Wall -g|%{optflags}|' Makefile
-
 %build
-make %{?_smp_mflags} BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ 
DOCDIR=%{_docdir}/%{name}/
+%configure
+make %{?_smp_mflags}
 
 %install
-%make_install BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ 
DOCDIR=%{_docdir}/%{name}/
+%make_install
 
 # install icons
 for i in 16 32 48 64 72 96 128 ; do
     install -Dm 0644 icons/%{name}_${i}x${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
 done
 
+# remove duplicate docs
+rm -fr %{buildroot}%{_datadir}/doc/%{name}
+
 %if 0%{?suse_version}
     %suse_update_desktop_file %{name}
     %fdupes -s %{buildroot}%{_prefix}
 %endif
 
 %files
-%defattr(-,root,root,-)
 %doc docs/* COPYING LICENSES README.txt
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop

++++++ starfighter-1.6-src.tar.gz -> starfighter-1.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/starfighter/starfighter-1.6-src.tar.gz 
/work/SRC/openSUSE:Factory/.starfighter.new/starfighter-1.7.tar.gz differ: char 
5, line 1


Reply via email to