Hello community,

here is the log from the commit of package go-bigendian for openSUSE:Factory 
checked in at 2013-08-21 10:29:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-bigendian (Old)
 and      /work/SRC/openSUSE:Factory/.go-bigendian.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-bigendian"

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

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.go-bigendian.new/go-bigendian.changes   
2013-08-21 10:29:46.000000000 +0200
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Tue Aug 13 11:37:42 UTC 2013 - speili...@suse.com
+
+- Update to version 0.0.0+hg20130320.25.37f0ed9bf940:
+  + Upstream provides no changelog
+- Use _service file
+
+-------------------------------------------------------------------
+Tue Aug 13 07:58:02 UTC 2013 - speili...@suse.com
+
+- Use %{go_exclusivearch} macro
+
+-------------------------------------------------------------------
+Mon Dec  5 12:14:45 UTC 2011 - sasc...@suse.de
+
+- Update to 05/12/2011 mercurial version
+
+-------------------------------------------------------------------
+Sat Jul  2 11:09:20 UTC 2011 - sasc...@gmx.de
+
+- Initial version
+

New:
----
  _service
  bigendian-0.0.0+hg20130320.25.37f0ed9bf940.tar.bz2
  go-bigendian.changes
  go-bigendian.spec

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

Other differences:
------------------
++++++ go-bigendian.spec ++++++
#
# spec file for package go-bigendian
#
# Copyright (c) 2013 Sascha Peilicke <sasc...@gmx.de>
# Copyright (c) 2013 SUSE Linux Products GmbH
#
# 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-bigendian
Version:        0.0.0+hg20130320.25.37f0ed9bf940
Release:        0
Summary:        Binary parsing/printing for Go
Group:          Development/Languages/Other
License:        MIT
URL:            https://bitbucket.org/taruti/bigendian
Source0:        bigendian-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
%if 0%{?suse_version} >= 1100
Recommends:     go-bigendian-doc
%endif
%{go_provides}
%{go_requires}

%description
Binary parsing and printing 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 bigendian-%{version}

%build
%goprep bitbucket.org/taruti/bigendian
%gobuild ...

%install
%goinstall
%godoc
%gotest bitbucket.org/taruti/bigendian

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

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

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://bitbucket.org/taruti/bigendian</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">bigendian-*.tar</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">bigendian</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