Hello community, here is the log from the commit of package go-goauth2 for openSUSE:Factory checked in at 2014-09-17 17:27:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-goauth2 (Old) and /work/SRC/openSUSE:Factory/.go-goauth2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-goauth2" Changes: -------- --- /work/SRC/openSUSE:Factory/go-goauth2/go-goauth2.changes 2013-08-23 11:07:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes 2014-09-17 17:27:48.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 17 08:53:20 UTC 2014 - [email protected] + +- update version 0.0.0+hg20140828.80.afe77d958c70 +- drop patch: opensuse-build-fix.patch + +------------------------------------------------------------------- Old: ---- goauth2-0.0.0+hg20111205.tar.bz2 opensuse-build-fix.patch New: ---- _service goauth2-0.0.0+hg20140828.80.afe77d958c70.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-goauth2.spec ++++++ --- /var/tmp/diff_new_pack.gyQdGZ/_old 2014-09-17 17:27:50.000000000 +0200 +++ /var/tmp/diff_new_pack.gyQdGZ/_new 2014-09-17 17:27:50.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package go-goauth2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Sascha Peilicke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -17,40 +17,27 @@ # - Name: go-goauth2 -Version: 0.0.0+hg20111205 +Version: 0.0.0+hg20140828.80.afe77d958c70 Release: 0 Summary: OAuth 2.0 for Go clients License: MIT Group: Development/Languages/Other Url: http://code.google.com/p/goauth2/ -Source0: goauth2-%{version}.tar.bz2 -Patch0: opensuse-build-fix.patch +Source: goauth2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: go-devel -%if 0%{?suse_version} >= 1100 -Recommends: go-goauth2-doc -%endif -%{go_disable_brp_strip_static_archive} -%{go_exclusivearch} -%{go_provides} %{go_requires} +%{go_provides} +%{go_recommends} %description An OAuth 2.0 library 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 goauth2 -%patch0 -p1 +%setup -q -n goauth2-%{version} %build %goprep code.google.com/p/goauth2 @@ -60,9 +47,12 @@ %goinstall %godoc +%check +%gotest code.google.com/p/goauth2 + %files %defattr(-,root,root,-) -%doc AUTHORS CONTRIBUTORS LICENSE oauth/example +%doc AUTHORS CONTRIBUTORS LICENSE %{go_contribdir}/* %files doc ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://code.google.com/p/goauth2/</param> <param name="scm">hg</param> <param name="exclude">.hg</param> <param name="versionformat">0.0.0+hg{date(date, \"%Y%m%d\")}.{rev}.{node|short}</param> <param name="revision">tip</param> </service> <service name="recompress" mode="disabled"> <param name="file">goauth2-*.tar</param> <param name="compression">bz2</param> </service> <service name="set_version" mode="disabled"> <param name="basename">goauth2</param> </service> </services> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
