commit go-Go-SDL for openSUSE:Factory

2015-03-23 Thread h_root
Hello community,

here is the log from the commit of package go-Go-SDL for openSUSE:Factory 
checked in at 2015-03-23 12:17:53

Comparing /work/SRC/openSUSE:Factory/go-Go-SDL (Old)
 and  /work/SRC/openSUSE:Factory/.go-Go-SDL.new (New)


Package is go-Go-SDL

Changes:

--- /work/SRC/openSUSE:Factory/go-Go-SDL/go-Go-SDL.changes  2013-08-13 
15:47:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-Go-SDL.new/go-Go-SDL.changes 2015-03-23 
12:17:57.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 20 14:09:53 UTC 2015 - i...@marguerite.su
+
+- update version 0.0.0+git20130921.a8c00af
+- remove go_disable_brp_strip_static_archive usage
+
+---

Old:

  Go-SDL-0.0.0+git20120202.tar.bz2

New:

  Go-SDL-0.0.0+git20130921.a8c00af.tar.xz
  _service



Other differences:
--
++ go-Go-SDL.spec ++
--- /var/tmp/diff_new_pack.H35YB3/_old  2015-03-23 12:17:58.0 +0100
+++ /var/tmp/diff_new_pack.H35YB3/_new  2015-03-23 12:17:58.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package go-Go-SDL
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c), 2011, Sascha Peilicke sasc...@gmx.de
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 Sascha Peilicke sasc...@gmx.de
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,21 @@
 #
 
 
-
 Name:   go-Go-SDL
-Version:0.0.0+git20120202
+Version:0.0.0+git20130921.a8c00af
 Release:0
 Summary:Go bindings for SDL
-Group:  Development/Languages/Other
 License:BSD-3-Clause
+Group:  Development/Languages/Other
 Url:https://github.com/banthar/Go-SDL
-Source0:Go-SDL-%{version}.tar.bz2
+Source:Go-SDL-%{version}.tar.xz
 Source1:LICENSE
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
-ExclusiveArch:  %ix86 x86_64 %arm
+BuildRequires: xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{go_provides}
+%{go_requires}
+%{go_recommends}
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
 BuildRequires:  SDL_image-devel
 BuildRequires:  SDL_mixer-devel
@@ -39,25 +41,14 @@
 BuildRequires:  libSDL_mixer-devel
 BuildRequires:  libSDL_ttf-devel
 %endif
-%if 0%{?suse_version} = 1100
-Recommends: go-Go-SDL-doc
-%endif
-%{go_provides}
-%{go_requires}
 
 %description
 SDL bindings for the Go Programming Language.
 
-%package doc
-Summary:API documenation
-Group:  Documentation/Other
-Requires:   %{name} = %{version}
-
-%description doc
-API, examples and documentation.
+%godoc_package
 
 %prep
-%setup -q -n Go-SDL
+%setup -q -n Go-SDL-%{version}
 cp %{SOURCE1} .
 mv doc/template.go ./template.go.example
 
@@ -68,19 +59,16 @@
 %gobuild sdl ttf gfx mixer 
 
 %install
-%{go_disable_brp_strip_static_archive}
-
 %goinstall
 %godoc
-#%%gotest github.com/banthar/Go-SDL
 
 %files
