Hello community, here is the log from the commit of package mednafen for openSUSE:Factory checked in at 2017-08-30 16:24:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mednafen (Old) and /work/SRC/openSUSE:Factory/.mednafen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mednafen" Wed Aug 30 16:24:03 2017 rev:8 rq:519544 version:0.9.47 Changes: -------- --- /work/SRC/openSUSE:Factory/mednafen/mednafen.changes 2017-08-29 11:47:36.246523444 +0200 +++ /work/SRC/openSUSE:Factory/.mednafen.new/mednafen.changes 2017-08-30 16:24:04.622114520 +0200 @@ -1,0 +2,7 @@ +Tue Aug 29 17:34:51 UTC 2017 - [email protected] + +- Fix run (remove -O3, probably in the future I will return). +- Fix sound (add alsa-devel to Build require). +- Add separate packages for doc and lang. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mednafen.spec ++++++ --- /var/tmp/diff_new_pack.GHP29p/_old 2017-08-30 16:24:05.390006502 +0200 +++ /var/tmp/diff_new_pack.GHP29p/_new 2017-08-30 16:24:05.390006502 +0200 @@ -22,7 +22,7 @@ Release: 0 Summary: Multiple video game console emulator Source: https://mednafen.github.io/releases/files/%{name}-%{version}.tar.xz -BuildRequires: gcc-c++ zlib-devel Mesa-libGL-devel libSDL-devel libcdio-devel libsndfile-devel libjack-devel +BuildRequires: gcc-c++ zlib-devel alsa-devel Mesa-libGL-devel libSDL-devel libcdio-devel libsndfile-devel libjack-devel URL: https://mednafen.github.io %description @@ -43,11 +43,21 @@ SNK: Neo Geo Poket (Color). Bandai: Wonderswan (Color). +%package doc +Summary: Additional Package Documentation +Group: Documentation/Other +BuildArch: noarch + +%description doc +This package contains optional documentation provided in addition to this package's base documentation. + +%{lang_package} + %prep -%setup -qn %name +%setup -qn %{name} %build -export CFLAGS="%{optflags} -O3 -fomit-frame-pointer -pipe -DNDEBUG" +export CFLAGS="%{optflags} -fomit-frame-pointer -pipe -DNDEBUG" export CXXFLAGS="$CFLAGS" %configure make %{?_smp_mflags} @@ -56,9 +66,16 @@ %make_install %find_lang %{name} -%files -f %{name}.lang +%files %defattr(-,root,root) %{_bindir}/%{name} %doc ChangeLog TODO +%files doc +%defattr(-,root,root) +%doc Documentation/* + +%files -f %{name}.lang lang +%defattr(-,root,root) + %changelog
