From e1e519a782268c83bcec5ffdee2c9d51691a18d261e42101f2342f16d46a0b8e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 30 Aug 2016 12:42:43 +0000 Subject: [PATCH] Accepting request 423775 from GNOME:Next Supersede - we need to get this moving fwd, so we don't end up waiting forever for legal OBS-URL: https://build.opensuse.org/request/show/423775 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgnome-games-support?expand=0&rev=1 --- .gitattributes | 23 +++++++ .gitignore | 1 + libgnome-games-support-1.1.91.tar.xz | 3 + libgnome-games-support.changes | 97 ++++++++++++++++++++++++++++ libgnome-games-support.spec | 96 +++++++++++++++++++++++++++ 5 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 libgnome-games-support-1.1.91.tar.xz create mode 100644 libgnome-games-support.changes create mode 100644 libgnome-games-support.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/libgnome-games-support-1.1.91.tar.xz b/libgnome-games-support-1.1.91.tar.xz new file mode 100644 index 0000000..7622eb5 --- /dev/null +++ b/libgnome-games-support-1.1.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d894c1526bbda095bec148a8affc9f9a924a0f817d91f38ffccee659fd4051f3 +size 339668 diff --git a/libgnome-games-support.changes b/libgnome-games-support.changes new file mode 100644 index 0000000..3143b58 --- /dev/null +++ b/libgnome-games-support.changes @@ -0,0 +1,97 @@ +------------------------------------------------------------------- +Mon Aug 29 12:15:28 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.0.91: + + Rename the pkg-config file one final time... are we there yet? + + Updated translations. +- Rename subpackage libgnome-games-support-1_0-2 to + libgnome-games-support-1-2 following upstreams soversions + changes, also update post/un handling. + +------------------------------------------------------------------- +Tue Aug 16 10:27:33 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.0.90: + + Rename to libgnome-games-support at behest of Debian (sorry!). + + Style checker fixes. + + Updated translations. +- Rename to libgnome-games-support from libgames-support. +- Handle lib in post/un. +- Add Url to git, silence rpmlint. + +------------------------------------------------------------------- +Sat May 7 08:57:38 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.0.2: + + Updated translations. + +------------------------------------------------------------------- +Fri Apr 8 16:52:53 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.0.1: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 21 15:19:45 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 7 11:49:52 UTC 2016 - zaitor@opensuse.org + +- Update to version 0.91: + + Adjust column spacing on scores dialog. + + Add missing mnemonic to done button on scores dialog. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 16 12:40:38 UTC 2016 - dimstar@opensuse.org + +- Update to version 0.90: + + Add ability to import old scores. + + Various fixes and improvements. + + Various API changes. + + Updated translations. +- Rename libgames-support1 subpackage to libgames-support2, + following upstreams soname bump. + +------------------------------------------------------------------- +Wed Dec 23 13:47:05 UTC 2015 - dimstar@opensuse.org + +- Update to version 0.2: + + API break: replace Context.get_best_n_scores with + Context.get_high_scores. The new function returns a + non-nullable Gee.List (with possibly zero elements) rather than + a nullable GLib.List (which was never empty if non-null). + + Updated translations. +- Rename libgames-support0 subpackage to libgames-support1, + following upstreams soname bump. + +------------------------------------------------------------------- +Tue Sep 22 07:25:51 UTC 2015 - dimstar@opensuse.org + +- Update to version 0.1: + + Initial release. + +------------------------------------------------------------------- +Tue Aug 18 18:37:26 UTC 2015 - opensuse-packaging@opensuse.org + +- Update to version 0.1~git.20150816: + + Add Games.GridFrame + + Add workaround to fix Continuous + + Fix style checker to work with the *all* flag + + Make the scores dialog look good when no scores are present + + Center the "no scores yet" box + + Fix false positive detected by style checker + + Updated Czech translation + + Updated Polish translation + + Minor style tweak + + Even out spacing between columns in the high scores dialog. + +------------------------------------------------------------------- +Tue Mar 31 07:27:59 UTC 2015 - dimstar@opensuse.org + +- Initial package. + + diff --git a/libgnome-games-support.spec b/libgnome-games-support.spec new file mode 100644 index 0000000..3d1ef4f --- /dev/null +++ b/libgnome-games-support.spec @@ -0,0 +1,96 @@ +# +# spec file for package libgames-support +# +# Copyright (c) 2016 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 http://bugs.opensuse.org/ +# + + +Name: libgnome-games-support +Version: 1.1.91 +Release: 0 +Summary: Internal support library for GNOME games +License: LGPL-3.0+ +Group: System/Libraries +Url: https://git.gnome.org/browse/libgnome-games-support/ +Source: http://download.gnome.org/sources/libgnome-games-support/1.1/%{name}-%{version}.tar.xz +BuildRequires: gnome-common +BuildRequires: intltool >= 0.50.2 +BuildRequires: vala >= 0.24 +BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(gio-2.0) >= 2.40 +BuildRequires: pkgconfig(glib-2.0) >= 2.40 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.2 +Recommends: %{name}-lang +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +libgnome-games-support is a small library intended for internal use by +GNOME Games, but it may be used by others. The API will only break +with the major version number. The ABI is unstable. + +%package -n libgnome-games-support-1-2 +Summary: Internal support library for GNOME games +Group: System/Libraries +# In order for the -lang package to be installable +Provides: %{name} = %{version} + +%description -n libgnome-games-support-1-2 +libgnome-games-support is a small library intended for internal use by +GNOME Games, but it may be used by others. The API will only break +with the major version number. The ABI is unstable. + +%package devel +Summary: Development files for the GNOME Internal games library +Group: Development/Libraries/C and C++ +Requires: libgnome-games-support-1-2 = %{version} + +%description devel +libgnome-games-support is a small library intended for internal use by +GNOME Games, but it may be used by others. The API will only break +with the major version number. The ABI is unstable. + +%lang_package +%prep +%setup -q + +%build +if [ ! -e configure ]; then ./autogen.sh; fi +%configure + +%install +%make_install +find %{buildroot} -type f -name "*.la" -delete -print +%find_lang %{name} + +%post -n libgnome-games-support-1-2 -p /sbin/ldconfig + +%postun -n libgnome-games-support-1-2 -p /sbin/ldconfig + +%files -n libgnome-games-support-1-2 +%defattr(-,root,root) +%doc COPYING.LESSER COPYING +%{_libdir}/libgnome-games-support-1.so.2* + +%files devel +%defattr(-,root,root) +%{_includedir}/gnome-games-support-1/ +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +%{_datadir}/vala/ + +%files lang -f %{name}.lang +%defattr(-,root,root) + +%changelog +