Hello community,
here is the log from the commit of package golang-org-x-image for
openSUSE:Factory checked in at 2017-03-24 02:16:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-org-x-image (Old)
and /work/SRC/openSUSE:Factory/.golang-org-x-image.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-org-x-image"
Fri Mar 24 02:16:24 2017 rev:4 rq:477192 version:1.0.3+git20161212.88b0132
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-org-x-image/golang-org-x-image.changes
2016-07-05 09:51:39.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.golang-org-x-image.new/golang-org-x-image.changes
2017-03-24 02:16:25.052524429 +0100
@@ -1,0 +2,35 @@
+Tue Dec 13 10:31:22 UTC 2016 - [email protected]
+
+- Update to version 1.0.3+git20161212.88b0132:
+ * vector: make args float32 pairs instead of f32.Vec2.
+ * vector: measure the fixed point rasterizer's accuracy.
+ * font/gofont: new packages for the Go font family.
+ * font/gofont: add style descriptions to the generated package docs.
+ * font/sfnt: new package for parsing SFNT fonts.
+ * font/sfnt: parse the CFF table.
+ * font/sfnt: parse CFF 2-byte operators and real numbers.
+ * font: add some comments for the XxxBytes methods.
+ * font/sfnt: parse Type 2 Charstrings.
+ * font/sfnt: implement rrcurveto.
+
+-------------------------------------------------------------------
+Tue Dec 13 10:24:27 UTC 2016 - [email protected]
+
+- Updated service definition
+
+-------------------------------------------------------------------
+Wed Aug 17 08:19:46 UTC 2016 - [email protected]
+
+- Added rpmlintrc for common golang linting
+
+-------------------------------------------------------------------
+Tue Aug 16 15:26:33 UTC 2016 - [email protected]
+
+- Applied latest changes for golang-packaging
+
+-------------------------------------------------------------------
+Fri Jul 8 11:02:06 UTC 2016 - [email protected]
+
+- Refactoed spec with a new unified layout
+
+-------------------------------------------------------------------
Old:
----
_servicedata
image-1.0.3+git20150901.b3d8467.tar.xz
New:
----
image-1.0.3+git20161212.88b0132.tar.xz
rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-org-x-image.spec ++++++
--- /var/tmp/diff_new_pack.dndF8n/_old 2017-03-24 02:16:27.040243185 +0100
+++ /var/tmp/diff_new_pack.dndF8n/_new 2017-03-24 02:16:27.040243185 +0100
@@ -1,8 +1,7 @@
#
-# spec file for package golang-org-x-image
+# spec file for package golang-org-x
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 Graham Anderson <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,44 +16,47 @@
#
-Name: golang-org-x-image
-Version: 1.0.3+git20150901.b3d8467
+%global provider github
+%global provider_tld com
+%global project golang
+%global repo image
+%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
+%global import_path golang.org/x/image
+
+Name: golang-org-x-%{repo}
+Version: 1.0.3+git20161212.88b0132
Release: 0
Summary: Go supplementary image libraries
License: BSD-3-Clause
Group: Development/Languages/Golang
-Url: https://github.com/golang/image
-Source: image-%{version}.tar.xz
+Url: https://%{provider_prefix}
+Source0: %{repo}-%{version}.tar.xz
+Source1: rpmlintrc
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+
BuildRequires: golang-packaging
BuildRequires: xz
-Provides: go-image = %{version}
-Obsoletes: go-image < %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+
+%{go_nostrip}
%{go_provides}
%description
This repository holds supplementary Go image libraries.
-%gosrc_package
-
%prep
-%setup -q -n image-%{version}
+%setup -q -n %{repo}-%{version}
%build
-%goprep golang.org/x/image
+%goprep %{import_path}
%gobuild ...
%install
%goinstall
%gosrc
+%gofilelist
-%files
-%defattr(-,root,root,-)
-%doc CONTRIBUTING.md README LICENSE PATENTS
-%{go_contribdir}/*
-
-%files source
+%files -f file.lst
%defattr(-,root,root,-)
-%{go_contribsrcdir}/*
+%doc README LICENSE PATENTS AUTHORS CONTRIBUTORS
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.dndF8n/_old 2017-03-24 02:16:27.076238092 +0100
+++ /var/tmp/diff_new_pack.dndF8n/_new 2017-03-24 02:16:27.080237526 +0100
@@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
- <param name="url">https://github.com/golang/image.git</param>
+ <param name="url">https://github.com/golang/image</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">1.0.3+git%cd.%h</param>
++++++ image-1.0.3+git20150901.b3d8467.tar.xz ->
image-1.0.3+git20161212.88b0132.tar.xz ++++++
++++ 114945 lines of diff (skipped)
++++++ rpmlintrc ++++++
# We are preventing the stripping to keep backtraces intact
addFilter("unstripped-binary-or-object")
# Golang doesn't support dynamic linking yet in a proper way
addFilter("statically-linked-binary")
# We are aware of that but shorter names are not possible
addFilter("filename-too-long-for-joliet")