Hello community,

here is the log from the commit of package crawl for openSUSE:Factory checked 
in at 2016-01-05 21:54:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crawl (Old)
 and      /work/SRC/openSUSE:Factory/.crawl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crawl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/crawl/crawl.changes      2015-12-14 
10:13:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.crawl.new/crawl.changes 2016-01-05 
21:55:20.000000000 +0100
@@ -1,0 +2,16 @@
+Sat Jan  2 21:04:03 UTC 2016 - opens...@dstoecker.de
+
+- do not compile date and time into the binary
+  (crawl-0.17.1-datetime.patch)
+
+-------------------------------------------------------------------
+Mon Dec 14 18:01:21 UTC 2015 - r...@fthiessen.de
+
+- Added fdupes and fixed usage of __DATE__ and __TIME__
+
+-------------------------------------------------------------------
+Mon Dec 14 08:17:43 UTC 2015 - bem...@gmail.com
+
+- Updated to 0.17.1
+
+-------------------------------------------------------------------

Old:
----
  stone_soup-0.17.0-nodeps.tar.xz

New:
----
  crawl-0.17.1-datetime.patch
  stone_soup-0.17.1-nodeps.tar.xz

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

Other differences:
------------------
++++++ crawl.spec ++++++
--- /var/tmp/diff_new_pack.bfJboK/_old  2016-01-05 21:55:22.000000000 +0100
+++ /var/tmp/diff_new_pack.bfJboK/_new  2016-01-05 21:55:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package crawl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sascha Peilicke <sasch...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           crawl
-Version:        0.17.0
+Version:        0.17.1
 Release:        0
 Summary:        Roguelike dungeon exploration game
 License:        GPL-2.0+
@@ -26,24 +26,28 @@
 Url:            http://crawl.develz.org/
 Source0:        
https://crawl.develz.org/release/stone_soup-%{version}-nodeps.tar.xz
 Source1:        %{name}.desktop
+Patch:          %{name}-0.17.1-datetime.patch
 BuildRequires:  SDL2-devel
 BuildRequires:  SDL2_image-devel
 BuildRequires:  dejavu-fonts
 BuildRequires:  desktop-file-utils
+BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 BuildRequires:  lua51-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  sqlite-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
+BuildRequires:  sqlite-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glu)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  pwdutils
 Requires:       %{name}-data = %{version}
 
-%define about Crawl is a fun game in the grand tradition of games like Rogue, 
Hack, and Moria. Your objective is to travel deep into a subterranean cave 
complex and retrieve the Orb of Zot, which is guarded by many horrible and 
hideous creatures.
+%define about Crawl is a fun game in the grand tradition of games like Rogue, 
Hack, and Moria.\
+Your objective is to travel deep into a subterranean cave complex and retrieve 
the Orb of Zot, \
+which is guarded by many horrible and hideous creatures.
 
 %description
 %about
@@ -77,6 +81,7 @@
 
 %prep
 %setup -q -n stone_soup-%{version}
+%patch -p1
 
 %build
 cd source
@@ -115,6 +120,7 @@
 # documentation
 install -d %{buildroot}%{_docdir}/%{name}
 install -m 0644 docs/{arena,changelog,keybind,ssh_guide}.txt 
%{buildroot}%{_docdir}/%{name}
+chmod -x docs/develop/git/pre-commit 
 cp -a docs/develop docs/license %{buildroot}%{_docdir}/%{name}
 # those are needed ingame, therefore they move elsewhere
 install -d %{buildroot}%{_datadir}/%{name}/docs
@@ -127,7 +133,7 @@
 #touch %%{buildroot}%%{_sysconfdir}/%%{name}/crawlrc
 # icon and desktop file
 install -D -m 0644 source/dat/tiles/stone_soup_icon-32x32.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
-
+%fdupes %{buildroot}%{_datadir}/%{name}
 %suse_update_desktop_file -i %{name} Game RolePlaying
 
 %files sdl

++++++ crawl-0.17.1-datetime.patch ++++++
diff -ur stone_soup-0.17.1/source/version.cc 
stone_soup-0.17.1_fix/source/version.cc
--- stone_soup-0.17.1/source/version.cc 2015-10-08 00:37:59.000000000 +0200
+++ stone_soup-0.17.1_fix/source/version.cc     2016-01-02 22:01:46.344531538 
+0100
@@ -35,7 +35,7 @@
 #endif
 
 const char* compilation_info =
-    "Compiled with " COMPILER " on " __DATE__ " at " __TIME__ "\n"
+    "Compiled with " COMPILER " on openSUSE Build Service\n"
     "Build platform: " CRAWL_HOST "\n"
     "Platform: " CRAWL_ARCH "\n"
     "CFLAGS: " CRAWL_CFLAGS "\n"
++++++ stone_soup-0.17.0-nodeps.tar.xz -> stone_soup-0.17.1-nodeps.tar.xz ++++++
/work/SRC/openSUSE:Factory/crawl/stone_soup-0.17.0-nodeps.tar.xz 
/work/SRC/openSUSE:Factory/.crawl.new/stone_soup-0.17.1-nodeps.tar.xz differ: 
char 27, line 1


Reply via email to