Hello community,

here is the log from the commit of package 3omns for openSUSE:Factory checked 
in at 2016-01-28 17:22:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/3omns (Old)
 and      /work/SRC/openSUSE:Factory/.3omns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "3omns"

Changes:
--------
--- /work/SRC/openSUSE:Factory/3omns/3omns.changes      2015-09-30 
05:52:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.3omns.new/3omns.changes 2016-01-28 
17:23:47.000000000 +0100
@@ -1,0 +2,23 @@
+Sat Jan 23 11:29:00 UTC 2016 - [email protected]
+
+- Recreate tarball, new GitHub commit
+  Please look 'git log' and announce message:
+
+  * Add bot.lua to dist
+
+  * Fixed some bot AI bugs
+  * Revamped networking code to add reliability
+  * Added the -R command line option to print resources path
+
+- license update: GPL-3.0+ No indication that this is GPL-3.0 (only)
+- Add BuildRequires for bitstream-vera-fonts
+- Add Requires for bitstream-vera-fonts, thanks dstoecker
+- Replace bundled font with a symlink to an identical system font
+- Remove COPYING.font from Documentation
+
+-------------------------------------------------------------------
+Fri Jan  1 12:04:44 UTC 2016 - [email protected]
+
+- Fixed lua dependencies so it will also build on openSUSE <= 13.2
+
+-------------------------------------------------------------------

Old:
----
  3omns-0.1+git-21292f0.tar.bz2

New:
----
  3omns-0.1+git-ded6410.tar.bz2

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

Other differences:
------------------
++++++ 3omns.spec ++++++
--- /var/tmp/diff_new_pack.pw09HU/_old  2016-01-28 17:23:48.000000000 +0100
+++ /var/tmp/diff_new_pack.pw09HU/_new  2016-01-28 17:23:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package 3omns
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -20,12 +20,12 @@
 Version:        0.1
 Release:        0
 Summary:        Old-school Arcade-style Tile-based Bomb-dropping Deathmatch 
Game
-License:        GPL-3.0
+License:        GPL-3.0+
 Group:          Amusements/Games/Action/Arcade
 Url:            https://chazomaticus.github.io/3omns/
 # Downloaded from https://github.com/chazomaticus/3omns
 # Packed as tar.bz2
-Source0:        %{name}-%{version}+git-21292f0.tar.bz2
+Source0:        %{name}-%{version}+git-ded6410.tar.bz2
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -34,19 +34,21 @@
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  bitstream-vera-fonts
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_5
 BuildRequires:  glibc-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  pkgconfig(SDL2_image)
-BuildRequires:  pkgconfig(SDL2_ttf)
 %if 0%{?suse_version} > 1320
 BuildRequires:  lua52-devel
 %else
-BuildRequires:  pkgconfig(lua)
+BuildRequires:  lua-devel >= 5.2
 %endif
+BuildRequires:  pkgconfig(SDL2_image)
+BuildRequires:  pkgconfig(SDL2_ttf)
 BuildRequires:  pkgconfig(sdl2)
+Requires:       bitstream-vera-fonts
 
 %description
 3omns is an old-school arcade-style tile-based bomb-dropping deathmatch game.
@@ -65,6 +67,10 @@
 %install
 %make_install
 
+# Use system fonts instead of bundling our own
+rm -f %{buildroot}%{_datadir}/%{name}/ttf/Vera.ttf
+ln -s ../../fonts/truetype/Vera.ttf 
%{buildroot}%{_datadir}/%{name}/ttf/Vera.ttf
+
 %if 0%{?suse_version}
     %suse_update_desktop_file %{name}
     %fdupes -s %{buildroot}%{_prefix}
@@ -72,7 +78,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING COPYING.font NEWS README
+%doc COPYING NEWS README
 %{_bindir}/%{name}
 %{_mandir}/man6/%{name}.6%{ext_man}
 %{_datadir}/applications/%{name}.desktop

++++++ 3omns-0.1+git-21292f0.tar.bz2 -> 3omns-0.1+git-ded6410.tar.bz2 ++++++


Reply via email to