Hello community,
here is the log from the commit of package golang-github-golang-protobuf for
openSUSE:Factory checked in at 2016-04-06 11:51:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-golang-protobuf (Old)
and /work/SRC/openSUSE:Factory/.golang-github-golang-protobuf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-golang-protobuf"
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-golang-protobuf/golang-github-golang-protobuf.changes
2016-01-12 16:14:01.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-golang-protobuf.new/golang-github-golang-protobuf.changes
2016-04-06 11:51:56.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 3 19:05:32 UTC 2016 - [email protected]
+
+- add xz dependency for SLE
+- get rid of -source subpackage, no one use it
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-golang-protobuf.spec ++++++
--- /var/tmp/diff_new_pack.MasASw/_old 2016-04-06 11:51:57.000000000 +0200
+++ /var/tmp/diff_new_pack.MasASw/_new 2016-04-06 11:51:57.000000000 +0200
@@ -27,6 +27,7 @@
Source: protobuf-%{version}.tar.xz
BuildRequires: golang-packaging
BuildRequires: protobuf-devel
+BuildRequires: xz
Provides: go-goprotobuf = %{version}
Obsoletes: go-goprotobuf < %{version}
Provides: go-protobuf = %{version}
@@ -38,8 +39,6 @@
This package provides Go support, in the form of a library and protocol
compiler plugin, for Google's protocol buffers. (RPC is not supported.)
-%gosrc_package
-
%prep
%setup -q -n protobuf-%{version}
@@ -49,7 +48,6 @@
%install
%goinstall
-%gosrc
%files
%defattr(-,root,root,-)
@@ -57,8 +55,4 @@
%{_bindir}/protoc-gen-go
%{go_contribdir}/*
-%files source
-%defattr(-,root,root,-)
-%{go_contribsrcdir}/*
-
%changelog