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.changes        2013-10-14 
14:26:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2015-03-05 
15:31:28.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.8gONyO/_new  2015-03-05 15:31:36.000000000 +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:         gcompris-incorrect-fsf-address.patch
+Source4:        gcompris.6
+Patch1:         gcompris-13.11-remove_build_date.patch
 # work around solver bug, require the package instead the lib
 BuildRequires:  gettext-devel
 BuildRequires:  gnuchess >= 5.02
 BuildRequires:  intltool
+BuildRequires:  makeinfo
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  sqlite-devel >= 3
-BuildRequires:  texinfo
 %if 0%{?sles_version}
 BuildRequires:  gtk2-devel
 BuildRequires:  libxml2-devel
@@ -69,8 +70,6 @@
 BuildRequires:  python-sqlite2
 Requires:       python-sqlite2
 %endif
-Requires(pre):  info
-Requires(post): info
 %endif
 ###########################################
 # Mandriva specials
@@ -86,8 +85,6 @@
 BuildRequires:  python-sqlite2
 BuildRequires:  tetex-texi2html
 Requires:       python-sqlite2
-Requires(pre):  info
-Requires(post): info
 %endif
 ###########################################
 # SUSE specials
@@ -99,13 +96,17 @@
 BuildRequires:  libgnome-devel
 BuildRequires:  libgnomeui-devel
 BuildRequires:  librsvg-devel
-PreReq:         %install_info_prereq
 BuildRequires:  python-gnome
 BuildRequires:  python-gtk
 BuildRequires:  python-gtk-devel
 BuildRequires:  texlive-latex
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libs
+%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):
+Recommends:     fam-server
+%endif
 %endif
 %define         prefix /usr
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -457,7 +458,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch1 -p1 
 find . -name ".cvsignore" -exec rm -f {} \;
 find . -name ".gitignore" -exec rm -f {} \;
 # wrong-file-end-of-line-encoding
@@ -482,9 +483,9 @@
 make DESTDIR=%{?buildroot:%{buildroot}} install
 test -f %{buildroot}/%{_infodir}/dir && rm -f %{buildroot}/%{_infodir}/dir
 #
-# sorry, these languages are currently not supported
+# install man page
 #
-rm -rf %{buildroot}/%{prefix}/share/locale/{oc,so,ar_TN}
+install -Dm644 %{SOURCE4} %{buildroot}%{_mandir}/man6/%{name}.6
 #
 # install desktop files
 #
@@ -536,39 +537,26 @@
 
 %find_lang %{name}
 
-%post
-/sbin/ldconfig
-%if 0%{?suse_version}
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-%else
-if test -x sbin/install-info ; then
-       sbin/install-info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-fi
-%endif
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
-%if 0%{?suse_version}
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-%else
-if test -x sbin/install-info ; then
-       sbin/install-info --quiet --delete --info-dir=%{_infodir} 
%{_infodir}/%{name}.info.gz
-fi
-%endif
+%postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %doc %{_mandir}/man6/gcompris*
 %dir %{_libdir}/gcompris
-%dir %{prefix}/share/gcompris
+%dir %{_datadir}/gcompris
+%dir %{_datadir}/appdata
 %{_datadir}/applications/*gcompris-edit.desktop
 %{_datadir}/applications/*gcompris.desktop
 %{_datadir}/pixmaps/*.png
 %{_libdir}/gcompris/*.so.*
+%{prefix}/%{_lib}/gcompris/*.so
+%exclude %{_libdir}/gcompris/libgoocanvas.so
+%{_datadir}/appdata/gcompris.appdata.xml
 %{prefix}/share/gcompris/boards
 %{prefix}/share/gcompris/python
-%{prefix}/%{_lib}/gcompris/*.so
 %{prefix}/bin/*
 %exclude %{prefix}/share/gcompris/boards/voices/[a-z][a-z]
 %exclude %{prefix}/share/gcompris/boards/voices/pt_BR
@@ -576,6 +564,7 @@
 %files devel
 %defattr(-, root, root)
 %{prefix}/%{_lib}/gcompris/*.*a
+%{_libdir}/gcompris/libgoocanvas.so
 
 %files voices-ar
 %defattr(-, root, root)

++++++ gcompris-13.11-remove_build_date.patch ++++++
Index: gcompris-14.12/configure
===================================================================
--- gcompris-14.12.orig/configure
+++ gcompris-14.12/configure
@@ -16569,7 +16569,7 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
-BUILD_DATE=`date +%y%m`
+BUILD_DATE=""
 
 cat >>confdefs.h <<_ACEOF
 #define BUILD_DATE "$BUILD_DATE"
++++++ gcompris-12.11.tar.bz2 -> gcompris-14.12.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/gcompris/gcompris-12.11.tar.bz2 
/work/SRC/openSUSE:Factory/.gcompris.new/gcompris-14.12.tar.bz2 differ: char 
11, line 1

++++++ gcompris-12.11.tar.bz2 -> gcompris.6 ++++++
Files /work/SRC/openSUSE:Factory/gcompris/gcompris-12.11.tar.bz2 and 
/work/SRC/openSUSE:Factory/.gcompris.new/gcompris.6 differ

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

Reply via email to