Hello community,

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

Package is "go-mustache.go"

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-mustache.go/go-mustache.go.changes    
2013-08-13 15:47:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.go-mustache.go.new/go-mustache.go.changes       
2015-03-23 12:18:42.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Mar 21 08:31:39 UTC 2015 - i...@marguerite.su
+
+- update version 0.0.0+git20141121.af524a1
+- import path changed to github.com/hoisie/mustache
+- remove go_disable_brp_strip_static_archive usage
+- drop patch: opensuse-build-fix.patch, upstream fixed
+
+-------------------------------------------------------------------

Old:
----
  mustache.go-0.0.0+git20120208.tar.bz2
  opensuse-build-fix.patch

New:
----
  _service
  mustache-0.0.0+git20141121.af524a1.tar.xz

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

Other differences:
------------------
++++++ go-mustache.go.spec ++++++
--- /var/tmp/diff_new_pack.fyQseP/_old  2015-03-23 12:18:43.000000000 +0100
+++ /var/tmp/diff_new_pack.fyQseP/_new  2015-03-23 12:18:43.000000000 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package go-mustache.go
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c), 2010, Sascha Peilicke <sasc...@gmx.de>
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -17,24 +17,20 @@
 #
 
 
-
 Name:           go-mustache.go
-Version:        0.0.0+git20120208
-Release:        1
+Version:        0.0.0+git20141121.af524a1
+Release:        0
 Summary:        The mustache template language in Go
-Group:          Development/Languages/Other
 License:        MIT
-Url:            http://github.com/hoisie/mustache.go
-Source0:        mustache.go-%{version}.tar.bz2
-Patch0:         opensuse-build-fix.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Group:          Development/Languages/Other
+Url:            http://github.com/hoisie/mustache
+Source:         mustache-%{version}.tar.xz
 BuildRequires:  go-devel
-ExclusiveArch:  %ix86 x86_64 %arm
-%if 0%{?suse_version} >= 1100
-Recommends:     go-mustache.go-doc
-%endif
+BuildRequires: xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{go_provides}
 %{go_requires}
+%{go_recommends}
 
 %description
 mustache.go is an implementation of the mustache template language in Go. It
@@ -42,25 +38,16 @@
 mustache.go is fast, it parses templates efficiently and stores them in a
 tree-like structure which allows for fast execution.
 
-%package doc
-Summary:        API documenation
-Group:          Documentation/Other
-Requires:       %{name} = %{version}
-
-%description doc
-API, examples and documentation.
+%godoc_package
 
 %prep
-%setup -q -n mustache.go
-%patch0 -p1
+%setup -q -n mustache-%{version}
 
 %build
-%goprep  github.com/hoisie/mustache.go
-%gobuild /
+%goprep github.com/hoisie/mustache
+%gobuild
 
 %install
-%{go_disable_brp_strip_static_archive}
-
 %goinstall
 %godoc
 

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