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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.go-Go-SDL.new/go-Go-SDL.changes 2015-03-23 
12:17:57.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.H35YB3/_new  2015-03-23 12:17:58.000000000 +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="url">https://github.com/banthar/Go-SDL.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0.0.0+git%cd.%h</param>
    <param name="revision">master</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">Go-SDL-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="localonly">
    <param name="basename">Go-SDL</param>
  </service>
</services>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to