commit gcompris for openSUSE:Factory

2019-10-30 Thread root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2019-10-30 14:42:49

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new.2990 (New)


Package is "gcompris"

Wed Oct 30 14:42:49 2019 rev:18 rq:743352 version:17.05

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2018-08-06 
11:54:04.809223776 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new.2990/gcompris.changes  
2019-10-30 14:42:51.085865400 +0100
@@ -1,0 +2,7 @@
+Sun Oct 27 14:42:35 UTC 2019 - l...@linux-schulserver.de
+
+- switch desktop file categories to Education;Math;Languages; to 
+  get it building in Factory again
+- mark COPYING as license file
+
+---



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.0JkzaJ/_old  2019-10-30 14:42:55.297869885 +0100
+++ /var/tmp/diff_new_pack.0JkzaJ/_new  2019-10-30 14:42:55.301869890 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcompris
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -408,7 +408,7 @@
rm -rf %{buildroot}/%{_datadir}/pixmaps
 fi
 
-%suse_update_desktop_file -n -N GCompris -G "Educational suite GCompris" 
gcompris Education Teaching
+%suse_update_desktop_file -n -N GCompris -G "Educational suite GCompris" 
gcompris Education Math Languages
 %suse_update_desktop_file -n -N GCompris -G "GCompris Administration" 
gcompris-edit System SystemSetup
 # remove old menu entry
 rm -rf %{buildroot}/%{_libexecdir}/menu/gcompris
@@ -427,7 +427,8 @@
 %postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README
+%license COPYING
 %doc %{_mandir}/man6/gcompris*
 %dir %{_libdir}/gcompris
 %dir %{_datadir}/gcompris

++ gcompris.desktop ++
--- /var/tmp/diff_new_pack.0JkzaJ/_old  2019-10-30 14:42:55.373869966 +0100
+++ /var/tmp/diff_new_pack.0JkzaJ/_new  2019-10-30 14:42:55.373869966 +0100
@@ -69,5 +69,5 @@
 Icon=gcompris
 Terminal=false
 Type=Application
-Categories=Education;Teaching;
+Categories=Education;Math;Languages;
 StartupNotify=true




commit gcompris for openSUSE:Factory

2018-08-06 Thread root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2018-08-06 11:54:02

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Mon Aug  6 11:54:02 2018 rev:17 rq:627483 version:17.05

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2018-06-02 
12:13:36.284784617 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2018-08-06 
11:54:04.809223776 +0200
@@ -1,0 +2,6 @@
+Fri Aug  3 20:21:01 UTC 2018 - bwiedem...@suse.com
+
+- Update gcompris-13.11-remove_build_date.patch to change configure.ac
+  (because we do autoreconf) to fix build date (boo#1047218)
+
+---



Other differences:
--
++ gcompris-13.11-remove_build_date.patch ++
--- /var/tmp/diff_new_pack.RL9Ed9/_old  2018-08-06 11:54:08.573230311 +0200
+++ /var/tmp/diff_new_pack.RL9Ed9/_new  2018-08-06 11:54:08.577230319 +0200
@@ -1,3 +1,5 @@
+FIX-UPSTREAM https://github.com/gcompris/GCompris-gtk/pull/21
+
 Index: gcompris-17.05/configure
 ===
 --- gcompris-17.05.orig/configure
@@ -7,7 +9,20 @@
  
  
 -BUILD_DATE=`date +%y%m`
-+BUILD_DATE=""
++BUILD_DATE=`date -r ChangeLog +%y%m`
  
  cat >>confdefs.h <<_ACEOF
  #define BUILD_DATE "$BUILD_DATE"
+Index: gcompris-17.05/configure.ac
+===
+--- gcompris-17.05.orig/configure.ac
 gcompris-17.05/configure.ac
+@@ -177,7 +177,7 @@ dnl GCompris needs to know which locale
+ AC_SUBST(ALL_LINGUAS)
+ AC_DEFINE_UNQUOTED(ALL_LINGUAS, "${ALL_LINGUAS}", [Supported languages])
+ 
+-BUILD_DATE=`date +%y%m`
++BUILD_DATE=`date -r ChangeLog +%y%m`
+ AC_DEFINE_UNQUOTED(BUILD_DATE,"$BUILD_DATE", [Date at which GCompris has been 
built])
+ AC_SUBST(BUILD_DATE)
+ 




commit gcompris for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2018-06-02 12:12:52

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Sat Jun  2 12:12:52 2018 rev:16 rq:613328 version:17.05

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2018-03-14 
19:37:29.992479836 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2018-06-02 
12:13:36.284784617 +0200
@@ -1,0 +2,9 @@
+Sat May 19 20:35:06 UTC 2018 - bjorn@gmail.com
+
+- Clean up spec file, remove all obsolete conditionals, and remove
+  all non openSUSE Build parts, run spec-cleaner.
+- Drop a lot of unneeded and outdated BuildRequires, add
+  BuildRequires (pkgconfig-style mostly) following what configure
+  really looks for. Drop Requires from the devel subpackage.
+
+---



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.uwAdnV/_old  2018-06-02 12:13:45.396450412 +0200
+++ /var/tmp/diff_new_pack.uwAdnV/_new  2018-06-02 12:13:45.400450266 +0200
@@ -17,104 +17,51 @@
 
 
 Name:   gcompris
+Version:17.05
+Release:0
 Summary:Multiactivity educational software for children aged 2–10
 License:GPL-3.0-or-later
 Group:  Amusements/Teaching/Other
-Version:17.05
-Release:0
-Url:http://gcompris.net
+URL:http://gcompris.net
 Source0:%{name}-%{version}.tar.bz2
 Source1:gcompris.desktop
 Source2:gcompris-edit.desktop
 Source3:gcompris-rpmlintrc
 Source4:gcompris.6
+
+# PATCH-FIX-UPSTREAM gcompris-13.11-remove_build_date.patch -- Make build 
reproducible
 Patch1: gcompris-13.11-remove_build_date.patch
-# work around solver bug, require the package instead the lib
 # PATCH-FIX-UPSTREAM gcompris-gstreamer-1.0.patch bgo#747949 deb#785840 
badshah...@gmail.com -- Port to gstreamer 1.0; patch taken from debian patch 
tracker
 Patch2: gcompris-gstreamer-1.0.patch
+
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gettext-devel
+BuildRequires:  fdupes
+BuildRequires:  gnome-common
 BuildRequires:  gnuchess >= 5.02
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  makeinfo
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
 BuildRequires:  sqlite-devel >= 3
-%if 0%{?sles_version}
-BuildRequires:  gtk2-devel
-BuildRequires:  libxml2-devel
-%else
+BuildRequires:  texi2html
+BuildRequires:  texinfo
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gmodule-no-export-2.0)
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-%endif
+BuildRequires:  pkgconfig(pycairo)
+BuildRequires:  pkgconfig(pygtk-2.0)
 Requires:   gcompris-voices >= %{version}
 Requires:   gnucap
 Requires:   gnuchess
 Requires:   tuxpaint
