commit frogatto for openSUSE:Factory:NonFree

2019-07-16 Thread root
Hello community,

here is the log from the commit of package frogatto for 
openSUSE:Factory:NonFree checked in at 2019-07-16 08:43:11

Comparing /work/SRC/openSUSE:Factory:NonFree/frogatto (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.frogatto.new.1887 (New)


Package is "frogatto"

Tue Jul 16 08:43:11 2019 rev:5 rq:714473 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/frogatto/frogatto.changes
2018-01-03 13:40:14.537191232 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.frogatto.new.1887/frogatto.changes  
2019-07-16 08:43:12.158981227 +0200
@@ -1,0 +2,5 @@
+Wed Jul 10 14:37:26 UTC 2019 - Bernhard Wiedemann 
+
+- use convert -strip to not have .png files contain build time (boo#1047218)
+
+---



Other differences:
--
++ frogatto.spec ++
--- /var/tmp/diff_new_pack.mW1Om4/_old  2019-07-16 08:43:19.874976962 +0200
+++ /var/tmp/diff_new_pack.mW1Om4/_new  2019-07-16 08:43:19.878976960 +0200
@@ -94,7 +94,7 @@
 %suse_update_desktop_file -c %{name} "Frogatto" "Arcade Game" %{name} %{name} 
Game ArcadeGame
 for res in 256 128 96 64 32 24 16; do
 mkdir -p "%{buildroot}%{_datadir}/icons/hicolor/$res"x"$res/apps"
-convert modules/frogatto/images/os/frogatto-icon.png -resize "$res"x"$res" 
"%{buildroot}%{_datadir}/icons/hicolor/$res"x"$res/apps/%{name}.png"
+convert -strip modules/frogatto/images/os/frogatto-icon.png -resize 
"$res"x"$res" 
"%{buildroot}%{_datadir}/icons/hicolor/$res"x"$res/apps/%{name}.png"
 done
 
 # data





commit frogatto for openSUSE:Factory:NonFree

2018-01-03 Thread root
Hello community,

here is the log from the commit of package frogatto for 
openSUSE:Factory:NonFree checked in at 2018-01-03 13:40:13

Comparing /work/SRC/openSUSE:Factory:NonFree/frogatto (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.frogatto.new (New)


Package is "frogatto"

Wed Jan  3 13:40:13 2018 rev:4 rq:561317 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/frogatto/frogatto.changes
2017-03-12 20:06:02.100479414 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.frogatto.new/frogatto.changes   
2018-01-03 13:40:14.537191232 +0100
@@ -1,0 +2,9 @@
+Wed Jan  3 10:40:45 UTC 2018 - dims...@opensuse.org
+
+- BuildRequires split libboost_(.*)-devel BuildRequires instead of
+  boost-devel: headers, regex and system.
+- Conditionalize post/postun scripts for suse_version < 1500:
+  desktop_database_* and icon_theme_* are deprectaed and expand to
+  nil on CODE 15 (functionality covered by RPM file triggers).
+
+---



Other differences:
--
++ frogatto.spec ++
--- /var/tmp/diff_new_pack.Md8sQX/_old  2018-01-03 13:40:26.813103617 +0100
+++ /var/tmp/diff_new_pack.Md8sQX/_new  2018-01-03 13:40:26.813103617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frogatto
 #
-# Copyright (c) 2017 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
@@ -26,7 +26,15 @@
 Source: https://github.com/frogatto/frogatto/archive/1.3.1.zip
 Patch0: fix-makefile.patch
 BuildRequires:  ImageMagick
+%if 0%{?suse_version} > 1330
+BuildRequires:  libboost_headers-devel
+BuildRequires:  libboost_iostreams-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
 BuildRequires:  freeglut-devel
@@ -119,6 +127,7 @@
 # Remove Transifex configuration files
 rm -rf %{buildroot}%{_datadir}/frogatto/modules/frogatto/.tx
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -126,6 +135,7 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)





commit frogatto for openSUSE:Factory:NonFree

2017-03-12 Thread root
Hello community,

here is the log from the commit of package frogatto for 
openSUSE:Factory:NonFree checked in at 2017-03-12 20:06:01

Comparing /work/SRC/openSUSE:Factory:NonFree/frogatto (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.frogatto.new (New)


Package is "frogatto"

Sun Mar 12 20:06:01 2017 rev:3 rq:477024 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/frogatto/frogatto.changes
2017-01-25 23:37:23.687634148 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.frogatto.new/frogatto.changes   
2017-03-12 20:06:02.100479414 +0100
@@ -1,0 +2,5 @@
+Sun Mar  5 11:19:10 UTC 2017 - mailaen...@opensuse.org
+
+- Fix boo#1028005 with a wrapper script
+
+---



Other differences:
--
++ frogatto.spec ++
--- /var/tmp/diff_new_pack.5oQTHf/_old  2017-03-12 20:06:12.594994398 +0100
+++ /var/tmp/diff_new_pack.5oQTHf/_new  2017-03-12 20:06:12.598993832 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  ImageMagick
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
+BuildRequires:  fontpackages-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -88,19 +89,29 @@
 convert modules/frogatto/images/os/frogatto-icon.png -resize "$res"x"$res" 
"%{buildroot}%{_datadir}/icons/hicolor/$res"x"$res/apps/%{name}.png"
 done
 
-#data
+# data
 mkdir -p %{buildroot}%{_datadir}/frogatto/modules
 mv modules/frogatto %{buildroot}%{_datadir}/frogatto/modules
 mv data images music %{buildroot}%{_datadir}/frogatto
 find %{buildroot}%{_datadir}/%{name} -type f -exec chmod 0644 \{\} +
+
+# replace with system fonts
 for file in UbuntuMono*ttf; do
-ln -s "%{_datadir}/fonts/truetype/$file" 
"%{buildroot}%{_datadir}/%{name}/$file"
+ln -s "%{_ttfontsdir}/$file" "%{buildroot}%{_datadir}/%{name}/$file"
 done
 
 # binaries
-install -Dm 755 game %{buildroot}%{_bindir}/frogatto
+install -Dm 755 game %{buildroot}%{_libexecdir}/frogatto/game
 install -Dm 755 server %{buildroot}%{_bindir}/frogatto-server
 
+# wrapper script
+cat >> %{buildroot}%{_bindir}/frogatto <

commit frogatto for openSUSE:Factory:NonFree

2017-01-25 Thread root
Hello community,

here is the log from the commit of package frogatto for 
openSUSE:Factory:NonFree checked in at 2017-01-25 23:37:22

Comparing /work/SRC/openSUSE:Factory:NonFree/frogatto (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.frogatto.new (New)


Package is "frogatto"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/frogatto/frogatto.changes
2017-01-22 00:52:17.530445652 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.frogatto.new/frogatto.changes   
2017-01-25 23:37:23.687634148 +0100
@@ -1,0 +2,5 @@
+Tue Jan 24 18:05:05 UTC 2017 - jeng...@inai.de
+
+- Update description and compact commands
+
+---



Other differences:
--
++ frogatto.spec ++
--- /var/tmp/diff_new_pack.MosTMl/_old  2017-01-25 23:37:32.606290494 +0100
+++ /var/tmp/diff_new_pack.MosTMl/_new  2017-01-25 23:37:32.606290494 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frogatto
 #
-# 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
@@ -19,7 +19,7 @@
 Name:   frogatto
 Version:1.3.1
 Release:0
-Summary:An action-adventure game, starring a certain quixotic frog
+Summary:Action-adventure game starring a certain quixotic frog
 License:GPL-3.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.frogatto.com
@@ -47,7 +47,7 @@
 Recommends: frogatto-lang
 
 %description
-Frogatto is an open-source "platformer" game, which means you're given a 
cross-section view into the world,
+Frogatto is a "platformer" game, which means you are given a cross-section 
view into the world,
 and you help a small green fellow named Frogatto walk and jump between solid 
footholds
 whilst you lead him through his story.
 
@@ -58,12 +58,12 @@
 BuildArch:  noarch
 
 %description data
-Frogatto is an open-source "platformer" game, which means you're given a 
cross-section view into the world,
+Frogatto is a "platformer" game, which means you are given a cross-section 
view into the world,
 and you help a small green fellow named Frogatto walk and jump between solid 
footholds
 whilst you lead him through his story.
 
 This package contains the game data (music, images, etc.) which are 
distributed under a different
-license than the game.
+license than the game engine.
 
 %lang_package
 
@@ -74,10 +74,8 @@
 rm -rf */MacOS*
 rm -rf */modules/cube_trains/*
 rm -rf */modules/frogatto/utils
-
-find . -name "music_aac" | xargs rm -r
-find . -name "music_aac_mini" | xargs rm -r
-find . -name "sounds_wav" | xargs rm -r
+find . -name music_aac -o -name music_aac_mini -o -name sounds_wav \
+   -exec rm -R "{}" +
 
 %build
 export CXXFLAGS="%{optflags}"