-%defattr(-,root,root,-)
-%doc LICENSE README TODO template.go.example
+%defattr(-,root,root)
+%doc LICENSE README.md TODO template.go.example
 %{go_contribdir}/*
 
 %files doc
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{go_contribsrcdir}/*
 
 %changelog

++ _service ++
services
  service name=tar_scm mode=localonly
param name=urlhttps://github.com/banthar/Go-SDL.git/param
param name=scmgit/param
param name=exclude.git/param
param name=versionformat0.0.0+git%cd.%h/param
param name=revisionmaster/param
  /service
  service name=recompress mode=localonly
param name=fileGo-SDL-*.tar/param
param name=compressionxz/param
  /service
  service name=set_version mode=localonly
param name=basenameGo-SDL/param
  /service
/services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit go-Go-SDL for openSUSE:Factory

2013-08-13 Thread h_root
Hello community,

here is the log from the commit of package go-Go-SDL for openSUSE:Factory 
checked in at 2013-08-13 15:47:31

Comparing /work/SRC/openSUSE:Factory/go-Go-SDL (Old)
 and  /work/SRC/openSUSE:Factory/.go-Go-SDL.new (New)


Package is go-Go-SDL

Changes:

--- /work/SRC/openSUSE:Factory/go-Go-SDL/go-Go-SDL.changes  2012-06-12 
07:08:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-Go-SDL.new/go-Go-SDL.changes 2013-08-13 
15:47:32.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  6 00:46:30 CEST 2013 - r...@suse.de
+
+- use ExclusiveArch to limit build to the same architectures as go 
+
+---



Other differences:
--
++ go-Go-SDL.spec ++
--- /var/tmp/diff_new_pack.bKgHnR/_old  2013-08-13 15:47:32.0 +0200
+++ /var/tmp/diff_new_pack.bKgHnR/_new  2013-08-13 15:47:32.0 +0200
@@ -29,6 +29,7 @@
 Source1:LICENSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+ExclusiveArch:  %ix86 x86_64 %arm
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
 BuildRequires:  SDL_image-devel
 BuildRequires:  SDL_mixer-devel
@@ -38,10 +39,11 @@
 BuildRequires:  libSDL_mixer-devel
 BuildRequires:  libSDL_ttf-devel
 %endif
+%if 0%{?suse_version} = 1100
 Recommends: go-Go-SDL-doc
+%endif
 %{go_provides}
 %{go_requires}
-%{go_disable_brp_strip_static_archive}
 
 %description
 SDL bindings for the Go Programming Language.
@@ -66,6 +68,8 @@
 %gobuild sdl ttf gfx mixer 
 
 %install
+%{go_disable_brp_strip_static_archive}
+
 %goinstall
 %godoc
 #%%gotest github.com/banthar/Go-SDL

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit go-Go-SDL for openSUSE:Factory

2012-06-11 Thread h_root
Hello community,

here is the log from the commit of package go-Go-SDL for openSUSE:Factory 
checked in at 2012-06-12 07:08:34

Comparing /work/SRC/openSUSE:Factory/go-Go-SDL (Old)
 and  /work/SRC/openSUSE:Factory/.go-Go-SDL.new (New)


Package is go-Go-SDL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go-Go-SDL/go-Go-SDL.changes  2012-03-08 
19:43:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-Go-SDL.new/go-Go-SDL.changes 2012-06-12 
07:08:37.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun 11 11:55:20 UTC 2012 - gra...@andtech.eu
+
+- Remove redundant patch from package and spec
+
+---
+Mon Jun 11 10:47:34 UTC 2012 - gra...@andtech.eu
+
+- Update spec file with new package path locations
+- Add documentation sub package
+
+---

Old:

  opensuse-fix-build.patch



Other differences:
--
++ go-Go-SDL.spec ++
--- /var/tmp/diff_new_pack.pbpmNC/_old  2012-06-12 07:08:38.0 +0200
+++ /var/tmp/diff_new_pack.pbpmNC/_new  2012-06-12 07:08:38.0 +0200
@@ -27,7 +27,6 @@
 Url:https://github.com/banthar/Go-SDL
 Source0:Go-SDL-%{version}.tar.bz2
 Source1:LICENSE
-Patch1: opensuse-fix-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -39,6 +38,7 @@
 BuildRequires:  libSDL_mixer-devel
 BuildRequires:  libSDL_ttf-devel
 %endif
+Recommends: go-Go-SDL-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -46,9 +46,16 @@
 %description
 SDL bindings for the Go Programming Language.
 
+%package doc
+Summary:API documenation
+Group:  Documentation/Other
+Requires:   %{name} = %{version}
+
+%description doc
+API, examples and documentation.
+
 %prep
 %setup -q -n Go-SDL
-%patch1 -p1
 cp %{SOURCE1} .
 mv doc/template.go ./template.go.example
 
@@ -56,15 +63,20 @@
 %goprep github.com/banthar/Go-SDL
 
 rm -rf Go-SDL/test
-%gobuild ...
+%gobuild sdl ttf gfx mixer 
 
 %install
 %goinstall
+%godoc
 #%%gotest github.com/banthar/Go-SDL
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README TODO template.go.example
-%{go_sitearch}/*
+%{go_contribdir}/*
+
+%files doc
+%defattr(-,root,root,-)
+%{go_contribsrcdir}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit go-Go-SDL for openSUSE:Factory

2012-03-08 Thread h_root
Hello community,

here is the log from the commit of package go-Go-SDL for openSUSE:Factory 
checked in at 2012-03-08 19:43:16

Comparing /work/SRC/openSUSE:Factory/go-Go-SDL (Old)
 and  /work/SRC/openSUSE:Factory/.go-Go-SDL.new (New)


Package is go-Go-SDL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go-Go-SDL/go-Go-SDL.changes  2012-02-14 
11:24:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-Go-SDL.new/go-Go-SDL.changes 2012-03-08 
19:43:28.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 21:33:45 UTC 2012 - gra...@andtech.eu
+
+- update spec foew new go rpm macros
+
+---



Other differences:
--
++ go-Go-SDL.spec ++
--- /var/tmp/diff_new_pack.SYiGcS/_old  2012-03-08 19:43:30.0 +0100
+++ /var/tmp/diff_new_pack.SYiGcS/_new  2012-03-08 19:43:30.0 +0100
@@ -53,13 +53,14 @@
 mv doc/template.go ./template.go.example
 
 %build
+%goprep github.com/banthar/Go-SDL
 
-%install
-rm -rf test
-%goinstall github.com/banthar/Go-SDL ...
+rm -rf Go-SDL/test
+%gobuild ...
 
-%check
-%gotest github.com/banthar/Go-SDL ...
+%install
+%goinstall
+#%%gotest github.com/banthar/Go-SDL
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit go-Go-SDL for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package go-Go-SDL for openSUSE:Factory 
checked in at 2012-02-14 11:24:34

Comparing /work/SRC/openSUSE:Factory/go-Go-SDL (Old)
 and  /work/SRC/openSUSE:Factory/.go-Go-SDL.new (New)


Package is go-Go-SDL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go-Go-SDL/go-Go-SDL.changes  2012-01-19 
09:42:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-Go-SDL.new/go-Go-SDL.changes 2012-02-14 
11:24:36.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 14:31:15 UTC 2012 - gra...@andtech.eu
+
+- Patch to build with new build tool
+
+---

Old:

  Go-SDL-0.0.0+git20111219.tar.bz2

New:

  Go-SDL-0.0.0+git20120202.tar.bz2
  opensuse-fix-build.patch



Other differences:
--
++ go-Go-SDL.spec ++
--- /var/tmp/diff_new_pack.ookOf4/_old  2012-02-14 11:24:38.0 +0100
+++ /var/tmp/diff_new_pack.ookOf4/_new  2012-02-14 11:24:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-Go-SDL
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c), 2011, Sascha Peilicke sasc...@gmx.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   go-Go-SDL
-Version:0.0.0+git20111219
+Version:0.0.0+git20120202
 Release:0
 Summary:Go bindings for SDL
 Group:  Development/Languages/Other
@@ -27,6 +27,7 @@
 Url:https://github.com/banthar/Go-SDL
 Source0:Go-SDL-%{version}.tar.bz2
 Source1:LICENSE
+Patch1: opensuse-fix-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -47,19 +48,22 @@
 
 %prep
 %setup -q -n Go-SDL
+%patch1 -p1
 cp %{SOURCE1} .
+mv doc/template.go ./template.go.example
 
 %build
 
 %install
-%{go_make_install}
+rm -rf test
+%goinstall github.com/banthar/Go-SDL ...
 
 %check
-%{go_make_test}
+%gotest github.com/banthar/Go-SDL ...
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README TODO doc/template.go
+%doc LICENSE README TODO template.go.example
 %{go_sitearch}/*
 
 %changelog

++ Go-SDL-0.0.0+git20111219.tar.bz2 - Go-SDL-0.0.0+git20120202.tar.bz2 
++
/work/SRC/openSUSE:Factory/go-Go-SDL/Go-SDL-0.0.0+git20111219.tar.bz2 
/work/SRC/openSUSE:Factory/.go-Go-SDL.new/Go-SDL-0.0.0+git20120202.tar.bz2 
differ: char 11, line 1

++ opensuse-fix-build.patch ++
 1520 lines (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit go-Go-SDL for openSUSE:Factory

2012-01-19 Thread h_root
Hello community,

here is the log from the commit of package go-Go-SDL for openSUSE:Factory 
checked in at 2012-01-19 09:42:06

Comparing /work/SRC/openSUSE:Factory/go-Go-SDL (Old)
 and  /work/SRC/openSUSE:Factory/.go-Go-SDL.new (New)


Package is go-Go-SDL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go-Go-SDL/go-Go-SDL.changes  2011-10-27 
19:16:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-Go-SDL.new/go-Go-SDL.changes 2012-01-19 
09:42:08.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 30 08:12:51 UTC 2011 - gra...@andtech.eu
+
+- Update to 18.12.2011 git version
+- image.Image to *sdl.Surface conversion
+- Misc gofix/updates to follow spec/language changes
+
+---

Old:

  Go-SDL-0.0.0+git20110624.tar.bz2
  Go-SDL-uint-count.patch

New:

  Go-SDL-0.0.0+git20111219.tar.bz2



Other differences:
--
++ go-Go-SDL.spec ++
--- /var/tmp/diff_new_pack.fSFTLj/_old  2012-01-19 09:42:09.0 +0100
+++ /var/tmp/diff_new_pack.fSFTLj/_new  2012-01-19 09:42:09.0 +0100
@@ -1,4 +1,7 @@
 #
+# spec file for package go-Go-SDL
+#
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c), 2011, Sascha Peilicke sasc...@gmx.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -10,16 +13,20 @@
 # 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-Go-SDL
-Version:0.0.0+git20110624
+Version:0.0.0+git20111219
 Release:0
 Summary:Go bindings for SDL
 Group:  Development/Languages/Other
 License:BSD-3-Clause
-URL:https://github.com/banthar/Go-SDL
+Url:https://github.com/banthar/Go-SDL
 Source0:Go-SDL-%{version}.tar.bz2
 Source1:LICENSE
-Patch0: Go-SDL-uint-count.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -40,10 +47,10 @@
 
 %prep
 %setup -q -n Go-SDL
-%patch0 -p1
 cp %{SOURCE1} .
 
 %build
+
 %install
 %{go_make_install}
 

++ Go-SDL-0.0.0+git20110624.tar.bz2 - Go-SDL-0.0.0+git20111219.tar.bz2 
++
/work/SRC/openSUSE:Factory/go-Go-SDL/Go-SDL-0.0.0+git20110624.tar.bz2 
/work/SRC/openSUSE:Factory/.go-Go-SDL.new/Go-SDL-0.0.0+git20111219.tar.bz2 
differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org