-###
-# Fedora specials
-###
-%if 0%{?fedora_version}
-BuildRequires:  desktop-file-utils
-BuildRequires:  desktop-file-utils
-BuildRequires:  gnome-python2-devel
-BuildRequires:  gstreamer-devel
-BuildRequires:  libX11-devel
-BuildRequires:  librsvg2-devel
-BuildRequires:  pycairo-devel
-BuildRequires:  pygtk2-devel
-BuildRequires:  texi2html
-%if 0%{?fedora} <= 15
-BuildRequires:  pypkgconfig(gtk+-2.0)
-%else
-BuildRequires:  gtk+-devel
-%endif
-%if 0%{?fedora} <= 16
-BuildRequires:  python-sqlite2
-Requires:   python-sqlite2
-%endif
-%endif
-###
-# Mandriva specials
-###
-%if 0%{?mandriva_version}
-BuildRequires:  codeina
-BuildRequires:  desktop-file-utils
-BuildRequires:  gnome-python-devel
-BuildRequires:  gstreamer-devel
-BuildRequires:  librsvg-devel
-BuildRequires:  polkit-gnome
-BuildRequires:  pygtk2.0-devel
-BuildRequires:  python-sqlite2
-BuildRequires:  tetex-texi2html
-Requires:   python-sqlite2
-%endif
-###
-# SUSE specials
-###
-%if 0%{?suse_version}
-BuildRequires:  fdupes
-BuildRequires:  gnome-common
-BuildRequires:  intltool
-BuildRequires:  libgnome-devel
-BuildRequires:  libgnomeui-devel
-BuildRequires:  librsvg-devel
-BuildRequires:  python-gtk
-BuildRequires:  python-gtk-devel
-BuildRequires:  texlive-latex
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gmodule-no-export-2.0)
-BuildRequires:  pkgconfig(gstreamer-1.0)
-%if 

commit gcompris for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2018-03-14 19:37:28

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Wed Mar 14 19:37:28 2018 rev:15 rq:585031 version:17.05

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2018-01-13 
21:44:57.841580395 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2018-03-14 
19:37:29.992479836 +0100
@@ -1,0 +2,5 @@
+Thu Mar  8 20:12:48 UTC 2018 - crrodrig...@opensuse.org
+
+- remove xorg-x11-libs from buildrequires 
+
+---



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.IoPAP9/_old  2018-03-14 19:37:36.788238456 +0100
+++ /var/tmp/diff_new_pack.IoPAP9/_new  2018-03-14 19:37:36.796238172 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcompris
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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:   gcompris
 Summary:Multiactivity educational software for children aged 2–10
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Amusements/Teaching/Other
 Version:17.05
 Release:0
@@ -105,7 +105,6 @@
 BuildRequires:  python-gtk-devel
 BuildRequires:  texlive-latex
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-libs
 BuildRequires:  pkgconfig(gmodule-no-export-2.0)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 %if 0%{?suse_version} > 1130




commit gcompris for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2018-01-13 21:44:55

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Sat Jan 13 21:44:55 2018 rev:14 rq:559112 version:17.05

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2017-07-17 
09:10:22.318581664 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2018-01-13 
21:44:57.841580395 +0100
@@ -1,0 +2,6 @@
+Thu Dec 14 11:22:43 UTC 2017 - l...@linux-schulserver.de
+
+- add 'keywords' to the desktop file and add the version number for
+  correctly parsing the desktop file 
+
+---



