Hello community,

here is the log from the commit of package go-go-gtk for openSUSE:Factory
checked in at Thu Aug 18 00:00:56 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ go-go-gtk/go-go-gtk.changes 2011-06-14 21:23:30.000000000 +0200
@@ -0,0 +1,57 @@
+-------------------------------------------------------------------
+Tue Jun 14 19:19:20 UTC 2011 - [email protected]
+
+- Update to 14/06/2011 git version
+  * Use Pack2
+
+-------------------------------------------------------------------
+Fri Jun 10 08:43:41 UTC 2011 - [email protected]
+
+- Update to 10/06/2011 git version
+  * More complete GtkTreeSelection
+  * Typo and example fixes
+  * Made goinstall-able
+- Added LGPLv2+ license
+
+-------------------------------------------------------------------
+Wed Jun  8 15:23:57 UTC 2011 - [email protected]
+
+- Use new %go_disable_brp_strip_static_archive macro
+
+-------------------------------------------------------------------
+Sun May 22 13:05:27 UTC 2011 - [email protected]
+
+- Fixed gtksourceview dependencies on different distro versions
+
+-------------------------------------------------------------------
+Fri May 20 12:34:27 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:34:46 UTC 2011 - [email protected]
+
+- Remove rpmlintrc, not needed anymore
+
+-------------------------------------------------------------------
+Thu May 19 13:03:58 UTC 2011 - [email protected]
+
+- Simpler build
+- 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
+
+-------------------------------------------------------------------
+Mon Mar 21 15:21:10 UTC 2011 - [email protected]
+
+- Removed authors from description
+- Removed pkg_version macro, use %%{version} directly
+
+-------------------------------------------------------------------
+Tue Nov  9 21:40:51 UTC 2010 - [email protected]
+
+- Initial commit
+

calling whatdependson for head-i586


New:
----
  go-go-gtk.changes
  go-go-gtk.spec
  go-gtk-0.0.0+git20110614.tar.bz2

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

Other differences:
------------------
++++++ go-go-gtk.spec ++++++
#
# spec file for package go-go-gtk
#
# Copyright (c) 2011 SUSE LINUX Products 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:           go-go-gtk
Version:        0.0.0+git20110614
Release:        1
Summary:        Go bindings for GTK
Group:          Development/Languages/Other
License:        BSD ; LGPLv2+
Url:            http://github.com/mattn/go-gtk
Source0:        go-gtk-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
BuildRequires:  gtk2-devel
%if 0%{?suse_version} && 0%{?suse_version} <= 1140
BuildRequires:  gtksourceview-devel
%else
%if 0%{?mandriva_version} && 0%{?mandriva_version} <= 201010
BuildRequires:  gtksourceview-devel
%else
%if 0%{?rhel_version} && 0%{?rhel_version} < 600
BuildRequires:  gtksourceview-devel
%else
BuildRequires:  gtksourceview2-devel
%endif
%endif
%endif
BuildRequires:  pango-devel
%{go_provides}
%{go_requires}
%{go_disable_brp_strip_static_archive}

%description
GTK bindingins for the Go programming language.

%prep
%setup -q -n go-gtk

%build

%install
%{go_make_install}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.md TODO example data
%{go_sitearch}/*

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to