commit fillets-ng for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package fillets-ng for openSUSE:Factory 
checked in at 2019-01-21 10:51:11

Comparing /work/SRC/openSUSE:Factory/fillets-ng (Old)
 and  /work/SRC/openSUSE:Factory/.fillets-ng.new.28833 (New)


Package is "fillets-ng"

Mon Jan 21 10:51:11 2019 rev:27 rq:665303 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/fillets-ng/fillets-ng.changes2015-11-24 
22:33:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.fillets-ng.new.28833/fillets-ng.changes 
2019-01-21 10:51:19.951948034 +0100
@@ -1,0 +2,14 @@
+Wed Dec 19 12:53:08 UTC 2018 - ani...@suse.com
+
+- Remove fillets-use-lua-5.1.pc.patch, as package builds and runs 
+  without it and forced autoreconf breaks correct setting of datadir
+  Fix for boo#1114591.
+
+---
+Wed Dec 19 12:53:08 UTC 2018 - ani...@suse.com
+
+- remove last patch, as package builds and runs without it
+  and forced autoreconf breaks correct setting of datadir
+  Fix for #1114591.
+
+---

Old:

  fillets-ng-use-lua-5.1.pc.patch



Other differences:
--
++ fillets-ng.spec ++
--- /var/tmp/diff_new_pack.2q6XZW/_old  2019-01-21 10:51:21.155946572 +0100
+++ /var/tmp/diff_new_pack.2q6XZW/_new  2019-01-21 10:51:21.155946572 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fillets-ng
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,26 +20,20 @@
 Version:1.0.1
 Release:0
 Summary:Fish Fillets - Next Generation
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Amusements/Games/Action/Arcade
 Url:http://fillets.sourceforge.net/
 Source0:
http://prdownloads.sourceforge.net/fillets/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
 Source2:%{name}.png
 Patch0: %{name}-0.9.3-datadir.patch
-Patch1: %{name}-use-lua-5.1.pc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL_image-devel
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  SDL_ttf-devel
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
-%if 0%{?suse_version} < 1220
-BuildRequires:  lua-devel
-%else
 BuildRequires:  lua51-devel
-%endif
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 Requires:   %{name}-data = %{version}
@@ -54,17 +48,8 @@
 %prep
 %setup -q
 %patch0
-if [ -e %{_libdir}/pkgconfig/lua-5.1.pc ]; then
-# Only apply the patch if there is a lua-5.1.pc file.. this is a special case
-# as the file originally was called lua.pc, but renamed in Tumbleweed for 
co-existence
-# with newer lua version. Only conditionally applying the patch makes sure we 
do not
-# break build for older releases
-%patch1 -p1
-fi
 
 %build
-# Needed for patch1
-autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 





commit fillets-ng for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package fillets-ng for openSUSE:Factory 
checked in at 2015-11-24 22:33:40

Comparing /work/SRC/openSUSE:Factory/fillets-ng (Old)
 and  /work/SRC/openSUSE:Factory/.fillets-ng.new (New)


Package is "fillets-ng"

Changes:

--- /work/SRC/openSUSE:Factory/fillets-ng/fillets-ng.changes2015-04-15 
16:22:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.fillets-ng.new/fillets-ng.changes   
2015-11-24 22:33:54.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 18 13:33:01 UTC 2015 - dims...@opensuse.org
+
+- Add fillets-ng-use-lua-5.1.pc.patch: detect lua-5.1.pc; fixes
+  build on current TW setups.
+- Add libtool BuildRequires and call to autoreconf, as above patch
+  touches the build system.
+
+---

New:

  fillets-ng-use-lua-5.1.pc.patch



Other differences:
--
++ fillets-ng.spec ++
--- /var/tmp/diff_new_pack.ABHpgp/_old  2015-11-24 22:33:55.0 +0100
+++ /var/tmp/diff_new_pack.ABHpgp/_new  2015-11-24 22:33:55.0 +0100
@@ -27,12 +27,14 @@
 Source1:%{name}.desktop
 Source2:%{name}.png
 Patch0: %{name}-0.9.3-datadir.patch
+Patch1: %{name}-use-lua-5.1.pc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL_image-devel
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  SDL_ttf-devel
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 %if 0%{?suse_version} < 1220
 BuildRequires:  lua-devel
 %else
