Hello community,
here is the log from the commit of package
golang-github-shurcool-sanitized_anchor_name for openSUSE:Factory checked in at
2016-01-21 23:44:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing
/work/SRC/openSUSE:Factory/golang-github-shurcool-sanitized_anchor_name (Old)
and
/work/SRC/openSUSE:Factory/.golang-github-shurcool-sanitized_anchor_name.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-shurcool-sanitized_anchor_name"
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-shurcool-sanitized_anchor_name/golang-github-shurcool-sanitized_anchor_name.changes
2015-08-01 11:37:42.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-shurcool-sanitized_anchor_name.new/golang-github-shurcool-sanitized_anchor_name.changes
2016-01-22 01:10:04.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Jan 17 09:48:00 UTC 2016 - [email protected]
+
+- Update to version 0.0.0+git20151027.10ef21a
+ * pollute repository with an extraneous non-executable file
+- don't build -source sub-package
+
+-------------------------------------------------------------------
Old:
----
sanitized_anchor_name-0.0.0+git20150514.11a20b7.tar.xz
New:
----
_servicedata
sanitized_anchor_name-0.0.0+git20151027.10ef21a.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-shurcool-sanitized_anchor_name.spec ++++++
--- /var/tmp/diff_new_pack.miVQPS/_old 2016-01-22 01:10:06.000000000 +0100
+++ /var/tmp/diff_new_pack.miVQPS/_new 2016-01-22 01:10:06.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package golang-github-shurcool-sanitized_anchor_name
#
-# Copyright (c) 2015 SUSE LLC
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
Name: golang-github-shurcool-sanitized_anchor_name
-Version: 0.0.0+git20150514.11a20b7
+Version: 0.0.0+git20151027.10ef21a
Release: 0
Summary: Go function to create sanitized anchor names
License: MIT
-Group: Development/Languages/Other
-URL: https://github.com/shurcooL/sanitized_anchor_name
+Group: Development/Languages/Golang
+Url: https://github.com/shurcooL/sanitized_anchor_name
Source: sanitized_anchor_name-%{version}.tar.xz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: golang-packaging
BuildRequires: xz
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
%description
@@ -36,29 +36,22 @@
At this time, it does not try to ensure that generated anchor names are
unique, that responsibility falls on the caller.
-%gosrc_package
-
%prep
%setup -q -n sanitized_anchor_name-%{version}
%build
-%goprep github.com/shurcooL/sanitized_anchor_name
-%gobuild
+%{goprep} github.com/shurcooL/sanitized_anchor_name
+%{gobuild}
%install
-%goinstall
-%gosrc
+%{goinstall}
+%{go_filelist}
%check
-%gotest github.com/shurcooL/sanitized_anchor_name
+%{gotest} github.com/shurcooL/sanitized_anchor_name
-%files
+%files -f file.lst
%defattr(-,root,root,-)
%doc README.md
-%{go_contribdir}/*
-
-%files source
-%defattr(-,root,root,-)
-%{go_contribsrcdir}/*
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.miVQPS/_old 2016-01-22 01:10:06.000000000 +0100
+++ /var/tmp/diff_new_pack.miVQPS/_new 2016-01-22 01:10:06.000000000 +0100
@@ -1,16 +1,17 @@
<services>
- <service name="tar_scm" mode="localonly">
+ <service name="tar_scm" mode="disabled">
<param name="url">http://github.com/shurcooL/sanitized_anchor_name</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>
+ <param name="changesgenerate">enable</param>
</service>
- <service name="recompress" mode="localonly">
+ <service name="recompress" mode="disabled">
<param name="file">sanitized_anchor_name-*.tar</param>
<param name="compression">xz</param>
</service>
- <service name="set_version" mode="localonly">
+ <service name="set_version" mode="disabled">
<param name="basename">sanitized_anchor_name</param>
</service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
<param
name="url">http://github.com/shurcooL/sanitized_anchor_name</param>
<param
name="changesrevision">10ef21a441db47d8b13ebcc5fd2310f636973c77</param></service></servicedata>++++++
sanitized_anchor_name-0.0.0+git20150514.11a20b7.tar.xz ->
sanitized_anchor_name-0.0.0+git20151027.10ef21a.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sanitized_anchor_name-0.0.0+git20150514.11a20b7/.travis.yml
new/sanitized_anchor_name-0.0.0+git20151027.10ef21a/.travis.yml
--- old/sanitized_anchor_name-0.0.0+git20150514.11a20b7/.travis.yml
2015-07-28 16:11:54.000000000 +0200
+++ new/sanitized_anchor_name-0.0.0+git20151027.10ef21a/.travis.yml
2016-01-17 10:47:59.000000000 +0100
@@ -1,10 +1,10 @@
language: go
go:
- - 1.4
+ - 1.5
install:
- go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./...
- - diff -u <(echo -n) <(gofmt -d ./)
- - go tool vet ./
+ - diff -u <(echo -n) <(gofmt -d -s .)
+ - go tool vet .
- go test -v -race ./...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sanitized_anchor_name-0.0.0+git20150514.11a20b7/LICENSE
new/sanitized_anchor_name-0.0.0+git20151027.10ef21a/LICENSE
--- old/sanitized_anchor_name-0.0.0+git20150514.11a20b7/LICENSE 1970-01-01
01:00:00.000000000 +0100
+++ new/sanitized_anchor_name-0.0.0+git20151027.10ef21a/LICENSE 2016-01-17
10:47:59.000000000 +0100
@@ -0,0 +1,19 @@
+Copyright (c) 2015 Dmitri Shuralyov
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sanitized_anchor_name-0.0.0+git20150514.11a20b7/README.md
new/sanitized_anchor_name-0.0.0+git20151027.10ef21a/README.md
--- old/sanitized_anchor_name-0.0.0+git20150514.11a20b7/README.md
2015-07-28 16:11:54.000000000 +0200
+++ new/sanitized_anchor_name-0.0.0+git20151027.10ef21a/README.md
2016-01-17 10:47:59.000000000 +0100
@@ -1,12 +1,18 @@
-sanitized_anchor_name [](https://travis-ci.org/shurcooL/sanitized_anchor_name)
-=====================
+# sanitized_anchor_name [](https://travis-ci.org/shurcooL/sanitized_anchor_name)
[](https://godoc.org/github.com/shurcooL/sanitized_anchor_name)
-Package `sanitized_anchor_name` provides a func to create sanitized anchor
names.
+Package sanitized_anchor_name provides a func to create sanitized anchor names.
Its logic can be reused by multiple packages to create interoperable anchor
names and links to those anchors.
At this time, it does not try to ensure that generated anchor names are
unique, that responsibility falls on the caller.
+Installation
+------------
+
+```bash
+go get -u github.com/shurcooL/sanitized_anchor_name
+```
+
Example
-------
@@ -22,4 +28,4 @@
License
-------
-- [MIT License](http://opensource.org/licenses/mit-license.php)
+- [MIT License](LICENSE)