Other differences:
--
++ gcompris.desktop ++
--- /var/tmp/diff_new_pack.f2Lt2A/_old  2018-01-13 21:45:04.297279477 +0100
+++ /var/tmp/diff_new_pack.f2Lt2A/_new  2018-01-13 21:45:04.297279477 +0100
@@ -63,6 +63,8 @@
 Comment[tr]=2-10 yaş için eğitici oyunlar
 Comment[vi]=Trò chơi giáo dục cho trẻ con từ 2 đến 10 tuổi
 Comment[zh_TW]=適合二到十歲的教育遊戲
+Keywords=Play;Game;Learn;Teach;Education;Kids;
+Version=1.1
 Exec=gcompris
 Icon=gcompris
 Terminal=false




commit gcompris for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2017-07-17 09:10:21

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Mon Jul 17 09:10:21 2017 rev:13 rq:510017 version:17.05

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2017-07-10 
11:08:21.292072000 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2017-07-17 
09:10:22.318581664 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 21:28:08 UTC 2017 - jmate...@suse.com
+
+- drop obsolete requirement for python-gnome
+
+---



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.ttBZ8q/_old  2017-07-17 09:10:32.009216755 +0200
+++ /var/tmp/diff_new_pack.ttBZ8q/_new  2017-07-17 09:10:32.013216191 +0200
@@ -101,7 +101,6 @@
 BuildRequires:  libgnome-devel
 BuildRequires:  libgnomeui-devel
 BuildRequires:  librsvg-devel
-BuildRequires:  python-gnome
 BuildRequires:  python-gtk
 BuildRequires:  python-gtk-devel
 BuildRequires:  texlive-latex




commit gcompris for openSUSE:Factory

2017-07-10 Thread root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2017-07-10 11:07:51

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Mon Jul 10 11:07:51 2017 rev:12 rq:509039 version:17.05

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2016-10-10 
16:22:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2017-07-10 
11:08:21.292072000 +0200
@@ -1,0 +2,17 @@
+Sun Jul  9 16:19:17 UTC 2017 - l...@linux-schulserver.de
+
+- update to 17.05:
+  + watercycle hydroelectric, farm-animals: fixed svg images
+due to a bug in librsvg2 these activities had extra large selections,
+bigger than the target item.
+  + admin, make the code more robust to user change
+When users are deleted we may have logs for them. This patch about us to
+just have python error and continues instead of stopping.
+  + gletters, fix a crash case in a free
+  + wordsgame, remove bad sk word
+  + Add Language headers to po files
+  + Updated translations 
+  + Added Icelandic translation
+- refreshed all patches
+
+---

Old:

  gcompris-15.10.tar.bz2

New:

  gcompris-17.05.tar.bz2



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.FaPjI3/_old  2017-07-10 11:08:31.030696734 +0200
+++ /var/tmp/diff_new_pack.FaPjI3/_new  2017-07-10 11:08:31.034696168 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcompris
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Multiactivity educational software for children aged 2–10
 License:GPL-3.0+
 Group:  Amusements/Teaching/Other
-Version:15.10
+Version:17.05
 Release:0
 Url:http://gcompris.net
 Source0:%{name}-%{version}.tar.bz2

++ gcompris-13.11-remove_build_date.patch ++
--- /var/tmp/diff_new_pack.FaPjI3/_old  2017-07-10 11:08:31.062692215 +0200
+++ /var/tmp/diff_new_pack.FaPjI3/_new  2017-07-10 11:08:31.066691650 +0200
@@ -1,8 +1,8 @@
-Index: gcompris-14.12/configure
+Index: gcompris-17.05/configure
 ===
 gcompris-14.12.orig/configure
-+++ gcompris-14.12/configure
-@@ -16569,7 +16569,7 @@ cat >>confdefs.h <<_ACEOF
+--- gcompris-17.05.orig/configure
 gcompris-17.05/configure
+@@ -16541,7 +16541,7 @@ cat >>confdefs.h <<_ACEOF
  _ACEOF
  
  

++ gcompris-15.10.tar.bz2 -> gcompris-17.05.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcompris/gcompris-15.10.tar.bz2 
/work/SRC/openSUSE:Factory/.gcompris.new/gcompris-17.05.tar.bz2 differ: char 
11, line 1

++ gcompris-gstreamer-1.0.patch ++
--- /var/tmp/diff_new_pack.FaPjI3/_old  2017-07-10 11:08:31.114684873 +0200
+++ /var/tmp/diff_new_pack.FaPjI3/_new  2017-07-10 11:08:31.114684873 +0200
@@ -1,5 +1,7 @@
 gcompris-15.02.orig/configure.ac
-+++ gcompris-15.02/configure.ac
+Index: gcompris-17.05/configure.ac
+===
+--- gcompris-17.05.orig/configure.ac
 gcompris-17.05/configure.ac
 @@ -389,7 +389,7 @@ if test x$with_sdlmixer = xyes; then
AUDIO_LIBS="$AUDIO_LIBS -lSDL_mixer"
  else
@@ -9,11 +11,10 @@
AC_DEFINE([USE_GSTREAMER], 1,[gstreamer is enabled])
  fi
  AC_SUBST(AUDIO_CFLAGS)
