Hello community, here is the log from the commit of package klavaro for openSUSE:Factory checked in at 2012-03-05 17:59:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/klavaro (Old) and /work/SRC/openSUSE:Factory/.klavaro.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "klavaro", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/klavaro/klavaro.changes 2011-09-23 02:06:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.klavaro.new/klavaro.changes 2012-03-05 17:59:58.000000000 +0100 @@ -1,0 +2,31 @@ +Sun Mar 4 14:29:36 UTC 2012 - [email protected] + +- added klavaro-1.9.4-dso.patch to fix linking with gmodule-2.0 + +------------------------------------------------------------------- +Wed Feb 15 20:01:53 UTC 2012 - [email protected] + +- update to 1.9.4: + + Added: + ++ Spanish Dvorak layout: dvorak_es_nativo.kbd + ++ Swiss layouts: qwertz_ch_de.kbd, qwertz_ch_fr.kbd + + General color configuration through the preferences.ini file. + + Detecting difficult keys through timing, not just errors. + + Enabled fluidity practice with the complete text, not randomizing + the paragraphs (set "0 paragraphs" to activate this). + + Updated the man documentation, including a description for the + configuration of colors. + + Fixed virtual keyboard: foreground of keys were fixed in black, + to avoid issues with dark GTK themes. + + Updated translations: + - Czech + - Danish + - Dutch + - Esperanto + - Hungarian + - Portuguese + - Ukrainian + - Vietnamese +- build with optflags + +------------------------------------------------------------------- Old: ---- klavaro-1.9.3.tar.bz2 New: ---- klavaro-1.9.4-dso.patch klavaro-1.9.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ klavaro.spec ++++++ --- /var/tmp/diff_new_pack.0FFu8Z/_old 2012-03-05 17:59:59.000000000 +0100 +++ /var/tmp/diff_new_pack.0FFu8Z/_new 2012-03-05 17:59:59.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package klavaro # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -18,7 +18,7 @@ Name: klavaro -Version: 1.9.3 +Version: 1.9.4 Release: 1 License: GPL-3.0+ Summary: Typing tutor @@ -26,10 +26,14 @@ Group: Amusements/Teaching/Other Source0: %{name}-%{version}.tar.bz2 Source1: klavaro.desktop +# PATCH-FIX-UPSTREAM klavaro-1.9.4-dso.patch [email protected] -- Fix linking with libgmodule +Patch0: klavaro-1.9.4-dso.patch Requires: espeak %if 0%{?suse_version} BuildRequires: update-desktop-files %endif +BuildRequires: autoconf +BuildRequires: automake BuildRequires: bison BuildRequires: espeak-devel BuildRequires: fdupes @@ -51,14 +55,14 @@ the program was designed to not depend on specific layouts. - %lang_package %prep %setup -q +%patch0 %build -# otherwise it doesn't work -%{expand: %%define optflags -O2} +export CFLAGS="%{optflags}" +autoreconf -fi %configure make %{?_smp_mflags} @@ -92,7 +96,7 @@ %files -f %{name}.lang %defattr(0755, root, root, 0755) %{_bindir}/klavaro -%defattr(-, root, root, 0755) +%defattr(-, root, root) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_mandir}/man1/klavaro.1* %{_datadir}/klavaro/ ++++++ klavaro-1.9.4-dso.patch ++++++ Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -25,6 +25,7 @@ PKG_CHECK_MODULES(PACKAGE, [$pkg_modules AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) +AC_CHECK_LIB([gmodule-2.0], [g_module_open]) AC_CHECK_LIB([gtkdatabox], [gtk_databox_new]) AC_CHECK_LIB([curl], [curl_global_init]) AC_CHECK_LIB([m], [sqrt]) ++++++ klavaro-1.9.3.tar.bz2 -> klavaro-1.9.4.tar.bz2 ++++++ ++++ 32751 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
