commit go-gocheck for openSUSE:Factory

2015-03-23 Thread h_root
Hello community,

here is the log from the commit of package go-gocheck for openSUSE:Factory 
checked in at 2015-03-23 12:18:28

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


Package is go-gocheck

Changes:

--- /work/SRC/openSUSE:Factory/go-gocheck/go-gocheck.changes2013-08-23 
11:07:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-gocheck.new/go-gocheck.changes   
2015-03-23 12:18:30.0 +0100
@@ -1,0 +2,13 @@
+Sat Mar 21 05:48:11 UTC 2015 - i...@marguerite.su
+
+- rename to go-gocheck
+- remove go_disable_brp_strip_static_archive usage
+- update version 0.0.0+git20140401.1632973
+
+---
+Sun Sep  7 01:07:59 UTC 2014 - i...@marguerite.su
+
+- update version 2014.08.27 from github
+  * see upstream git commits
+
+---

Old:

  gocheck-2012.07.24.tar.bz2

New:

  _service
  check-0.0.0+git20140401.1632973.tar.xz



Other differences:
--
++ go-gocheck.spec ++
--- /var/tmp/diff_new_pack.EaAYd6/_old  2015-03-23 12:18:31.0 +0100
+++ /var/tmp/diff_new_pack.EaAYd6/_new  2015-03-23 12:18:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-gocheck
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -18,23 +18,21 @@
 
 
 Name:   go-gocheck
-Version:2012.07.24
+Version:0.0.0+git20140401.1632973
 Release:0
 Summary:Rich testing framework for the Go language
 License:BSD-3-Clause
 Group:  Development/Languages/Other
-Url:http://labix.org/gocheck
-Source: gocheck-%{version}.tar.bz2
-%define go_import launchpad.net/gocheck
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://github.com/go-check/check
+Source: check-%{version}.tar.xz
 BuildRequires:  go-devel
-%if 0%{?suse_version} = 1100
-Recommends: go-gocheck-doc
-%endif
-%{go_disable_brp_strip_static_archive}
-%{go_exclusivearch}
+BuildRequires:  xz
+Provides:   go-go-check = %{version}
+Obsoletes:  go-go-check  %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{go_provides}
 %{go_requires}
+%{go_recommends}
 
 %description
 The Go language provides an internal testing library, named testing, which is
@@ -59,19 +57,13 @@
  - Verbosity flag which disables output caching
  - Fully tested (yes, it manages to test itself reliably! :-)
 
-%package doc
-Summary:API documenation
-Group:  Documentation/Other
-Requires:   %{name} = %{version}
-
-%description doc
-API, examples and documentation.
+%godoc_package
 
 %prep
-%setup -q -n gocheck
+%setup -q -n check-%{version}
 
 %build
-%goprep  launchpad.net/gocheck
+%goprep gopkg.in/check.v1
 %gobuild
 
 %install

++ _service ++
services
  service name=tar_scm mode=disabled
param name=urlhttps://github.com/go-check/check.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=disabled
param name=filecheck-*.tar/param
param name=compressionxz/param
  /service
  service name=set_version mode=disabled
param name=basenamecheck/param
  /service
/services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit go-gocheck for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package go-gocheck for openSUSE:Factory 
checked in at 2013-08-23 11:07:12

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


Package is go-gocheck

Changes:

--- /work/SRC/openSUSE:Factory/go-gocheck/go-gocheck.changes2013-08-13 
15:47:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-gocheck.new/go-gocheck.changes   
2013-08-23 11:07:13.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 13 08:19:15 UTC 2013 - speili...@suse.com
+
+- Use %{go_exclusivearch} macro
+
+---



Other differences:
--
++ go-gocheck.spec ++
--- /var/tmp/diff_new_pack.PVodng/_old  2013-08-23 11:07:13.0 +0200
+++ /var/tmp/diff_new_pack.PVodng/_new  2013-08-23 11:07:13.0 +0200
@@ -28,10 +28,11 @@
 %define go_import launchpad.net/gocheck
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
-ExclusiveArch:  %ix86 x86_64 %arm
 %if 0%{?suse_version} = 1100
 Recommends: go-gocheck-doc
 %endif
+%{go_disable_brp_strip_static_archive}
+%{go_exclusivearch}
 %{go_provides}
 %{go_requires}
 
@@ -74,12 +75,8 @@
 %gobuild
 
 %install
-%{go_disable_brp_strip_static_archive}
-
 %goinstall
 %godoc
-%go_disable_brp_strip_static_archive
-%check
 
 %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-gocheck for openSUSE:Factory

2013-08-13 Thread h_root
Hello community,

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

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


Package is go-gocheck

Changes:

--- /work/SRC/openSUSE:Factory/go-gocheck/go-gocheck.changes2012-09-14 
12:23:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-gocheck.new/go-gocheck.changes   
2013-08-13 15:47:20.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  6 00:47:07 CEST 2013 - r...@suse.de
+
+- use ExclusiveArch to limit build to the same architectures as go 
+
+---



Other differences:
--
++ go-gocheck.spec ++
--- /var/tmp/diff_new_pack.ctiQf5/_old  2013-08-13 15:47:20.0 +0200
+++ /var/tmp/diff_new_pack.ctiQf5/_new  2013-08-13 15:47:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package go-gocheck
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -28,6 +28,7 @@
 %define go_import launchpad.net/gocheck
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+ExclusiveArch:  %ix86 x86_64 %arm
 %if 0%{?suse_version} = 1100
 Recommends: go-gocheck-doc
 %endif

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



commit go-gocheck for openSUSE:Factory

2012-06-11 Thread h_root
Hello community,

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

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


Package is go-gocheck, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go-gocheck/go-gocheck.changes2012-03-11 
20:03:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-gocheck.new/go-gocheck.changes   
2012-06-12 07:08:14.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 10:32:25 UTC 2012 - gra...@andtech.eu
+
+- Update spec for new package locations
+- Add documentation sub package
+
+---



Other differences:
--
++ go-gocheck.spec ++
--- /var/tmp/diff_new_pack.TwRk8f/_old  2012-06-12 07:08:16.0 +0200
+++ /var/tmp/diff_new_pack.TwRk8f/_new  2012-06-12 07:08:16.0 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package go-gocheck
 #
+# 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
@@ -16,18 +17,18 @@
 #
 
 
-
 Name:   go-gocheck
 Version:0.0.0+bzr20120304
 Release:0
 Summary:Rich testing framework for the Go language
-Group:  Development/Languages/Other
 License:BSD-3-Clause
-URL:http://labix.org/gocheck
+Group:  Development/Languages/Other
+Url:http://labix.org/gocheck
 Source: gocheck-%{version}.tar.bz2
 %define go_import launchpad.net/gocheck
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+Recommends: go-gocheck-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -54,6 +55,14 @@
  - Verbosity flag which disables output caching
  - Fully tested (yes, it manages to test itself reliably! :-)
 
+%package doc
+Summary:API documenation
+Group:  Documentation/Other
+Requires:   %{name} = %{version}
+
+%description doc
+API, examples and documentation.
+
 %prep
 %setup -q -n gocheck
 
@@ -63,13 +72,17 @@
 
 %install
 %goinstall
+%godoc
 %gotest launchpad.net/gocheck
 %check
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE TODO
-%{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