@@ -52,8 +54,17 @@
 %prep
 %setup -q
 %patch0
+if [ -e %{_libdir}/pkgconfig/lua-5.1.pc ]; then
+# Only apply the patch if there is a lua-5.1.pc file.. this is a special case
+# as the file originally was called lua.pc, but renamed in Tumbleweed for 
co-existence
+# with newer lua version. Only conditionally applying the patch makes sure we 
do not
+# break build for older releases
+%patch1 -p1
+fi
 
 %build
+# Needed for patch1
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 

++ fillets-ng-use-lua-5.1.pc.patch ++
Index: fillets-ng-1.0.1/configure.in
===
--- fillets-ng-1.0.1.orig/configure.in
+++ fillets-ng-1.0.1/configure.in
@@ -42,7 +42,7 @@ dnl Debian, and possibly other systems,
 LUA_CFLAGS="`[$LUACONFIG --include]`"
 LUA_LIBS="`[$LUACONFIG --static]`"
 else dnl ...otherwise, attempt to guess
-PKG_CHECK_MODULES(LUA, lua, [], [
+PKG_CHECK_MODULES(LUA, lua-5.1, [], [
 LUA_CFLAGS=""
 LUA_LIBS=""
 AC_CHECK_LIB(lua, lua_setfenv, LUA_LIBS="$LUA_LIBS -llua",




commit fillets-ng for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package fillets-ng for openSUSE:Factory 
checked in at 2015-04-15 16:22:14

Comparing /work/SRC/openSUSE:Factory/fillets-ng (Old)
 and  /work/SRC/openSUSE:Factory/.fillets-ng.new (New)


Package is fillets-ng

Changes:

--- /work/SRC/openSUSE:Factory/fillets-ng/fillets-ng.changes2015-04-10 
09:48:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.fillets-ng.new/fillets-ng.changes   
2015-04-15 16:22:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:47:37 UTC 2015 - dims...@opensuse.org
+
+- Add Comment to the .desktop file, allowing to be shown in
+  AppStream based Software Centers.
+
+---



Other differences:
--
++ fillets-ng.desktop ++
--- /var/tmp/diff_new_pack.iRQf0u/_old  2015-04-15 16:22:15.0 +0200
+++ /var/tmp/diff_new_pack.iRQf0u/_new  2015-04-15 16:22:15.0 +0200
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Type=Application
 Name=Fish Filets NG
+Comment=Puzzle game: Find a safe way out
 Exec=fillets
 Icon=fillets-ng
 Categories=Game;LogicGame;





commit fillets-ng for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package fillets-ng for openSUSE:Factory 
checked in at 2012-02-16 14:56:02

Comparing /work/SRC/openSUSE:Factory/fillets-ng (Old)
 and  /work/SRC/openSUSE:Factory/.fillets-ng.new (New)


Package is fillets-ng, Maintainer is ani...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fillets-ng/fillets-ng.changes2011-09-26 
10:30:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.fillets-ng.new/fillets-ng.changes   
2012-02-16 14:56:11.0 +0100
@@ -1,0 +2,18 @@
+Wed Feb 15 13:22:53 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  No indication of GPL-1.0+ files. They are all GPL-2.0+ - hence no need
+  for GPL-1.0 reference
+
+---
+Thu Feb  9 21:08:28 UTC 2012 - dims...@opensuse.org
+
+- Conditionally BuildRequire lua51-devel on openSUSE 12.2+. This
+  game has not been ported to lua 5.2 yet.
+
+---
+Thu Jan 12 11:30:34 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ fillets-ng.spec ++
--- /var/tmp/diff_new_pack.KZTHbm/_old  2012-02-16 14:56:18.0 +0100
+++ /var/tmp/diff_new_pack.KZTHbm/_new  2012-02-16 14:56:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fillets-ng
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   fillets-ng
 Version:1.0.0
-Release:1
-License:GNU General Public License (GPL) - all versions
+Release:0
 Summary:Fish Fillets - Next Generation
-Url:http://fillets.sourceforge.net/
+License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
+Url:http://fillets.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.desktop
 Source2:%{name}.png
@@ -34,7 +33,11 @@
 BuildRequires:  SDL_ttf-devel
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
+%if 0%{?suse_version}  1220
 BuildRequires:  lua-devel
+%else
+BuildRequires:  lua51-devel
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 Requires:   %{name}-data = %{version}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org