commit rep-gtk for openSUSE:Factory

2014-09-03 Thread h_root
Hello community,

here is the log from the commit of package rep-gtk for openSUSE:Factory checked 
in at 2014-09-03 18:22:47

Comparing /work/SRC/openSUSE:Factory/rep-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.rep-gtk.new (New)


Package is "rep-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/rep-gtk/rep-gtk.changes  2012-11-12 
07:05:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.rep-gtk.new/rep-gtk.changes 2014-09-03 
21:03:39.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep  1 07:28:17 UTC 2014 - tog...@opensuse.org
+
+- Update to 0.90.8.2
+  * improved debian packaging scripts
+  * fixed address of FSF in COPYING
+  * update supplied autotools stuff 
+
+- Remove backported 0001-fix-address-of-FSF.patch
+---

Old:

  0001-fix-address-of-FSF.patch
  rep-gtk-0.90.8.1.tar.xz

New:

  rep-gtk_0.90.8.2.tar.xz



Other differences:
--
++ rep-gtk.spec ++
--- /var/tmp/diff_new_pack.YrQVn5/_old  2014-09-03 21:03:40.0 +0200
+++ /var/tmp/diff_new_pack.YrQVn5/_new  2014-09-03 21:03:40.0 +0200
@@ -19,13 +19,13 @@
 
 
 Name:   rep-gtk
-Version:0.90.8.1
+Version:0.90.8.2
 Release:0
 Summary:GTK+ binding for librep Lisp environment
 License:GPL-2.0+
 Group:  Development/Libraries/GNOME
 Url:http://sawfish.wikia.com/wiki/Rep-GTK
-Source: 
http://download.tuxfamily.org/librep/rep-gtk/%{name}-%{version}.tar.xz
+Source: 
http://download.tuxfamily.org/librep/rep-gtk/%{name}_%{version}.tar.xz
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.23.0
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.0
 BuildRequires:  pkgconfig(librep) >= 0.92.1
@@ -33,8 +33,6 @@
 BuildRequires:  xz
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# PATCH-FIX-UPSTREAM 0001-fix-address-of-FSF.patch tog...@opensuse.org 
--backported
-Patch0: 0001-fix-address-of-FSF.patch
 
 
 %description
@@ -55,8 +53,7 @@
 0.17), with a new glue-code generator.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}_%{version}
 chmod -x examples/*.jl
 
 %build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rep-gtk for openSUSE:Factory

2012-11-11 Thread h_root
Hello community,

here is the log from the commit of package rep-gtk for openSUSE:Factory checked 
in at 2012-11-12 07:05:36

Comparing /work/SRC/openSUSE:Factory/rep-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.rep-gtk.new (New)


Package is "rep-gtk", Maintainer is "gnome-maintain...@suse.de"

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.rep-gtk.new/rep-gtk.changes 2012-11-12 
07:05:37.0 +0100
@@ -0,0 +1,95 @@
+---
+Sat Nov  3 01:54:28 UTC 2012 - tog...@opensuse.org
+
+- remove unneeded *.la files 
+
+---
+Mon Jul  2 15:47:14 UTC 2012 - tog...@opensuse.org
+
+- Update to 0.90.8.1:
+  + fixed bug that prevented uninstallation of rep-gtk 
+- spec cleanup
+  + BuildRequires xz if openSUSE 12.1 or older
+  + backported 0001-fix-address-of-FSF.patch
+---
+Wed Apr 11 10:10:18 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.90.8:
+  + fixed building on ARM
+- Changes from version 0.90.7:
+  + re-arranged tree (all new widget-definitons in
+widgets/)
+  + add new API wrappers, fix some API wrappers, stop wrapping some
+deprecated API (see NEWS for details)
+- Changes from version 0.90.6:
+  + updated for changes in installation-paths in librep 0.92.0
+  + combined gtk and gtk-types modules
+  + build fixes
+- Changes from version 0.90.5:
+  + build fixes
+- Changes from version 0.90.4:
+  + add new API wrappers, fix some API wrappers (see NEWS for
+details)
+  + updated documentation
+- Changes from version 0.90.3:
+  + SCM_CDR/SCM_CAR >> rep_CDR/rep_CAR
+  + add new API wrappers, fix some API wrappers (see NEWS for
+details)
+- Drop rep-gtk-fix-binding.patch: fixed upstream.
+
+---
+Fri Jan 15 11:39:38 CET 2010 - vu...@opensuse.org
+
+- Update to version 0.90.2:
+  + install header to $includedir/rep-gtk
+  + autotools (Makefile & Co.) rework
+  + add support for many GTK+ API
+- Remove call to autogen.sh: not needed anymore since we have a
+  configure script now.
+- Add rep-gtk-fix-binding.patch to fix some obvious errors.
+
+---
+Mon Dec 28 02:50:13 CET 2009 - vu...@opensuse.org
+
+- Fix build on x86_64: files were moved from libexecdir to libdir,
+  because of librep 0.90.4.
+
+---
+Sat Dec 19 13:50:49 CET 2009 - vu...@opensuse.org
+
+- Update to version 0.90.1:
+  + Add GtkUiManager support.
+  + Add GtkAction support.
+  + Add support for a few others API.
+  + Build system fixes.
+
+---
+Thu Sep 10 00:25:29 CEST 2009 - vu...@opensuse.org
+
+- Update to version 0.90.0:
+  + GError support
+  + Basic GtkBuilder support
+  + Many API added
+  + Removed deprecated API:
+- GtkPreview*
+- GtkSignalRunType
+- GtkSubMenuDirection
+- GtkSubMenuPlacement
+
+---
+Fri Jul 31 13:06:23 CEST 2009 - vu...@novell.com
+
+- Update to version 0.18.6:
+  + fixup %files section in .spec
+  + add --libdir=%{_libdir} to configure flags in .spec
+  + require gtk2 instead of gtk+ in .spec
+- Add call to ./autogen.sh since the tarball is missing the
+  configure script.
+
+---
+Sun Jun 14 18:01:04 CEST 2009 - vu...@novell.com
+
+- Clean up package.
+- Update to 0.18.5:
+  + note that the libglade and GNOME bindings have been removed.
+

New:

  0001-fix-address-of-FSF.patch
  rep-gtk-0.90.8.1.tar.xz
  rep-gtk.changes
  rep-gtk.spec



Other differences:
--
++ rep-gtk.spec ++
#
# spec file for package rep-gtk
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 Jan Nieuwenhuizen 
# Copyright (c) 2000 John Harper 
#
# 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:   rep-gtk
Version: