Hello community,

here is the log from the commit of package libretro-2048 for openSUSE:Leap:15.2 
checked in at 2020-02-21 23:52:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libretro-2048 (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libretro-2048.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-2048"

Fri Feb 21 23:52:14 2020 rev:1 rq:776008 version:0~git20190902

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libretro-2048.new.26092/libretro-2048.changes 
2020-02-21 23:52:16.236914508 +0100
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Thu Oct 10 20:42:28 UTC 2019 - [email protected]
+
+- Update to version 0~git20190902:
+  * (tvOS) Compile using tvOS SDK
+  * Use new bitmask input code
+  * Allow LIBRETRO_COMM_DIR override
+  * Tupfile for super-repositories
+  * Report audio sample rate as zero
+  * Add MSVC2017 target
+  * Build rules for Genode platform
+  * Compile 2048 for PS2
+
+-------------------------------------------------------------------
+Thu Oct 10 20:42:10 UTC 2019 - Yunhe Guo <[email protected]>
+
+- Initial version

New:
----
  _service
  _servicedata
  libretro-2048-0~git20190902.tar.xz
  libretro-2048.changes
  libretro-2048.spec

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

Other differences:
------------------
++++++ libretro-2048.spec ++++++
#
# spec file for package libretro-2048
#
# Copyright (c) 2019 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           libretro-2048
Version:        0~git20190902
Release:        0
Summary:        2048 libretro core
License:        MIT
Group:          System/Emulators/Other
URL:            http://www.retroarch.com
Source:         %{name}-%{version}.tar.xz

BuildRequires:  gcc-c++
BuildRequires:  make

%description
Port of 2048 puzzle game to the libretro API.

%prep
%setup -q

%build
make -f Makefile.libretro

%install
mkdir -p %{buildroot}%{_libdir}/libretro
cp 2048_libretro.so %{buildroot}%{_libdir}/libretro

%files
%dir %{_libdir}/libretro
%{_libdir}/libretro/2048_libretro.so

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="localonly">
    <param name="scm">git</param>
    <param name="url">https://github.com/libretro/libretro-2048.git</param>
    <param name="filename">libretro-2048</param>
    <param name="revision">master</param>
    <param name="versionformat">0~git%cd</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="localonly"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/libretro/libretro-2048.git</param>
              <param 
name="changesrevision">35e505643c9845c363aab8645a5eef51b906a4bf</param></service></servicedata>

Reply via email to