commit go-goauth2 for openSUSE:Factory

2014-09-17 Thread h_root
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.changes2013-08-23 
11:07:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes   
2014-09-17 17:27:48.0 +0200
@@ -1,0 +2,6 @@
+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
+
+---

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.0 +0200
+++ /var/tmp/diff_new_pack.gyQdGZ/_new  2014-09-17 17:27:50.0 +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 
 #
 # 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 ++

  
https://code.google.com/p/goauth2/
hg
.hg
0.0.0+hg{date(date, 
\"%Y%m%d\")}.{rev}.{node|short}
tip
  
  
goauth2-*.tar
bz2
  
  
goauth2
  

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



commit go-goauth2 for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

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

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.changes2013-08-13 
15:47:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes   
2013-08-23 11:07:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 13 08:16:43 UTC 2013 - speili...@suse.com
+
+- Use %{go_exclusivearch} macro
+
+---



Other differences:
--
++ go-goauth2.spec ++
--- /var/tmp/diff_new_pack.DeWHFF/_old  2013-08-23 11:07:11.0 +0200
+++ /var/tmp/diff_new_pack.DeWHFF/_new  2013-08-23 11:07:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package go-goauth2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sascha Peilicke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,10 +29,11 @@
 Patch0: opensuse-build-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
-ExclusiveArch:  %ix86 x86_64 %arm
 %if 0%{?suse_version} >= 1100
 Recommends: go-goauth2-doc
 %endif
+%{go_disable_brp_strip_static_archive}
+%{go_exclusivearch}
 %{go_provides}
 %{go_requires}
 
@@ -56,8 +57,6 @@
 %gobuild  oauth
 
 %install
-%{go_disable_brp_strip_static_archive}
-
 %goinstall
 %godoc
 

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



commit go-goauth2 for openSUSE:Factory

2013-08-13 Thread h_root
Hello community,

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

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.changes2012-06-12 
07:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes   
2013-08-13 15:47:30.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  6 00:47:05 CEST 2013 - r...@suse.de
+
+- use ExclusiveArch to limit build to the same architectures as go
+
+---



Other differences:
--
++ go-goauth2.spec ++
--- /var/tmp/diff_new_pack.myBzJ2/_old  2013-08-13 15:47:30.0 +0200
+++ /var/tmp/diff_new_pack.myBzJ2/_new  2013-08-13 15:47:30.0 +0200
@@ -29,10 +29,12 @@
 Patch0: opensuse-build-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+ExclusiveArch:  %ix86 x86_64 %arm
+%if 0%{?suse_version} >= 1100
 Recommends: go-goauth2-doc
+%endif
 %{go_provides}
 %{go_requires}
-%{go_disable_brp_strip_static_archive}
 
 %description
 An OAuth 2.0 library for the Go programming language.
@@ -54,6 +56,8 @@
 %gobuild  oauth
 
 %install
+%{go_disable_brp_strip_static_archive}
+
 %goinstall
 %godoc
 

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



commit go-goauth2 for openSUSE:Factory

2012-06-11 Thread h_root
Hello community,

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

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


Package is "go-goauth2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/go-goauth2/go-goauth2.changes2012-03-16 
13:15:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes   
2012-06-12 07:07:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 10:29:33 UTC 2012 - gra...@andtech.eu
+
+- Update spec file with new package location
+- Add documentation sub package
+
+---



Other differences:
--
++ go-goauth2.spec ++
--- /var/tmp/diff_new_pack.ZZPSFx/_old  2012-06-12 07:07:59.0 +0200
+++ /var/tmp/diff_new_pack.ZZPSFx/_new  2012-06-12 07:07:59.0 +0200
@@ -29,6 +29,7 @@
 Patch0: opensuse-build-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+Recommends: go-goauth2-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -36,6 +37,14 @@
 %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.
+
 %prep
 %setup -q -n goauth2
 %patch0 -p1
@@ -46,10 +55,15 @@
 
 %install
 %goinstall
+%godoc
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS CONTRIBUTORS LICENSE oauth/example
-%{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



commit go-goauth2 for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package go-goauth2 for openSUSE:Factory 
checked in at 2012-03-16 13:15:35

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


Package is "go-goauth2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/go-goauth2/go-goauth2.changes2012-02-14 
11:24:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes   
2012-03-16 13:15:38.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 20:23:00 UTC 2012 - gra...@andtech.eu
+
+- Update spec file for latest Go rpm macro changes
+
+---



Other differences:
--
++ go-goauth2.spec ++
--- /var/tmp/diff_new_pack.cIdz0H/_old  2012-03-16 13:15:39.0 +0100
+++ /var/tmp/diff_new_pack.cIdz0H/_new  2012-03-16 13:15:39.0 +0100
@@ -41,9 +41,11 @@
 %patch0 -p1
 
 %build
+%goprep code.google.com/p/goauth2
+%gobuild  oauth
 
 %install
-%goinstall code.google.com/p/goauth2 oauth
+%goinstall
 
 %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-goauth2 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package go-goauth2 for openSUSE:Factory 
checked in at 2012-02-14 11:24:16

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


Package is "go-goauth2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/go-goauth2/go-goauth2.changes2012-01-19 
09:41:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes   
2012-02-14 11:24:18.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb  3 05:52:59 UTC 2012 - gra...@andtech.eu
+
+- gofixes for latest
+
+---

Old:

  goauth2-weekly-fixes.patch

New:

  opensuse-build-fix.patch



Other differences:
--
++ go-goauth2.spec ++
--- /var/tmp/diff_new_pack.Htyu2X/_old  2012-02-14 11:24:20.0 +0100
+++ /var/tmp/diff_new_pack.Htyu2X/_new  2012-02-14 11:24:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-goauth2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sascha Peilicke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,6 +17,7 @@
 #
 
 
+
 Name:   go-goauth2
 Version:0.0.0+hg20111205
 Release:0
@@ -25,7 +26,7 @@
 Group:  Development/Languages/Other
 Url:http://code.google.com/p/goauth2/
 Source0:goauth2-%{version}.tar.bz2
-Patch0: goauth2-weekly-fixes.patch
+Patch0: opensuse-build-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
 %{go_provides}
@@ -42,7 +43,7 @@
 %build
 
 %install
-cd oauth && %{go_make_install}
+%goinstall code.google.com/p/goauth2 oauth
 
 %files
 %defattr(-,root,root,-)

++ goauth2-0.0.0+hg20111205.tar.bz2 ++

++ opensuse-build-fix.patch ++
diff --git a/oauth/example/buzz.go b/oauth/example/buzz.go
index c46206b..8676807 100644
--- a/oauth/example/buzz.go
+++ b/oauth/example/buzz.go
@@ -11,8 +11,7 @@ import (
"io"
"log"
"os"
-
-   "goauth2.googlecode.com/hg/oauth"
+   "code.google.com/p/goauth2/oauth"
 )
 
 var (
diff --git a/oauth/oauth.go b/oauth/oauth.go
index 9e2d575..d82a0e3 100644
--- a/oauth/oauth.go
+++ b/oauth/oauth.go
@@ -40,11 +40,11 @@ package oauth
 // TODO(adg): A means of automatically saving credentials when updated.
 
 import (
-   "http"
-   "json"
-   "os"
+   "encoding/json"
+   "errors"
+   "net/http"
+   "net/url"
"time"
-   "url"
 )
 
 // Config is the configuration of an OAuth consumer.
@@ -81,7 +81,7 @@ func (t *Token) Expired() bool {
if t.TokenExpiry == 0 {
return false
}
-   return t.TokenExpiry <= time.Seconds()
+   return t.TokenExpiry <= time.Now().Unix()
 }
 
 // Transport implements http.RoundTripper. When configured with a valid
@@ -121,7 +121,7 @@ func (t *Transport) transport() http.RoundTripper {
 func (c *Config) AuthCodeURL(state string) string {
url_, err := url.Parse(c.AuthURL)
if err != nil {
-   panic("AuthURL malformed: " + err.String())
+   panic("AuthURL malformed: " + err.Error())
}
q := url.Values{
"response_type": {"code"},
@@ -139,9 +139,9 @@ func (c *Config) AuthCodeURL(state string) string {
 }
 
 // Exchange takes a code and gets access Token from the remote server.
-func (t *Transport) Exchange(code string) (tok *Token, err os.Error) {
+func (t *Transport) Exchange(code string) (tok *Token, err error) {
if t.Config == nil {
-   return nil, os.NewError("no Config supplied")
+   return nil, errors.New("no Config supplied")
}
tok = new(Token)
err = t.updateToken(tok, url.Values{
@@ -164,12 +164,12 @@ func (t *Transport) Exchange(code string) (tok *Token, 
err os.Error) {
 // If the Token cannot be renewed a non-nil os.Error value will be returned.
 // If the Token is invalid callers should expect HTTP-level errors,
 // as indicated by the Response's StatusCode.
-func (t *Transport) RoundTrip(req *http.Request) (*http.Response, os.Error) {
+func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) {
if t.Config == nil {
-   return nil, os.NewError("no Config supplied")
+   return nil, errors.New("no Config supplied")
}
if t.Token == nil {
-   return nil, os.NewError("no Token supplied")
+   return nil, errors.New("no Token supplied")
}
 
// Refresh the Token if it has expired.
@@ -185,11 +185,11 @@ func (t *Tr

commit go-goauth2 for openSUSE:Factory

2012-01-19 Thread h_root
Hello community,

here is the log from the commit of package go-goauth2 for openSUSE:Factory 
checked in at 2012-01-19 09:41:48

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


Package is "go-goauth2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/go-goauth2/go-goauth2.changes2011-10-07 
00:47:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes   
2012-01-19 09:41:49.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 13 15:31:07 UTC 2011 - sasc...@suse.de
+
+- Adjust to Go weekly.2011-12-02 release changes
+
+---

Old:

  goauth2-0.0.0+hg20110813.tar.bz2
  rpmlintrc

New:

  goauth2-0.0.0+hg20111205.tar.bz2
  goauth2-weekly-fixes.patch



Other differences:
--
++ go-goauth2.spec ++
--- /var/tmp/diff_new_pack.MT41nq/_old  2012-01-19 09:41:50.0 +0100
+++ /var/tmp/diff_new_pack.MT41nq/_new  2012-01-19 09:41:50.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package go-goauth2
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c), 2011, Sascha Peilicke 
+# Copyright (c) 2011 Sascha Peilicke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 #
 
 
-
 Name:   go-goauth2
-Version:0.0.0+hg20110813
-Release:1
+Version:0.0.0+hg20111205
+Release:0
 Summary:OAuth 2.0 for Go clients
-Group:  Development/Languages/Other
 License:MIT
+Group:  Development/Languages/Other
 Url:http://code.google.com/p/goauth2/
 Source0:goauth2-%{version}.tar.bz2
+Patch0: goauth2-weekly-fixes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
 %{go_provides}
@@ -37,18 +37,16 @@
 
 %prep
 %setup -q -n goauth2
+%patch0 -p1
 
 %build
 
 %install
 cd oauth && %{go_make_install}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
-%doc oauth/example
+%doc AUTHORS CONTRIBUTORS LICENSE oauth/example
 %{go_sitearch}/*
 
 %changelog

++ goauth2-0.0.0+hg20110813.tar.bz2 -> goauth2-0.0.0+hg20111205.tar.bz2 
++
Files old/goauth2/.hg/00changelog.i and new/goauth2/.hg/00changelog.i differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/branch new/goauth2/.hg/branch
--- old/goauth2/.hg/branch  2011-10-06 16:06:24.0 +0200
+++ new/goauth2/.hg/branch  1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/cache/branchheads 
new/goauth2/.hg/cache/branchheads
--- old/goauth2/.hg/cache/branchheads   2011-10-06 16:06:24.0 +0200
+++ new/goauth2/.hg/cache/branchheads   1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-1d1bf184962bfb6857eb4360e745adaef1390205 20
-1d1bf184962bfb6857eb4360e745adaef1390205 default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/cache/tags new/goauth2/.hg/cache/tags
--- old/goauth2/.hg/cache/tags  2011-10-06 16:06:24.0 +0200
+++ new/goauth2/.hg/cache/tags  1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-20 1d1bf184962bfb6857eb4360e745adaef1390205 
dbd998807b7aad9a4682c2e357d90c61582a921f
-
-379476c9e05c5275356e0a82ca079e61869e9192 release
-dfcfcf8893af73b581ed04be83ce405bd1e24f66 weekly.2011-08-17
-dfcfcf8893af73b581ed04be83ce405bd1e24f66 weekly
Files old/goauth2/.hg/dirstate and new/goauth2/.hg/dirstate differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/hgrc new/goauth2/.hg/hgrc
--- old/goauth2/.hg/hgrc2011-10-06 16:06:24.0 +0200
+++ new/goauth2/.hg/hgrc1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-[paths]
-default = https://code.google.com/p/goauth2/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/requires new/goauth2/.hg/requires
--- old/goauth2/.hg/requires2011-10-06 16:06:23.0 +0200
+++ new/goauth2/.hg/requires1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-revlogv1
-store
-fncache
-dotencode
Files old/goauth2/.hg/store/00changelog.i and 
new/goauth2/.hg/store/00changelog.i differ
Files old/goauth2/.hg/store/00manifest.i and new/goauth2/.hg/store/00manifest.i 
differ
Files old/goauth2/.hg/store/data/_c_o_n_t_r_i_b_u_t_o_r_s.i and 
new/goauth2/.hg/store/data/_c_o_n_t_r_i_b_u_t_o_r_s.i differ
Files old/goauth2/.hg/store/data/lib/codereview/codereview.cfg.i and 
n

commit go-goauth2 for openSUSE:Factory

2011-10-06 Thread h_root

Hello community,

here is the log from the commit of package go-goauth2 for openSUSE:Factory
checked in at Fri Oct 7 00:47:36 CEST 2011.




--- openSUSE:Factory/go-goauth2/go-goauth2.changes  2011-09-23 
02:01:30.0 +0200
+++ go-goauth2/go-goauth2.changes   2011-10-06 16:12:12.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 14:11:22 UTC 2011 - gra...@andtech.eu
+
+- Update to hg 13.08.2011
+ - refresh token before attempting HTTP request
+
+---

calling whatdependson for head-i586


Old:

  goauth2-0.0.0+hg20110617.tar.bz2

New:

  goauth2-0.0.0+hg20110813.tar.bz2
  rpmlintrc



Other differences:
--
++ go-goauth2.spec ++
--- /var/tmp/diff_new_pack.QiF5fh/_old  2011-10-07 00:47:31.0 +0200
+++ /var/tmp/diff_new_pack.QiF5fh/_new  2011-10-07 00:47:31.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   go-goauth2
-Version:0.0.0+hg20110617
+Version:0.0.0+hg20110813
 Release:1
 Summary:OAuth 2.0 for Go clients
 Group:  Development/Languages/Other

++ goauth2-0.0.0+hg20110617.tar.bz2 -> goauth2-0.0.0+hg20110813.tar.bz2 
++
Files old/goauth2/.hg/00changelog.i and new/goauth2/.hg/00changelog.i differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/branch new/goauth2/.hg/branch
--- old/goauth2/.hg/branch  1970-01-01 01:00:00.0 +0100
+++ new/goauth2/.hg/branch  2011-10-06 16:06:24.0 +0200
@@ -0,0 +1 @@
+default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/cache/branchheads 
new/goauth2/.hg/cache/branchheads
--- old/goauth2/.hg/cache/branchheads   1970-01-01 01:00:00.0 +0100
+++ new/goauth2/.hg/cache/branchheads   2011-10-06 16:06:24.0 +0200
@@ -0,0 +1,2 @@
+1d1bf184962bfb6857eb4360e745adaef1390205 20
+1d1bf184962bfb6857eb4360e745adaef1390205 default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/cache/tags new/goauth2/.hg/cache/tags
--- old/goauth2/.hg/cache/tags  1970-01-01 01:00:00.0 +0100
+++ new/goauth2/.hg/cache/tags  2011-10-06 16:06:24.0 +0200
@@ -0,0 +1,5 @@
+20 1d1bf184962bfb6857eb4360e745adaef1390205 
dbd998807b7aad9a4682c2e357d90c61582a921f
+
+379476c9e05c5275356e0a82ca079e61869e9192 release
+dfcfcf8893af73b581ed04be83ce405bd1e24f66 weekly.2011-08-17
+dfcfcf8893af73b581ed04be83ce405bd1e24f66 weekly
Files old/goauth2/.hg/dirstate and new/goauth2/.hg/dirstate differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/hgrc new/goauth2/.hg/hgrc
--- old/goauth2/.hg/hgrc1970-01-01 01:00:00.0 +0100
+++ new/goauth2/.hg/hgrc2011-10-06 16:06:24.0 +0200
@@ -0,0 +1,2 @@
+[paths]
+default = https://code.google.com/p/goauth2/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/requires new/goauth2/.hg/requires
--- old/goauth2/.hg/requires1970-01-01 01:00:00.0 +0100
+++ new/goauth2/.hg/requires2011-10-06 16:06:23.0 +0200
@@ -0,0 +1,4 @@
+revlogv1
+store
+fncache
+dotencode
Files old/goauth2/.hg/store/00changelog.i and 
new/goauth2/.hg/store/00changelog.i differ
Files old/goauth2/.hg/store/00manifest.i and new/goauth2/.hg/store/00manifest.i 
differ
Files old/goauth2/.hg/store/data/_c_o_n_t_r_i_b_u_t_o_r_s.i and 
new/goauth2/.hg/store/data/_c_o_n_t_r_i_b_u_t_o_r_s.i differ
Files old/goauth2/.hg/store/data/lib/codereview/codereview.cfg.i and 
new/goauth2/.hg/store/data/lib/codereview/codereview.cfg.i differ
Files old/goauth2/.hg/store/data/oauth/_makefile.i and 
new/goauth2/.hg/store/data/oauth/_makefile.i differ
Files old/goauth2/.hg/store/data/oauth/example/_makefile.i and 
new/goauth2/.hg/store/data/oauth/example/_makefile.i differ
Files old/goauth2/.hg/store/data/oauth/example/buzz.go.i and 
new/goauth2/.hg/store/data/oauth/example/buzz.go.i differ
Files old/goauth2/.hg/store/data/oauth/oauth.go.i and 
new/goauth2/.hg/store/data/oauth/oauth.go.i differ
Files old/goauth2/.hg/store/data/~2ehgtags.i and 
new/goauth2/.hg/store/data/~2ehgtags.i differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goauth2/.hg/store/fncache 
new/goauth2/.hg/store/fncache
--- old/goauth2/.hg/store/fncache   1970-01-01 01:00:00.0 +0100
+++ new/goauth2/.hg/store/fncache   2011-10-06 16:06:24.0 +0200
@@ -0,0 +1,7 @@
+data/oauth/example/Makefile.i
+data/CONTRIBUTORS.i
+data/oauth/example/buzz.go.i
+data/.hgtags.i
+data/lib/codereview/codereview.cfg.i
+data/oauth/Makefile.i
+data/oauth/oauth.go.i
Files old/goauth2/.hg/store/undo and new/goauth2/.hg/store/undo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.s

commit go-goauth2 for openSUSE:Factory

2011-08-04 Thread h_root

Hello community,

here is the log from the commit of package go-goauth2 for openSUSE:Factory
checked in at Thu Aug 4 14:51:54 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ go-goauth2/go-goauth2.changes   2011-06-17 10:35:45.0 +0200
@@ -0,0 +1,21 @@
+---
+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
+

calling whatdependson for head-i586


New:

  go-goauth2.changes
  go-goauth2.spec
  goauth2-0.0.0+hg20110617.tar.bz2



Other differences:
--
++ go-goauth2.spec ++
#
# spec file for package go-goauth2
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c), 2011, Sascha Peilicke 
#
# 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-goauth2
Version:0.0.0+hg20110617
Release:1
Summary:OAuth 2.0 for Go clients
Group:  Development/Languages/Other
License:MIT
Url:http://code.google.com/p/goauth2/
Source0:goauth2-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
%{go_provides}
%{go_requires}
%{go_disable_brp_strip_static_archive}

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

%prep
%setup -q -n goauth2

%build

%install
cd oauth && %{go_make_install}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc oauth/example
%{go_sitearch}/*

%changelog





Remember to have fun...

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