Hello community,

here is the log from the commit of package mednafen for openSUSE:Factory 
checked in at 2018-03-11 15:25:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mednafen (Old)
 and      /work/SRC/openSUSE:Factory/.mednafen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mednafen"

Sun Mar 11 15:25:45 2018 rev:11 rq:585171 version:0.9.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/mednafen/mednafen.changes        2017-09-20 
17:09:59.676329056 +0200
+++ /work/SRC/openSUSE:Factory/.mednafen.new/mednafen.changes   2018-03-11 
15:25:47.018069433 +0100
@@ -1,0 +2,7 @@
+Fri Mar  9 21:17:21 UTC 2018 - i...@ilya.pp.ua
+
+- Refresh spec-file via spec-cleaner.
+- Add %license macro.
+- Return -O3 flag.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mednafen.spec ++++++
--- /var/tmp/diff_new_pack.8Qu8GA/_old  2018-03-11 15:25:47.766042600 +0100
+++ /var/tmp/diff_new_pack.8Qu8GA/_new  2018-03-11 15:25:47.770042457 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mednafen
 #
-# Copyright (c) 2017 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,14 +16,21 @@
 #
 
 Name:          mednafen
-License:       GPL-2.0+
-Group:         System/Emulators/Other
 Version:       0.9.48
 Release:       0
 Summary:       Multiple video game console emulator
-Source:        
https://mednafen.github.io/releases/files/%{name}-%{version}.tar.xz
-BuildRequires: gcc-c++ zlib-devel alsa-devel Mesa-libGL-devel libSDL-devel 
libcdio-devel libsndfile-devel libjack-devel
+License:        GPL-2.0-or-later
+Group:          System/Emulators/Other
 URL:           https://mednafen.github.io
+Source:         
https://mednafen.github.io/releases/files/%{name}-%{version}.tar.xz
+BuildRequires:  Mesa-libGL-devel
+BuildRequires:  alsa-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libSDL-devel
+BuildRequires:  libcdio-devel
+BuildRequires:  libjack-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  zlib-devel
 
 %description
 Mednafen is a command-line-driven multi-system emulator utilizing
@@ -51,13 +58,13 @@
 %description doc
 This package contains optional documentation provided in addition to this 
package's base documentation.
 
-%{lang_package}
+%lang_package
 
 %prep
-%setup -qn %{name}
+%setup -q -n %{name}
 
 %build
-export CFLAGS="%{optflags} -fomit-frame-pointer -pipe -DNDEBUG"
+export CFLAGS="%{optflags} -O3 -fomit-frame-pointer -pipe"
 export CXXFLAGS="$CFLAGS"
 %configure
 make %{?_smp_mflags}
@@ -67,15 +74,13 @@
 %find_lang %{name}
 
 %files
-%defattr(-,root,root)
 %{_bindir}/%{name}
+%license COPYING
 %doc ChangeLog TODO
 
 %files doc
-%defattr(-,root,root)
 %doc Documentation/?*.{css,def,html,png,txt}
 
 %files -f %{name}.lang lang
-%defattr(-,root,root)
 
 %changelog


Reply via email to