Hello community,
here is the log from the commit of package libretro-core-info for
openSUSE:Leap:15.2 checked in at 2020-02-21 23:51:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libretro-core-info (Old)
and /work/SRC/openSUSE:Leap:15.2/.libretro-core-info.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libretro-core-info"
Fri Feb 21 23:51:42 2020 rev:1 rq:771030 version:1.8.4
Changes:
--------
New Changes file:
--- /dev/null 2019-12-19 10:12:34.003146842 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.libretro-core-info.new.26092/libretro-core-info.changes
2020-02-21 23:51:43.172848803 +0100
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Mon Feb 3 13:19:23 UTC 2020 - Yunhe Guo <[email protected]>
+
+- Version 1.8.4
+ * Full changes at
https://github.com/libretro/libretro-core-info/compare/v1.8.2...v1.8.4
+
+-------------------------------------------------------------------
+Fri Jan 10 22:14:18 UTC 2020 - Yunhe Guo <[email protected]>
+
+- Version 1.8.2
+ * Full changes at
https://github.com/libretro/libretro-core-info/compare/v1.7.9.2...v1.8.2
+
+-------------------------------------------------------------------
+Thu Oct 24 23:04:21 UTC 2019 - Yunhe Guo <[email protected]>
+
+- Version 1.7.9.2
+ * Full changes at
https://github.com/libretro/libretro-core-info/compare/v1.7.8...v1.7.9.2
+
+-------------------------------------------------------------------
+Sun Sep 22 13:13:41 UTC 2019 - Yunhe Guo <[email protected]>
+
+- Version 1.7.8
New:
----
libretro-core-info-1.8.4.tar.gz
libretro-core-info.changes
libretro-core-info.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libretro-core-info.spec ++++++
#
# spec file for package libretro-core-info
#
# Copyright (c) 2020 SUSE LLC
#
# 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-core-info
Version: 1.8.4
Release: 0
Summary: Provide libretro's core info files
License: MIT
Group: System/Emulators/Other
URL: https://github.com/libretro/%{name}
Source:
https://github.com/libretro/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: make
BuildArch: noarch
Requires: retroarch
%description
Provide libretro's core info files
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}%{_datadir}/libretro/info
cp *.info %{buildroot}%{_datadir}/libretro/info
%fdupes -s %{buildroot}
%files
%license COPYING
%dir %{_datadir}/libretro
%{_datadir}/libretro/info
%{_datadir}/libretro/info/*.info
%changelog