Hello community,

here is the log from the commit of package input-pad for openSUSE:Factory 
checked in at 2014-10-18 09:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/input-pad (Old)
 and      /work/SRC/openSUSE:Factory/.input-pad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "input-pad"

Changes:
--------
--- /work/SRC/openSUSE:Factory/input-pad/input-pad.changes      2013-12-13 
13:04:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.input-pad.new/input-pad.changes 2014-10-18 
09:08:50.000000000 +0200
@@ -1,0 +2,20 @@
+Tue Oct 14 06:23:16 UTC 2014 - hillw...@linuxfans.org
+
+- Update to 1.0.99.20140916
+  * Do not call exit(3) in libinput-pad.so 
+  * Fixed deprecated GtkWidget.window 
+  * Fixed icon sizes in the chartable.
+  * Used embedded GtkViewport in GtkScrolledWindow. 
+  * Fixed some memory leaks. 029416b
+  * Fixed deprecated gtk-timeout-initial since GTK+ 3.10.
+  * Removed deprecated GtkTreeView::rules-hint property since GTK 3.14. 
+  * Fixed a deprecated message of gtk_window_get_transient_for(). 
+  * Added some currencies. 
+  * Added InputPadGtkViewport for many unicode tables. 
+  * Updated str.xml.in for Emoji. 
+  * Ported to GTK+ 3.10 to fix the deprecated APIs. 
+  * Showed custom table only by default. 2aec2c8
+  * Set G_APPLICATION_NON_UNIQUE flag to be able to run by ibus 
+  * Changed deprecated GtkVBox to GtkBox in builder files.  
+
+-------------------------------------------------------------------

Old:
----
  input-pad-1.0.3.tar.gz

New:
----
  input-pad-1.0.99.20140916.tar.gz

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

Other differences:
------------------
++++++ input-pad.spec ++++++
--- /var/tmp/diff_new_pack.aIWSzn/_old  2014-10-18 09:08:51.000000000 +0200
+++ /var/tmp/diff_new_pack.aIWSzn/_new  2014-10-18 09:08:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package input-pad
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,22 @@
 #
 
 
-%define libinput_paddir %{_libdir}/%{name}-1.0
-%define moduledir       %{_libdir}/%{name}-1.0/modules
-%define kbduidir        %{_libdir}/%{name}-1.0/modules/kbdui
-%define xkeysenddir     %{_libdir}/%{name}-1.0/modules/xkeysend
+%define libinput_paddir %{_libdir}/%{name}-1.1
+%define moduledir       %{_libdir}/%{name}-1.1/modules
+%define kbduidir        %{_libdir}/%{name}-1.1/modules/kbdui
+%define xkeysenddir     %{_libdir}/%{name}-1.1/modules/xkeysend
 %define build_xtest    (0%{suse_version} > 1210)
 
 Name:            input-pad
-Version:         1.0.3
-Release:         1
+Version:        1.0.99.20140916
+Release:        0
 Summary:         On-screen Input Pad to Send Characters with Mouse
 License:         LGPL-2.0+
 Group:           System/GUI/Other
-URL:             http://code.google.com/p/input-pad/
-Source0:         
http://input-pad.googlecode.com/files/%{name}-%{version}.tar.gz
+Url:            https://github.com/fujiwarat/input-pad
+Source0:        %{name}-%{version}.tar.gz
 
-BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:   gettext-devel
 BuildRequires:   gtk2-devel
@@ -40,20 +40,21 @@
 %if 0%{suse_version} > 1210
 BuildRequires:   libxkbfile-devel
 %endif
+BuildRequires:  intltool
 BuildRequires:   libxklavier-devel >= 4.0
 BuildRequires:   libxml2-devel >= 2.0
-BuildRequires:   intltool
 BuildRequires:   pkgconfig
 %if %{build_xtest}
 BuildRequires:   libXtst-devel
 %endif
+BuildRequires:  eekboard-devel
 BuildRequires:   gobject-introspection-devel
 BuildRequires:   python-devel 
 BuildRequires:   swig
-BuildRequires:   eekboard-devel
+BuildRequires:  pkgconfig(glib-2.0) >= 2.37
 Requires:        gobject-introspection
 Requires:        python3-gobject
-
+Obsoletes:      python-input-pad
 
 %description
 The input pad is a tool to send a character on button to text applications.
@@ -66,14 +67,6 @@
 %description devel
 The input-pad-devel package contains the header files.
 
-%package -n python-input-pad
-Summary:    Input Pad for Python GObject2
-Group:      System/Libraries
-Requires:   %{name} = %{version}-%{release}
-Requires:   python-gtk
-
-%description -n python-input-pad
-The input-pad-pygobject2 package contains the python wrapper files.
 
 %if %{build_xtest}
 %package xtest
@@ -125,12 +118,9 @@
 %endif
 rm -f $RPM_BUILD_ROOT%{kbduidir}/*.la
 rm -f $RPM_BUILD_ROOT%{kbduidir}/*.a
-rm -f $RPM_BUILD_ROOT%{python_sitelib}/%{name}-1.0/*.la
-rm -f $RPM_BUILD_ROOT%{python_sitelib}/%{name}-1.0/*.a
 
 %find_lang %{name}
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -143,23 +133,18 @@
 %dir %moduledir
 %dir %xkeysenddir
 %dir %kbduidir
-%{_libdir}/libinput-pad.so.*
-%{_libdir}/girepository-1.0/InputPad-1.0.typelib
+%{_libdir}/libinput-pad-*.so.*
+%{_libdir}/girepository-1.0/InputPad-1.1.typelib
 %{_datadir}/%name
 %{_datadir}/pixmaps/input-pad.png
 %{_mandir}/man1/input-pad.1.gz
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/%{name}-1.0
-%{_libdir}/libinput-pad.so
+%{_includedir}/%{name}-1.1
+%{_libdir}/libinput-pad-*.so
 %{_libdir}/pkgconfig/*.pc
-%{_datadir}/gir-1.0/InputPad-1.0.gir
-
-%files -n python-input-pad
-%defattr(-,root,root,-)
-%{_libdir}/python2.7/site-packages/%{name}-1.0
-%{_libdir}/python2.7/site-packages/pyinput_pad.pth
+%{_datadir}/gir-1.0/InputPad-1.1.gir
 
 %if %{build_xtest}
 %files xtest

++++++ input-pad-1.0.3.tar.gz -> input-pad-1.0.99.20140916.tar.gz ++++++
++++ 27661 lines of diff (skipped)

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

Reply via email to