Hello community,

here is the log from the commit of package attractmode for openSUSE:Factory 
checked in at 2017-02-14 00:43:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attractmode (Old)
 and      /work/SRC/openSUSE:Factory/.attractmode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "attractmode"

Changes:
--------
--- /work/SRC/openSUSE:Factory/attractmode/attractmode.changes  2016-11-21 
14:26:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.attractmode.new/attractmode.changes     
2017-02-14 00:43:49.952934494 +0100
@@ -1,0 +2,22 @@
+Thu Feb  9 22:52:57 UTC 2017 - [email protected]
+
+- Update to version 2.2.1
+    + [linux] fixes for multimonitor mode with X11
+    + [rpi] Misc. cleanup of emulation launching on the RPi
+    + Added a description of the default controls to the readme
+    + Fix move speed in config menus when key held down
+    + Fix freetype2 header not found during compile
+    + [linux] Added --console cmdline option to enable script from console
+    + Improved combo key handling, added more initial key mappings
+    + Default "Confirm Favourites" value is now "true"
+    + Fix audio volume changing for layout sounds after running emulator
+    + Add cn entry in en.msg
+    + [linux] Smoother transition to emulator from 'fullscreen mode'
+    + Added "Working Directory" emulation setting
+    + Minor reorder of options in the misc. config menu
+    + Issue #250 - Fix improper handling of "Upos" joystick axis
+       + cn.msg
+       + Create Linux desktop entry
+       + Support for wheel fade
+
+-------------------------------------------------------------------

Old:
----
  v2.2.0.tar.gz

New:
----
  attractmode.appdata.xml
  v2.2.1.tar.gz

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

Other differences:
------------------
++++++ attractmode.spec ++++++
--- /var/tmp/diff_new_pack.E8RzSu/_old  2017-02-14 00:43:51.820670818 +0100
+++ /var/tmp/diff_new_pack.E8RzSu/_new  2017-02-14 00:43:51.824670253 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package attractmode
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:           attractmode
-Version:        2.2.0
+Version:        2.2.1
 Release:        0
 Summary:        A graphical frontend for emulators
 License:        GPL-3.0
@@ -25,10 +25,11 @@
 Url:            https://attractmode.org
 Source:         https://github.com/mickelson/attract/archive/v%{version}.tar.gz
 Source100:      attractmode-rpmlintrc
-BuildRequires:  freeglut-devel
+Source101:      attractmode.appdata.xml
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg8-devel
 BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libarchive)
@@ -41,7 +42,11 @@
 BuildRequires:  pkgconfig(sfml-graphics)
 BuildRequires:  pkgconfig(sfml-system)
 BuildRequires:  pkgconfig(xcb-xinerama)
-BuildRequires:  update-desktop-files
+%if 0%{?suse_version} < 1320
+BuildRequires:  mesaglut-devel
+%else
+BuildRequires:  pkgconfig(freeglut)
+%endif
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 
@@ -58,10 +63,11 @@
 make %{?_smp_mflags}
 
 %install
-install -D -p -m 644 util/icon.png 
%{buildroot}%{_datadir}/pixmaps/attractmode.png
-%suse_update_desktop_file -c attractmode 'AttractMode' 'AttractMode emulator 
frontend' attract attractmode Game Emulator
+install -Dpm 0644 %{SOURCE101}  
%{buildroot}%{_datadir}/appdata/attractmode.appdata.xml
 mkdir -p %{buildroot}%{_bindir} # Required for building on Leap 42.1
 %make_install prefix=%{_prefix} # Defaults to /usr/local without this
+install -D -p -m 644 util/icon.png 
%{buildroot}%{_datadir}/pixmaps/attractmode.png
+%suse_update_desktop_file -c attractmode 'AttractMode' 'AttractMode emulator 
frontend' attract attractmode Game Emulator
 
 %post
 %desktop_database_post
@@ -77,5 +83,6 @@
 %{_datadir}/attract/*
 %{_datadir}/pixmaps/attractmode.png
 %{_datadir}/applications/attractmode.desktop
+%{_datadir}/appdata/attractmode.appdata.xml
 
 %changelog

++++++ attractmode-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.E8RzSu/_old  2017-02-14 00:43:51.872663478 +0100
+++ /var/tmp/diff_new_pack.E8RzSu/_new  2017-02-14 00:43:51.872663478 +0100
@@ -1,5 +1,10 @@
 # We don't want to use %fdupes macro on these as the user is expected to copy 
this data
 # to their ~/.attract dir, and may want to selectively delete some things. 
Links will make
-# this hard to do.
+# this hard to do. There are also false positives.
+addFilter("files-duplicate (/usr/share/attract/emulators/.*)")
 addFilter("files-duplicate (/usr/share/attract/layouts/.*)")
 addFilter("files-duplicate (/usr/share/attract/modules/.*)")
+addFilter("files-duplicate (/usr/share/attract/plugins/.*)")
+addFilter("files-duplicate (/usr/share/attract/plugins/History.dat/.*)")
+addFilter("files-duplicate (/usr/share/attract/plugins/UtilityMenu/.*)")
+addFilter("files-duplicate (/usr/share/attract/plugins/eSpeak/.*)")

++++++ attractmode.appdata.xml ++++++
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
​  <id>attractmode.desktop</id>
​  <metadata_license>CC0</metadata_license>
​  <project_license>GPL-3.0+</project_license>
​  <name>AttractMode</name>
​  <summary>A graphical frontend for emulators</summary>
​
​  <description>
​    <p>
​      Attract-Mode is a graphical frontend for command line emulators such as 
MAME,
      MESS and Nestopia. It hides the underlying operating system and is 
intended to
      be controlled with a joystick, gamepad or spinner, making it ideal for use
      in arcade cabinets.
    </p>
​  </description>
​
​  <screenshots>
​    <screenshot type="default">
​      <image>http://attractmode.org/images/cools1.png</image>
​    </screenshot>
​    <screenshot>
​      <image>http://attractmode.org/images/attracman.png</image>
​    </screenshot>
    <screenshot>
​      <image>http://attractmode.org/images/cools2.png</image>
​    </screenshot>
    <screenshot>
​      <image>http://attractmode.org/images/config.png</image>
​    </screenshot>
​  </screenshots>
​
​  <url type="homepage">http://attractmode.org/</url>
​
​  <provides>
​    <binary>attractmode</binary>
​  </provides>
​
​</component>
++++++ v2.2.0.tar.gz -> v2.2.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/attractmode/v2.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.attractmode.new/v2.2.1.tar.gz differ: char 13, line 
1


Reply via email to