Hello community,

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

Package is "go-GoLLRB"

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-GoLLRB/go-GoLLRB.changes      2013-08-13 
15:47:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.go-GoLLRB.new/go-GoLLRB.changes 2015-03-23 
12:18:24.000000000 +0100
@@ -1,0 +2,13 @@
+Sat Mar 21 05:07:08 UTC 2015 - i...@marguerite.su
+
+- add xz as BuildRequires
+
+-------------------------------------------------------------------
+Fri Mar 20 15:27:53 UTC 2015 - i...@marguerite.su
+
+- update version 0.0.0+git20130427.53be0d3
+- remove go_disable_brp_strip_static_archive usage
+- drop GoLLRB-weekly-fixes.patch
+  * upstream contains this fix
+
+-------------------------------------------------------------------

Old:
----
  GoLLRB-0.0.0+git20111213.tar.bz2
  GoLLRB-weekly-fixes.patch

New:
----
  GoLLRB-0.0.0+git20130427.53be0d3.tar.xz
  _service

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

Other differences:
------------------
++++++ go-GoLLRB.spec ++++++
--- /var/tmp/diff_new_pack.o71W1O/_old  2015-03-23 12:18:25.000000000 +0100
+++ /var/tmp/diff_new_pack.o71W1O/_new  2015-03-23 12:18:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-GoLLRB
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sascha Peilicke <sasc...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,57 +18,44 @@
 
 
 Name:           go-GoLLRB
-Version:        0.0.0+git20111213
+Version:        0.0.0+git20130427.53be0d3
 Release:        0
 Summary:        Left-Leaning Red-Black balanced binary search tree
 License:        BSD-3-Clause
 Group:          Development/Languages/Other
 Url:            http://github.com/petar/GoLLRB
-Source0:        GoLLRB-%{version}.tar.bz2
-Patch0:         GoLLRB-weekly-fixes.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         GoLLRB-%{version}.tar.xz
 BuildRequires:  go-devel
-ExclusiveArch:  %ix86 x86_64 %arm
-%if 0%{?suse_version} >= 1100
-Recommends:     go-GoLLRB-doc
-%endif
+BuildRequires:  xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{go_provides}
 %{go_requires}
+%{go_recommends}
 
 %description
 GoLLRB is a Left-Leaning Red-Black (LLRB) implementation of 2-3 balanced
 binary search trees in Google Go.
 
-%package doc
-Summary:        API documenation
-Group:          Documentation/Other
-Requires:       %{name} = %{version}
-
-%description doc
-API, examples and documentation.
+%godoc_package
 
 %prep
-%setup -q -n GoLLRB
-%patch0 -p1
+%setup -q -n GoLLRB-%{version}
 
 %build
 %goprep github.com/petar/GoLLRB
 %gobuild llrb
 
 %install
-%{go_disable_brp_strip_static_archive}
-
 %goinstall
 %godoc
-%gotest github.com/petar/GoLLRB
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc LICENSE README.md example
 %{go_contribdir}/*
 
 %files doc
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{go_contribsrcdir}/*
 
 %changelog

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