Hello community,

here is the log from the commit of package crawl for openSUSE:Factory checked 
in at 2011-11-25 11:11:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crawl (Old)
 and      /work/SRC/openSUSE:Factory/.crawl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crawl", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/crawl/crawl.changes      2011-09-23 
01:54:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.crawl.new/crawl.changes 2011-11-25 
10:12:16.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 14:06:19 UTC 2011 - [email protected]
+
+- Set license to SDPX style (GPL-2.0+)
+- Add crawl-ncurses-with-tinfo.patch to link against tinfo
+
+-------------------------------------------------------------------

New:
----
  crawl-ncurses-with-tinfo.patch

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

Other differences:
------------------
++++++ crawl.spec ++++++
--- /var/tmp/diff_new_pack.ZSnRSc/_old  2011-11-25 10:12:17.000000000 +0100
+++ /var/tmp/diff_new_pack.ZSnRSc/_new  2011-11-25 10:12:17.000000000 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package crawl
 #
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sascha Peilicke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,15 +13,21 @@
 # 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:           crawl
 Version:        0.9.1
 Release:        0
-License:        GPLv2+
+License:        GPL-2.0+
 Summary:        Roguelike dungeon exploration game
 Url:            http://crawl.develz.org/
 Group:          Amusements/Games/RPG
 Source0:        stone_soup-%{version}.tar.bz2
 Source1:        %{name}.desktop
+Patch0:         %{name}-ncurses-with-tinfo.patch
 BuildRequires:  SDL_image-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  freetype2-devel
@@ -80,6 +87,7 @@
 
 %prep
 %setup -q -n stone_soup-%{version}
+%patch0 -p1
 
 %build
 cd source
@@ -126,6 +134,7 @@
 %endif
 
 %if 0%{?mandriva_version} > 2006
+
 %post
 %update_menus
 
@@ -149,7 +158,7 @@
 
 %files data
 %defattr (-,root,root)
-%{_docdir}/%{name}/
-%{_datadir}/%{name}/
+%{_docdir}/%{name}
+%{_datadir}/%{name}
 
 %changelog

++++++ crawl-ncurses-with-tinfo.patch ++++++
diff -ur a/source/makefile b/source/makefile
--- a/source/makefile   2011-08-12 20:37:59.000000000 +0200
+++ b/source/makefile   2011-11-22 13:07:56.834538964 +0100
@@ -763,7 +763,7 @@
 INCLUDES_L += -I$(NC_INCLUDE)
 
 ifndef TILES
-LIBS += -L$(NC_PREFIX)/lib -l$(NC_LIB)
+LIBS += -L$(NC_PREFIX)/lib -l$(NC_LIB) -ltinfo
 endif
 
 endif
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to