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 "[email protected]"

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.000000000 +0100
@@ -0,0 +1,95 @@
+-------------------------------------------------------------------
+Sat Nov  3 01:54:28 UTC 2012 - [email protected]
+
+- remove unneeded *.la files 
+
+-------------------------------------------------------------------
+Mon Jul  2 15:47:14 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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/<widget>)
+  + 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 <[email protected]>
# Copyright (c) 2000 John Harper <[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:           rep-gtk
Version:        0.90.8.1
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
BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.23.0
BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.0
BuildRequires:  pkgconfig(librep) >= 0.92.1
%if 0%{?suse_version} <= 1210
BuildRequires:  xz
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# PATCH-FIX-UPSTREAM 0001-fix-address-of-FSF.patch [email protected] 
--backported
Patch0:     0001-fix-address-of-FSF.patch


%description
This is a binding of GTK+ for the rep Lisp system. It is based on
Marius Vollmer's guile-gtk binding (initially version 0.15, updated to
0.17), with a new glue-code generator.

%package devel
Summary:        GTK+ binding for librep Lisp environment - Development Files
Group:          Development/Libraries/GNOME
Requires:       %{name} = %{version}
Requires:       pkgconfig(gtk+-2.0) >= 2.24.0
Requires:       pkgconfig(librep) >= 0.92.1

%description devel
This is a binding of GTK+ for the rep Lisp system. It is based on
Marius Vollmer's guile-gtk binding (initially version 0.15, updated to
0.17), with a new glue-code generator.

%prep
%setup -q
%patch0 -p1
chmod -x examples/*.jl

%build
%configure
%__make %{_smp_mflags}

%install
%make_install
find %{buildroot}%{_libdir} -name "*.la" -delete

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING examples/ NEWS README README.gtk-defs 
README.guile-gtk TODO *.defs
%{_libdir}/rep/gui/

%files devel
%defattr(-,root,root)
%{_includedir}/rep-gtk/
%{_libdir}/pkgconfig/rep-gtk.pc

%changelog
++++++ 0001-fix-address-of-FSF.patch ++++++
>From 968e01133b63e12e747caf2c31ce66f4695d8600 Mon Sep 17 00:00:00 2001
From: Christopher Roy Bratusek <[email protected]>
Date: Thu, 5 Jul 2012 20:37:43 +0200
Subject: [PATCH] fix address of FSF


Signed-off-by: Togan Muftuoglu <[email protected]>
---
 COPYING   |    2 +-
 rep-gtk.h |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/COPYING b/COPYING
index eeb586b..09e0e67 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
                       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
diff --git a/rep-gtk.h b/rep-gtk.h
index acf4946..2a0026a 100644
--- a/rep-gtk.h
+++ b/rep-gtk.h
@@ -15,7 +15,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this software; see the file COPYING.  If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation,51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
  */
 
 #ifndef REP_GTK_H
-- 
1.7.7

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

Reply via email to