-
-Index: gcompris-15.10/src/gcompris/gstreamer.c
+Index: gcompris-17.05/src/gcompris/gstreamer.c
 ===
 gcompris-15.10.orig/src/gcompris/gstreamer.c
-+++ gcompris-15.10/src/gcompris/gstreamer.c
+--- gcompris-17.05.orig/src/gcompris/gstreamer.c
 gcompris-17.05/src/gcompris/gstreamer.c
 @@ -24,6 +24,7 @@
  
  #include "gcompris.h"




commit gcompris for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2016-10-10 16:22:04

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2016-07-30 
00:26:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2016-10-10 
16:22:08.0 +0200
@@ -1,0 +2,14 @@
+Fri Sep 30 15:21:49 UTC 2016 - badshah...@gmail.com
+
+- Add gcompris-gstreamer-1.0.patch: Port to gstreamer 1.0; patch
+  taken from debian patch tracker (bgo#747949, deb#785840); patch
+  touches autotool files, run autoreconf before ./configure
+  (BuildRequires added on automake, autoconf, libtool,
+  gnome-common). Update gstreamer BuildRequires accordingly.
+- Remove libtool archives from installed files for openSUSE --
+  these are not needed and causes problems such as:
+  Missing "Requires: gtk2-devel" in dependency chain
+  (/usr/lib64/gcompris/libgoocanvas.la from gcompris-devel
+  requires /usr/lib64/libgtk-x11-2.0.so) and so on.
+
+---

New:

  gcompris-gstreamer-1.0.patch



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.tKWkF8/_old  2016-10-10 16:22:16.0 +0200
+++ /var/tmp/diff_new_pack.tKWkF8/_new  2016-10-10 16:22:16.0 +0200
@@ -30,9 +30,14 @@
 Source4:gcompris.6
 Patch1: gcompris-13.11-remove_build_date.patch
 # work around solver bug, require the package instead the lib
+# PATCH-FIX-UPSTREAM gcompris-gstreamer-1.0.patch bgo#747949 deb#785840 
badshah...@gmail.com -- Port to gstreamer 1.0; patch taken from debian patch 
tracker
+Patch2: gcompris-gstreamer-1.0.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gettext-devel
 BuildRequires:  gnuchess >= 5.02
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  makeinfo
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
@@ -78,7 +83,7 @@
 BuildRequires:  codeina
 BuildRequires:  desktop-file-utils
 BuildRequires:  gnome-python-devel
-BuildRequires:  gstreamer0.10-devel
+BuildRequires:  gstreamer-devel
 BuildRequires:  librsvg-devel
 BuildRequires:  polkit-gnome
 BuildRequires:  pygtk2.0-devel
@@ -91,7 +96,7 @@
 ###
 %if 0%{?suse_version}
 BuildRequires:  fdupes
-BuildRequires:  gstreamer010-devel
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  libgnome-devel
 BuildRequires:  libgnomeui-devel
@@ -102,6 +107,8 @@
 BuildRequires:  texlive-latex
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libs
+BuildRequires:  pkgconfig(gmodule-no-export-2.0)
+BuildRequires:  pkgconfig(gstreamer-1.0)
 %if 0%{?suse_version} > 1130
 # to get rid of the "GLib-GIO-WARNING **: FAMOpen failed, FAMErrno=0" messages,
 # we need a running FAM server (not mandatory):
@@ -428,6 +435,7 @@
 %prep
 %setup -q
 %patch1 -p1 
+%patch2 -p1
 find . -name ".cvsignore" -delete
 find . -name ".gitignore" -delete
 # wrong-file-end-of-line-encoding
@@ -438,6 +446,7 @@
 if [ -f /usr/share/gettext/config.rpath -a ! -f config.rpath ] ; then
 cp -v /usr/share/gettext/config.rpath .
 fi
+autoreconf -fiv
 %configure  --quiet \
 --enable-sqlite \
--disable-static \
@@ -476,6 +485,11 @@
 #
 # save space, use fdupes
 #
+
+# REMOVE LIBTOOL ARCHIVE, THESE ARE UNNECESSARY, AND INTRODUCE WARNINGS LIKE:
+# Missing "Requires: gtk2-devel" in dependency chain 
(/usr/lib64/gcompris/libgoocanvas.la from gcompris-devel requires 
/usr/lib64/libgtk-x11-2.0.so)
+rm -fr %{buildroot}%{_libdir}/gcompris/*.la
+
 %fdupes %{buildroot}
 %endif
 test -f %{buildroot}%{_datadir}/gcompris/boards/voices/recode.sh && chmod +x 
%{buildroot}%{_datadir}/gcompris/boards/voices/recode.sh
@@ -532,7 +546,6 @@
 
 %files devel
 %defattr(-, root, root)
-%{_libdir}/gcompris/*.*a
 %{_libdir}/gcompris/libgoocanvas.so
 
 %files voices-ar

++ gcompris-gstreamer-1.0.patch ++
--- gcompris-15.02.orig/configure.ac
+++ gcompris-15.02/configure.ac
@@ -389,7 +389,7 @@ if test x$with_sdlmixer = xyes; then
   AUDIO_LIBS="$AUDIO_LIBS -lSDL_mixer"
 else
   dnl Default is gstreamer
-  PKG_CHECK_MODULES(AUDIO, gstreamer-0.10,, AC_MSG_ERROR([*** GSTREAMER not 
found!]))
+  PKG_CHECK_MODULES(AUDIO, gstreamer-1.0 gmodule-no-export-2.0,, 
AC_MSG_ERROR([*** GSTREAMER not found!]))
   AC_DEFINE([USE_GSTREAMER], 1,[gstreamer is enabled])
 fi
 AC_SUBST(AUDIO_CFLAGS)

Index: gcompris-15.10/src/gcompris/gstreamer.c
===
--- gcompris-15.10.orig/src/gcompris/gstreamer.c

commit gcompris for openSUSE:Factory

2016-07-29 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2016-07-30 00:26:18

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2015-11-08 
11:27:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2016-07-30 
00:26:19.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 22 17:21:20 UTC 2016 - jeng...@inai.de
+
+- Set data file subpackages to noarch and adjust their summaries
+  to match. Trim filler words/phrases from main description and
+  make the summary useful.
+
+---



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.UFQmYl/_old  2016-07-30 00:26:28.0 +0200
+++ /var/tmp/diff_new_pack.UFQmYl/_new  2016-07-30 00:26:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcompris
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gcompris
-Summary:J'ai compris / I Have Understood
+Summary:Multiactivity educational software for children aged 2–10
 License:GPL-3.0+
 Group:  Amusements/Teaching/Other
 Version:15.10
@@ -108,7 +108,6 @@
 Recommends: fam-server
 %endif
 %endif
-%define prefix /usr
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #--
 
@@ -126,14 +125,9 @@
 -  reading: reading practice
 -  other: learn to tell time, puzzle of famous paintings, vector drawing, ...
 
-Currently GCompris offers in excess of 80 activities and more are being
-developed. GCompris is free software, that means that you can adapt  it
-to your own needs, improve it and, most importantly, share it with
-children everywhere.
+Currently, GCompris offers in excess of 80 activities.
 
 %package devel
-Version:%{version}
-Release:0
 Summary:Development package for gcompris
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -155,140 +149,127 @@
 This package contains header files for developing new applications with 
gcompris.
 
 %package voices-ar
-Version:%{version}
-Release:0
-Summary:GCompris Arabic voices
+Summary:GCompris voices in Arabic
 Group:  Amusements/Teaching/Other
 Requires:   %{name} = %{version}
 Provides:   gcompris-voices = %{version}
 Provides:   locale(gcompris:ar)
+BuildArch:  noarch
 
 %description voices-ar
 Arabic voices for the GCompris game.
 
 %package voices-br
-Version:%{version}
-Release:0
-Summary:GCompris Brazil voices
+Summary:GCompris voices in Breton
 Group:  Amusements/Teaching/Other
 Requires:   %{name} = %{version}
 Provides:   gcompris-voices = %{version}
 Provides:   locale(gcompris:br)
+BuildArch:  noarch
 
 %description voices-br
-Brazil voices for the GCompris game.
+Breton voices for the GCompris game.
 
 %package voices-cs
-Version:%{version}
-Release:0
-Summary:GCompris Czech voices
+Summary:GCompris voices in Czech
 Group:  Amusements/Teaching/Other
 Requires:   %{name} = %{version}
 Provides:   gcompris-voices = %{version}
 Provides:   locale(gcompris:cs)
+BuildArch:  noarch
 
 %description voices-cs
 Czech voices for the GCompris game.
 
 %package voices-da
-Version:%{version}
-Release:0
-Summary:GCompris Danish voices
+Summary:GCompris voices in Danish
 Group:  Amusements/Teaching/Other
 Requires:   %{name} = %{version}
 Provides:   gcompris-voices = %{version}
 Provides:   locale(gcompris:da)
+BuildArch:  noarch
 
 %description voices-da
 Danish voices for the GCompris game.
 
 %package voices-de
-Version:%{version}
-Release:0
 Summary:GCompris voices in German
 Group:  Amusements/Teaching/Other
 Requires:   %{name} = %{version}
 Provides:   gcompris-voices = %{version}
 Provides:   locale(gcompris:de)
+BuildArch:  noarch
 
 %description voices-de
 German voices for the GCompris game.
 
 %package voices-el
-Version:%{version}
-Release:0
 Summary:GCompris voices in Greek
 Group:  Amusements/Teaching/Other
 Requires:   %{name} = %{version}
 Provides:   

commit gcompris for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2015-11-08 11:27:07

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is "gcompris"

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2015-03-16 
07:00:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2015-11-08 
11:27:30.0 +0100
@@ -1,0 +2,30 @@
+Fri Oct 30 14:33:01 UTC 2015 - mimi...@gmail.com
+
+- update to 15.10:
+  Bug fixes and improvements:
++ core, proper locale detection from the env variable
++ explore_wold_animals, changed the map background
++ german translation fix for letter 'b' broken in hangman
++ play_piano, fix string too large for button in some languages
++ play_rhythm, made a bigger text area to accomodate larger translations
++ add a generic-name entry in our desktop file
++ windows, set a bat file as a startup entry point to avoid the R6034 error
++ piano_composition, fix image name (eighth instead of quarter) by Johnny 
Jazeix
+  Translations update:
++ Added Bosnian translation by Samir Ribic
++ Fixes to Catalan translation by Jordi Mas
++ Updated ALL_LINGUAS by Piotr Drąg
++ Updated Czech translation by Marek Černocký
++ Updated Hebrew translation by Yosef Or Boczko
++ Updated Hungarian translation by Balázs Úr
++ Updated Lithuanian translation by Aurimas Černius
++ Updated Portuguese translation by Pedro Albuquerque
++ Updated Scottish Gaelic translation
++ Updated Spanish translation by Daniel Mustieles
++ Updated Swedish translation by Anders Jonsson and Josef Andersson
++ Updated Turkish translation by Atilla ÖNTAŞ
+  Voices:
++ Updated Brazilian Portuguese by Marcos Dias Meneghel
++ Initial catalan voices by Antoni Bella Pérez
+
+---

Old:

  gcompris-15.02.tar.bz2

New:

  gcompris-15.10.tar.bz2



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.K53H8Z/_old  2015-11-08 11:27:43.0 +0100
+++ /var/tmp/diff_new_pack.K53H8Z/_new  2015-11-08 11:27:43.0 +0100
@@ -20,7 +20,7 @@
 Summary:J'ai compris / I Have Understood
 License:GPL-3.0+
 Group:  Amusements/Teaching/Other
-Version:15.02
+Version:15.10
 Release:0
 Url:http://gcompris.net
 Source0:%{name}-%{version}.tar.bz2

++ gcompris-15.02.tar.bz2 -> gcompris-15.10.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcompris/gcompris-15.02.tar.bz2 
/work/SRC/openSUSE:Factory/.gcompris.new/gcompris-15.10.tar.bz2 differ: char 
11, line 1




commit gcompris for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2015-03-16 07:00:11

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is gcompris

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2015-03-05 
15:31:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2015-03-16 
07:00:24.0 +0100
@@ -1,0 +2,19 @@
+Thu Mar  5 01:33:03 UTC 2015 - l...@linux-schulserver.de
+
+- update to 15.02:
+  Bug fixes and improvements:
+  + missing_letter, data fix for bolsa and pastel in Spanish by Edy Paz
+  + lang, fix a bug in case of excactly 12 triplets in the dataset by Jan Boon
+  + trying to avoid a crash case in the menu by Bruno Coudoin
+  + gletters, add Norwegian Bokmål dataset based on the Nynorsk one by Bruno 
Coudoin
+  + Fix a typo in submarine.c by Gabor Kelemen 
+  Translations update:
+  + Updated Russian translation by Stas Solovey
+  + Updated Spanish translation by Daniel Mustieles
+  + Updated Serbian translation by Мирослав Николић
+  + Updated Brazilian Portuguese translation by Rafael Ferreira
+  + Updated Hungarian translation by Balázs Úr
+  + Updated Czech translation by Marek Černocký
+  + Updated Hungarian translation by Balázs Úr 
+
+---

Old:

  gcompris-14.12.tar.bz2

New:

  gcompris-15.02.tar.bz2



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.YOecNI/_old  2015-03-16 07:00:34.0 +0100
+++ /var/tmp/diff_new_pack.YOecNI/_new  2015-03-16 07:00:34.0 +0100
@@ -20,7 +20,7 @@
 Summary:J'ai compris / I Have Understood
 License:GPL-3.0+
 Group:  Amusements/Teaching/Other
-Version:14.12
+Version:15.02
 Release:0
 Url:http://gcompris.net
 Source0:%{name}-%{version}.tar.bz2

++ gcompris-14.12.tar.bz2 - gcompris-15.02.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcompris/gcompris-14.12.tar.bz2 
/work/SRC/openSUSE:Factory/.gcompris.new/gcompris-15.02.tar.bz2 differ: char 
11, line 1

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



commit gcompris for openSUSE:Factory

2015-03-05 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2015-03-05 15:30:42

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is gcompris

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2013-10-14 
14:26:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2015-03-05 
15:31:28.0 +0100
@@ -1,0 +2,72 @@
+Thu Feb 19 12:52:47 UTC 2015 - dims...@opensuse.org
+
+- BuildRequire makeinfo in place of texinfo: the smaller dependency
+  is sufficient.
+- Stop registering .info files in post/postun: there is no .info
+  file being installed since the update to 12.11.
+
+---
+Fri Dec 26 00:59:01 UTC 2014 - l...@linux-schulserver.de
+
+- update to 14.12:
+  + Fixed Hangman to fit keyboards with many letters
+  + Wordsgame: minor fixes for french wordlist
+  + added support for the new --fullscreen option of tuxpaint
+  + fixed minor typos - resulting in many language updates
+- Add gcompris-13.11-remove_build_date.patch.
+
+---
+Sat Aug 16 09:31:45 UTC 2014 - l...@linux-schulserver.de
+
+- recommend fam-server package on newer openSUSE releases to get 
+  rid of the GLib-GIO-WARNING **: FAMOpen failed, FAMErrno=0 
+  messages on startup
+
+---
+Sun Aug 10 14:01:25 UTC 2014 - l...@linux-schulserver.de
+
+- update to 14.07:
+  Major fixes
+  + In 'play_rhythm' activity fixed black background issue, 
+this activity was not usable.
+  Minor
+  + fixed confusion around translator context in geography,
+fixed several typos in english
+  + memory*, more appropriate difficulty level
+  + Added new standard desktop file gcompris.appdata
+  Translation update
+  + Updated Brazilian Portuguese translation by Rafael Ferreira
+  + Updated Czech translation by Marek Černocký
+  + Updated Scottish Gaelic translation by GunChleoc
+  + Updated Greek translation by Yannis Kaskamanidis
+
+---
+Mon Jun  2 11:02:27 UTC 2014 - l...@linux-schulserver.de
+
+- update to 14.05:
+  + Exclude known symbol fonts from the font selector
+  + Now the python path separator is ';' on windows. Before that it
+was not possible to install GCompris on another disk drive on Windows
+(other than C:)
+  + Added missing timer images (the balloon) in the multiplication table
+activity. 
+  Translation update:   
+  + Updated Russian translation by Yuri Myasoedov 
+  + Updated Greek translation by Yannis Kaskamanidis
+  + Updated french translation by Bruno Coudoin 
+  + Updated Norwegian bokmål translation by Erlend Thune
+- removed gcompris-incorrect-fsf-address.patch
+
+---
+Fri Nov 29 22:28:01 UTC 2013 - l...@linux-schulserver.de
+
+- update to 13.11:
+  + A new activity in the reading section that presents a set of 
+image, text and voice to children and an exercise set around them. 
+This includes about 1000 images and voices in English, Spanish, 
+French, and Gaelic-Scottish. The images and voices come from the 
+Art4Apps project, a big thanks to them for providing a such useful 
+resource (under CC BY-SA). If you want to thanks Art4Apps for 
+their hard work please consider making a donation on their site.
+
+---

Old:

  gcompris-12.11.tar.bz2
  gcompris-incorrect-fsf-address.patch

New:

  gcompris-13.11-remove_build_date.patch
  gcompris-14.12.tar.bz2
  gcompris.6



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.8gONyO/_old  2015-03-05 15:31:36.0 +0100
+++ /var/tmp/diff_new_pack.8gONyO/_new  2015-03-05 15:31:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcompris
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,22 +20,23 @@
 Summary:J'ai compris / I Have Understood
 License:GPL-3.0+
 Group:  Amusements/Teaching/Other
-Version:12.11
+Version:14.12
 Release:0
 Url:http://gcompris.net
 Source0:%{name}-%{version}.tar.bz2
 Source1:gcompris.desktop
 Source2:gcompris-edit.desktop
 Source3:gcompris-rpmlintrc
-Patch0: 

commit gcompris for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2013-10-14 14:26:52

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is gcompris

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2013-04-26 
12:37:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2013-10-14 
14:26:54.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 12 17:53:07 UTC 2013 - sv...@svalx.net
+
+- Fix BuildRequires for SLE build
+
+---



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.0XNO8O/_old  2013-10-14 14:26:59.0 +0200
+++ /var/tmp/diff_new_pack.0XNO8O/_new  2013-10-14 14:26:59.0 +0200
@@ -36,8 +36,13 @@
 BuildRequires:  python-devel
 BuildRequires:  sqlite-devel = 3
 BuildRequires:  texinfo
+%if 0%{?sles_version}
+BuildRequires:  gtk2-devel
+BuildRequires:  libxml2-devel
+%else
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+%endif
 Requires:   gcompris-voices = %{version}
 Requires:   gnucap
 Requires:   gnuchess
@@ -456,7 +461,7 @@
 find . -name .cvsignore -exec rm -f {} \;
 find . -name .gitignore -exec rm -f {} \;
 # wrong-file-end-of-line-encoding
-#sed -i s|
||g ./docs/eu/topic.dat
+#sed -i s|||g ./docs/eu/topic.dat
 
 %build
 # workaround for missing config.rpath
@@ -531,9 +536,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 /sbin/ldconfig
 %if 0%{?suse_version}
@@ -665,7 +667,7 @@
 
 %files voices-sr
 %defattr(-, root, root)
-%if 0%{?suse_version} == 1120
+%if 0%{?suse_version} = 1120
 %dir %{_datadir}/locale/sr_ME
 %dir %{_datadir}/locale/sr_ME/LC_MESSAGES
 %endif

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



commit gcompris for openSUSE:Factory

2013-04-25 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2013-04-26 07:35:25

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is gcompris, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2013-01-24 
15:35:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2013-04-26 
07:35:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 18 09:11:38 UTC 2013 - l...@linux-schulserver.de
+
+- Mandriva 2010.1 needs tetex-texi2html in build requires now
+
+---



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.gjwcPX/_old  2013-04-26 07:36:04.0 +0200
+++ /var/tmp/diff_new_pack.gjwcPX/_new  2013-04-26 07:36:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcompris
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -52,16 +52,18 @@
 BuildRequires:  gstreamer-devel
 BuildRequires:  libX11-devel
 BuildRequires:  librsvg2-devel
-BuildRequires:  pygtk2-devel
 BuildRequires:  pycairo-devel
+BuildRequires:  pygtk2-devel
 BuildRequires:  texi2html
 %if 0%{?fedora} = 15
 BuildRequires:  pypkgconfig(gtk+-2.0)
 %else
 BuildRequires:  gtk+-devel
 %endif
+%if 0%{?fedora} = 16
 BuildRequires:  python-sqlite2
 Requires:   python-sqlite2
+%endif
 Requires(pre):  info
 Requires(post): info
 %endif
@@ -72,11 +74,12 @@
 BuildRequires:  codeina
 BuildRequires:  desktop-file-utils
 BuildRequires:  gnome-python-devel
-BuildRequires:  gstreamer0.10-esound
+BuildRequires:  gstreamer0.10-devel
 BuildRequires:  librsvg-devel
 BuildRequires:  polkit-gnome
 BuildRequires:  pygtk2.0-devel
 BuildRequires:  python-sqlite2
+BuildRequires:  tetex-texi2html
 Requires:   python-sqlite2
 Requires(pre):  info
 Requires(post): info

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



commit gcompris for openSUSE:Factory

2013-01-24 Thread h_root
Hello community,

here is the log from the commit of package gcompris for openSUSE:Factory 
checked in at 2013-01-24 15:34:47

Comparing /work/SRC/openSUSE:Factory/gcompris (Old)
 and  /work/SRC/openSUSE:Factory/.gcompris.new (New)


Package is gcompris, Maintainer is sndir...@suse.com

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2013-01-24 
15:35:06.0 +0100
@@ -0,0 +1,881 @@
+---
+Mon Nov 26 14:53:48 UTC 2012 - l...@linux-schulserver.de
+
+- update to 12.11:
+  + This release includes 13 new activities (136 activities total)
+  + geography: removed sublevels, reworked and fixed many maps
+  + removed the libgnet dependency
+  + sudoku, level 5 was broken
+  + scalesboard, little graphic improvement
+  + updated translations and english voices
+  + new Slovak voice set
+- removed gnet dependencies
+- no info files any longer
+
+---
+Sun Oct 28 08:56:42 UTC 2012 - l...@linux-schulserver.de
+
+- update to 12.11PRE1:
+  + menus are now sorted by names
+  + Updated translations
+  + fixed some typos in various geography names
+  + many fixes in play piano activity
+
+---
+Tue Jun 19 23:36:58 UTC 2012 - l...@linux-schulserver.de
+
+- update to 12.05:
+  + Administration: performance improvement in board selection 
+/ deselection 
+  + Animation: fixed the implementation of the z order management.
+  + Braille_alphabets: fixed level with numbers.
+  + Core: fixed the command line option --difficulty which was 
+  not working. 
+  + Core: added the command line option --disable-database 
+  + Core: in case no activities are selected display a nice error message.
+  + Core: no more crash if we fail to write to the database. 
+  + Drawnumber; now the dots are in random orders each time we play
+this activity.
+  + Electric: cleanup, removed unused image. 
+  + Electric: added a red led. replaces the diode. 
+  + Electric: fixed a simulation issue: there was a missing 
+  recalculation when a component blows up. 
+  + Electric: now each wire is draw with a random color. 
+  + Geo_country: added India by Matilda Bernard 
+  + Geo_country: added Australia by Matilda Bernard 
+  + Geo_country: added china countries. 
+  + Geography: fixed reference to audio files for sudan and congo. 
+  + Geography: fixed naming of burkina to always be 'burkina faso'
+  + Geography: fixed the name of antartica to be properly spelled 
+   as antarctica. 
+  + Instrument: fixed wrong instrument bass drum was really a snare drum. 
+  + Lang: reworked the number level using images from wikicommons. 
+  + Lang: inprogress, added many images. 
+  + Lang: now play the sounds in interrupt mode, better user experience. 
+  + Lang: added hightlighs on buttons. 
+  + Louis_braille activity: fixed a wrong fact
+  + Management of sounds in the bar: removed the bleep and play the 
+level in interrupt mode. 
+  + Money: the bonus lost is now displayed in case the children click 
+   ok and the answer it wrong.
+  + Tools: added a tool to display the list of missing voices of 
+   a given language. 
+  + Tools: Improved gimp script foo by Angel Ivan Moreno 
+  + Updated translations
+  + Wordgame: fixed hungarian word dataset, the level 2 was missing.
+  + Wordgame: improved the hungarian list of words by Somlai István
+  + Wordprocessor: added support for setting hyperlinks
+
+---
+Wed Jan 18 09:30:06 UTC 2012 - l...@linux-schulserver.de
+
+- update to 12.01:
+  + Bug fixes:
+  ++ compilation: Added ifdefs to compile with gdkpixbuf  2.24 
+ by Hans de Goede
+  ++ guessnumber: fixed a potential crash at exit time. 
+ Give focus on the entry box.
+  ++ braille fun: added audio feedback.
+  ++ braille alphabet: improved to audio play the letter to find
+  ++ braille lotto: fixed not to go back to the main menu at the
+ end. Improved it a little bit the layour to accomodate with 
+ longer translated text. Added sound effects.
+  ++ shapegame: Fixed a random crash in shapegame activities that
+ happened while dragging a piece. Minor, now clicking on the
+ left/right image selector does not trig the ok check.
+  ++ clockgame: the first levels now highlight the hour sectors 
+ to make them easier to recognize and to teach. 
+ (By Angelo Naselli)
+  ++ instruments activity: added a check for sound availability 
+ in the icon menu. Now the background music is muted when
+ entering this activity.
+  ++ memory: minor fix