Hello community,

here is the log from the commit of package golang-googlecode-freetype-go for 
openSUSE:Factory checked in at 2015-07-24 09:58:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-googlecode-freetype-go (Old)
 and      /work/SRC/openSUSE:Factory/.golang-googlecode-freetype-go.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-googlecode-freetype-go"

Changes:
--------
New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-googlecode-freetype-go.new/golang-googlecode-freetype-go.changes
 2015-07-24 09:58:39.000000000 +0200
@@ -0,0 +1,99 @@
+-------------------------------------------------------------------
+Sun Jul 12 06:57:27 UTC 2015 - [email protected]
+
+- rename to golang-googlecode-freetype-go
+- update version 0.0.0+hg20150309.128.46c3056cafbb
+- use golang-packaging for packaging
+
+-------------------------------------------------------------------
+Thu Jul 31 16:10:48 UTC 2014 - [email protected]
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+-------------------------------------------------------------------
+Thu Sep 19 14:28:49 UTC 2013 - [email protected]
+
+- Fix license: FTL or GPL-2.0+
+
+-------------------------------------------------------------------
+Tue Aug 13 14:10:19 UTC 2013 - [email protected]
+
+- Update to version 0.0.0+hg20130813.72.38e23dc4a845:
+  + Upstream provides no changelog
+- Add _service file
+
+-------------------------------------------------------------------
+Tue Aug 13 08:12:52 UTC 2013 - [email protected]
+
+- Use %{exclusivearch} macro
+- Install binaries with "go-" prefix
+
+-------------------------------------------------------------------
+Fri Dec 23 20:18:17 UTC 2011 - [email protected]
+
+- Update to 23.12.2011 mercurial 
+
+-------------------------------------------------------------------
+Mon Oct 10 16:45:40 UTC 2011 - [email protected]
+
+- Fudge a $GOROOT build env so freetype sub-package types have a
+  good looking signature for packaging. This is a messy solution
+  and needs tidied up into real packages.
+
+-------------------------------------------------------------------
+Fri Oct  7 11:49:18 UTC 2011 - [email protected]
+
+- Update to HG 18.07.2011 (for Go r60)
+- image.Pix changes
+
+-------------------------------------------------------------------
+Fri Jun 10 08:50:43 UTC 2011 - [email protected]
+
+- Update to 10/06/2011 mercurial version
+  * Rename exp/draw to image/draw
+  * Follow go stdlib changes for os.Open and Stderr/Println
+- Rebased include-fix patch to upstream changes
+
+-------------------------------------------------------------------
+Wed Jun  8 15:19:02 UTC 2011 - [email protected]
+
+- Use new %go_disable_brp_strip_static_archive macro
+
+-------------------------------------------------------------------
+Fri May 20 12:26:48 UTC 2011 - [email protected]
+
+- Use Go RPM macros instead of custom ones
+- Use proper package versioning scheme (needs reinstall)
+- Drop provides/obsoletes of old package, needs reinstall anyway
+
+-------------------------------------------------------------------
+Thu May 19 14:32:39 UTC 2011 - [email protected]
+
+- Remove rpmlintrc, not needed anymore
+
+-------------------------------------------------------------------
+Thu May 19 12:01:31 UTC 2011 - [email protected]
+
+- Simpler build
+
+-------------------------------------------------------------------
+Thu May 19 11:21:06 UTC 2011 - [email protected]
+
+- Don't require 'go'
+- Disable brp-strip-static-archive on Fedora, RHEL and CentOS
+- Provide devel and devel-static packages
+- Remove devel-file-in-non-devel-package rpmlint filter
+- Added include path patch
+
+-------------------------------------------------------------------
+Mon Mar 21 15:18:50 UTC 2011 - [email protected]
+
+- Removed authors from description
+- Removed pkg_version macro, use %%{version} directly
+
+-------------------------------------------------------------------
+Tue Nov  9 21:28:30 UTC 2010 - [email protected]
+
+- Initial commit
+

New:
----
  _service
  freetype-go-0.0.0+hg20150309.128.46c3056cafbb.tar.xz
  golang-googlecode-freetype-go-rpmlintrc
  golang-googlecode-freetype-go.changes
  golang-googlecode-freetype-go.spec

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

Other differences:
------------------
++++++ golang-googlecode-freetype-go.spec ++++++
#
# spec file for package golang-googlecode-freetype-go
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c), 2011, Sascha Peilicke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           golang-googlecode-freetype-go
Version:        0.0.0+hg20150309.128.46c3056cafbb
Release:        0
Summary:        A port of the Freetype font engine to the Go programming 
language
License:        FTL or GPL-2.0+
Group:          Development/Languages/Other
Url:            http://code.google.com/p/freetype-go
Source0:        freetype-go-%{version}.tar.xz
Source1:        %{name}-rpmlintrc
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  golang-packaging
Provides:       go-freetype-go = %{version}
Obsoletes:      go-freetype-go < %{version}
%{go_provides}

%description
This is a port of the Freetype font rasterizer (www.freetype.org) to the Go
programming language.

%gosrc_package

%prep
%setup -q -n freetype-go-%{version}

%build
%goprep  code.google.com/p/freetype-go
%gobuild  ...

%install
%goinstall
%gosrc
# NOTE(saschpe): Rename binaries to avoid potential file conflicts.
# I'm not sure if "go-" is the best prefix, but should do it for now:
for b in freetype gamma raster round truetype ; do
    mv %{buildroot}%{_bindir}/$b %{buildroot}%{_bindir}/go-$b
done

%files
%defattr(-,root,root,-)
%doc AUTHORS CONTRIBUTORS LICENSE README licenses example
%{_bindir}/go-freetype
%{_bindir}/go-gamma
%{_bindir}/go-raster
%{_bindir}/go-round
%{_bindir}/go-truetype
%{go_contribdir}/*

%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="localonly">
    <param name="url">https://code.google.com/p/freetype-go/</param>
    <param name="scm">hg</param>
    <param name="exclude">.hg</param>
    <param 
name="versionformat">0.0.0+hg{date|shortdate}.{rev}.{node|short}</param>
    <param name="revision">tip</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">freetype-go-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="localonly">
    <param name="basename">freetype-go</param>
  </service>
</services>
++++++ golang-googlecode-freetype-go-rpmlintrc ++++++
addFilter("binaryinfo-readelf-failed")  # go binaries are suposedly 
ELF-compliant
addFilter("statically-linked-binary")   # go doesn't yet support dynamic linking

Reply via email to