Hello community,
here is the log from the commit of package golang-github-bmizerany-assert for
openSUSE:Factory checked in at 2015-07-24 09:58:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-bmizerany-assert (Old)
and /work/SRC/openSUSE:Factory/.golang-github-bmizerany-assert.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-bmizerany-assert"
Changes:
--------
New Changes file:
--- /dev/null 2015-07-22 21:25:44.928025004 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-bmizerany-assert.new/golang-github-bmizerany-assert.changes
2015-07-24 09:58:18.000000000 +0200
@@ -0,0 +1,50 @@
+-------------------------------------------------------------------
+Sun Jul 12 09:58:32 UTC 2015 - [email protected]
+
+- rename to golang-github-bmizerany-assert
+- updaate version 0.0.0+git20120716.e17e998
+- use golang-packaging for packaging
+
+-------------------------------------------------------------------
+Tue Aug 13 10:12:57 UTC 2013 - [email protected]
+
+- Update to version 0.0.0+git20120716.e17e998:
+ + pretty-printuse goinstall-friendly make target
+ + show diffs when equality test fails
+ + fix example
+ + remove Makefiles
+ + github.com/kr/pretty.go has been renamed to github.com/kr/pretty
+ + update README
+ + update output on README
+- Add _service file
+
+-------------------------------------------------------------------
+Tue Aug 13 07:56:04 UTC 2013 - [email protected]
+
+- Use %go_exclusivearch macro
+
+-------------------------------------------------------------------
+Tue Apr 3 22:48:51 UTC 2012 - [email protected]
+
+- Update project to use pretty instead of pretty.go for Go 1
+
+-------------------------------------------------------------------
+Thu Mar 8 05:29:40 UTC 2012 - [email protected]
+
+- update to use new go rpm macros, tweak specfile
+
+-------------------------------------------------------------------
+Wed Jun 8 15:13:37 UTC 2011 - [email protected]
+
+- Use new %go_disable_brp_strip_static_archive macro
+
+-------------------------------------------------------------------
+Sun May 22 12:21:09 UTC 2011 - [email protected]
+
+- Disable tests on Mandriva
+
+-------------------------------------------------------------------
+Sat May 21 14:26:10 UTC 2011 - [email protected]
+
+- Initial version
+
New:
----
_service
assert-0.0.0+git20120716.e17e998.tar.xz
golang-github-bmizerany-assert.changes
golang-github-bmizerany-assert.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-bmizerany-assert.spec ++++++
#
# spec file for package golang-github-bmizerany-assert
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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: golang-github-bmizerany-assert
Version: 0.0.0+git20120716.e17e998
Release: 0
Summary: Asserts to Go testing
License: MIT
Group: Development/Languages/Other
Url: https://github.com/bmizerany/assert
Source: assert-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: golang-packaging
BuildRequires: golang(github.com/kr/pretty)
BuildRequires: xz
Provides: go-assert = %{version}
Obsoletes: go-assert < %{version}
%{go_provides}
%description
Assertions for Go tests.
%gosrc_package
%prep
%setup -q -n assert-%{version}
rm example/point_test.go
%build
%goprep github.com/bmizerany/assert
%gobuild
%install
%goinstall
%gosrc
%check
%gotest github.com/bmizerany/assert
%files
%defattr(-,root,root,-)
%doc README.md example
%{go_contribdir}/*
%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*
%changelog
++++++ _service ++++++
<services>
<service name="tar_scm" mode="localonly">
<param name="url">https://github.com/bmizerany/assert.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">assert-*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly">
<param name="basename">assert</param>
</service>
</services>