Hello community,

here is the log from the commit of package go-oauth2 for openSUSE:Factory 
checked in at 2015-03-29 20:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-oauth2 (Old)
 and      /work/SRC/openSUSE:Factory/.go-oauth2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-oauth2"

Changes:
--------
New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.go-oauth2.new/go-oauth2.changes 2015-03-29 
20:18:06.000000000 +0200
@@ -0,0 +1,76 @@
+-------------------------------------------------------------------
+Wed Mar 25 08:52:11 UTC 2015 - i...@marguerite.su
+
+- update license: BSD-3-Clause
+
+-------------------------------------------------------------------
+Sun Mar 22 10:48:39 UTC 2015 - i...@marguerite.su
+
+- update version 0.0.0+git20150321.ca8a464
+- source URL changed to github.com/golang/oauth2
+- import path changed to golang.org/x/oauth2
+
+-------------------------------------------------------------------
+Wed Sep 17 08:53:20 UTC 2014 - i...@marguerite.su
+
+- update version 0.0.0+hg20140828.80.afe77d958c70
+- drop patch: opensuse-build-fix.patch
+
+-------------------------------------------------------------------
+Tue Aug 13 08:16:43 UTC 2013 - speili...@suse.com
+
+- Use %{go_exclusivearch} macro
+
+-------------------------------------------------------------------
+Tue Aug  6 00:47:05 CEST 2013 - r...@suse.de
+
+- use ExclusiveArch to limit build to the same architectures as go
+
+-------------------------------------------------------------------
+Mon Jun 11 10:29:33 UTC 2012 - gra...@andtech.eu
+
+- Update spec file with new package location
+- Add documentation sub package
+
+-------------------------------------------------------------------
+Wed Mar  7 20:23:00 UTC 2012 - gra...@andtech.eu
+
+- Update spec file for latest Go rpm macro changes
+
+-------------------------------------------------------------------
+Fri Feb  3 05:52:59 UTC 2012 - gra...@andtech.eu
+
+- gofixes for latest
+
+-------------------------------------------------------------------
+Tue Dec 13 15:31:07 UTC 2011 - sasc...@suse.de
+
+- Adjust to Go weekly.2011-12-02 release changes
+
+-------------------------------------------------------------------
+Thu Oct  6 14:11:22 UTC 2011 - gra...@andtech.eu
+
+- Update to hg 13.08.2011
+ - refresh token before attempting HTTP request
+
+-------------------------------------------------------------------
+Fri Jun 17 08:28:51 UTC 2011 - sasc...@gmx.de
+
+- Update to 17/06/2011 mercurial version
+  * Update to lastest Go http changes
+
+-------------------------------------------------------------------
+Wed Jun  8 15:19:43 UTC 2011 - sasc...@suse.de
+
+- Use new %go_disable_brp_strip_static_archive macro
+
+-------------------------------------------------------------------
+Sat May 21 13:05:02 UTC 2011 - sasc...@gmx.de
+
+- Disable brp-strip-static-archive on Fedora, RHEL and CentOS
+
+-------------------------------------------------------------------
+Sat May 21 12:53:06 UTC 2011 - sasc...@gmx.de
+
+- Initial version
+

New:
----
  _service
  go-oauth2.changes
  go-oauth2.spec
  oauth2-0.0.0+git20150321.ca8a464.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go-oauth2.spec ++++++
#
# spec file for package go-oauth2
#
# Copyright (c) 2014 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
# 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:           go-oauth2
Version:        0.0.0+git20150321.ca8a464
Release:        0
Summary:        OAuth 2.0 for Go clients
License:        BSD-3-Clause
Group:          Development/Languages/Other
Url:            https://github.com/golang/oauth2
Source:         oauth2-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
BuildRequires:  go-net
BuildRequires:  go-gocloud
BuildRequires:  xz
Requires:       go-net
Requires:       go-gocloud
%{go_requires}
%{go_provides}
%{go_recommends}

%description
An OAuth 2.0 library for the Go programming language.

%godoc_package

%prep
%setup -q -n oauth2-%{version}

%build
%goprep golang.org/x/oauth2
%gobuild ...

%install
%goinstall
%godoc

%files
%defattr(-,root,root,-)
%doc AUTHORS CONTRIBUTORS LICENSE
%{go_contribdir}/*

%files doc
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="localonly">
    <param name="url">https://github.com/golang/oauth2.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">oauth2-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="localonly">
    <param name="basename">oauth2</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