Hello community, here is the log from the commit of package go-gocurse for openSUSE:Factory checked in at 2011-11-25 11:11:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-gocurse (Old) and /work/SRC/openSUSE:Factory/.go-gocurse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-gocurse", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/go-gocurse/go-gocurse.changes 2011-10-27 12:16:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.go-gocurse.new/go-gocurse.changes 2011-11-25 10:12:22.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 22 11:14:49 UTC 2011 - [email protected] + +- Link against tinfo + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-gocurse.spec ++++++ --- /var/tmp/diff_new_pack.UdlwKY/_old 2011-11-25 10:12:23.000000000 +0100 +++ /var/tmp/diff_new_pack.UdlwKY/_new 2011-11-25 10:12:23.000000000 +0100 @@ -1,5 +1,8 @@ # -# Copyright (c), 2011, Sascha Peilicke <[email protected]> +# spec file for package go-gocurse +# +# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -10,13 +13,18 @@ # 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: go-gocurse Version: 0.0.0+git20110522 Release: 0 Summary: Go bindings for NCurses Group: Development/Languages/Other License: BSD -URL: https://github.com/jabb/gocurse +Url: https://github.com/jabb/gocurse Source0: gocurse-%{version}.tar.bz2 Patch0: gocurse-makefile-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,13 +42,11 @@ %patch0 -p1 %build + %install chmod 644 sample.go %{go_make_install} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc README sample.go ++++++ gocurse-0.0.0+git20110522.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gocurse/Makefile new/gocurse/Makefile --- old/gocurse/Makefile 2011-05-22 14:05:28.000000000 +0200 +++ new/gocurse/Makefile 2011-11-22 12:03:47.000000000 +0100 @@ -11,7 +11,7 @@ GOFILES=curses_defs.go CGOFILES=curses.go -CGO_LDFLAGS=-lncurses +CGO_LDFLAGS=-lncurses -ltinfo # To add flags necessary for locating the library or its include files, # set CGO_CFLAGS or CGO_LDFLAGS. For example, to use an -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
