Hello community, here is the log from the commit of package florence.2394 for openSUSE:13.1:Update checked in at 2013-12-23 15:15:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1:Update/florence.2394 (Old) and /work/SRC/openSUSE:13.1:Update/.florence.2394.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "florence.2394" Changes: -------- New Changes file: --- /dev/null 2013-11-25 01:44:08.036031256 +0100 +++ /work/SRC/openSUSE:13.1:Update/.florence.2394.new/florence.changes 2013-12-23 15:15:16.000000000 +0100 @@ -0,0 +1,24 @@ +------------------------------------------------------------------- +Sun Dec 15 16:48:13 UTC 2013 - [email protected] + +- Added florence-icondir.patch: set correct svg icon directory in + order to not broke the app (bnc#855529). +- Add florence-rpmlintrc: filter warnings for duplicate files in + /usr/share/help/florence. Using fdupes could potentially cause + link targets to end up in the -lang package, not being installed + by default. As C lang help though is installed from the main + package, there is a chance of breakage. + +------------------------------------------------------------------- +Sat Sep 21 09:54:00 UTC 2013 - [email protected] + +- Add rarian-scrollkeeper-compat BuildRequires, due to + gnome-doc-utils no longer pulling in scrollkeeper. Configure + explicitly checks for scrollkeeper. +- Own %{_datadir}/omf because of the above change. + +------------------------------------------------------------------- +Sat Jul 6 10:48:22 UTC 2013 - [email protected] + +- Initial build. + New: ---- florence-0.6.0.tar.bz2 florence-icondir.patch florence-rpmlintrc florence.changes florence.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ florence.spec ++++++ # # spec file for package florence # # 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 # 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: florence Version: 0.6.0 Release: 0 Summary: Extensible scalable on-screen virtual keyboard License: GPL-2.0+ and GFDL-1.2 Group: System/X11/Utilities Url: http://florence.sourceforge.net Source0: http://downloads.sourceforge.net/florence/%{name}-%{version}.tar.bz2 Source99: florence-rpmlintrc # PATCH-FIX-OPENSUSE florence-icondir.patch bnc#855529 [email protected] -- Set correct svg icon directory to not breake the application Patch0: florence-icondir.patch BuildRequires: at-spi2-core-devel BuildRequires: intltool BuildRequires: libXtst-devel BuildRequires: librsvg2-devel BuildRequires: pkg-config BuildRequires: rarian-scrollkeeper-compat BuildRequires: update-desktop-files BuildRequires: pkgconfig(gnome-doc-utils) BuildRequires: pkgconfig(gstreamer-0.10) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libxml-2.0) Recommends: %{name}-lang Requires(post): glib2-tools Requires(postun): glib2-tools Requires(post): desktop-file-utils Requires(postun): desktop-file-utils %description Florence is an extensible scalable virtual keyboard for GNOME. You need it if you can't use a real hardware keyboard, for example because you are disabled, your keyboard is broken or because you use a tablet PC, but you must be able to use a pointing device (as a mouse, a trackball or a touchscreen). Florence stays out of your way when you don't need it: it appears on the screen only when you need it. A Timer-based auto-click functionality is available to help disabled people having difficulties to click. %lang_package %prep %setup -q %patch0 sed -i 's|Icon=@ICONDIR@/%{name}.svg|Icon=%{name}|g' data/%{name}.desktop.in.in %build %configure \ --disable-scrollkeeper make %{?_smp_mflags} %install %make_install %suse_update_desktop_file -r %{name} Utility Accessibility %find_lang %{name} %{?no_lang_C} %post %glib2_gsettings_schema_post %desktop_database_post %postun %glib2_gsettings_schema_postun %desktop_database_postun %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING COPYING-DOCS NEWS README %dir %{_datadir}/gnome/help/%{name} %doc %{_datadir}/gnome/help/%{name}/C/ %dir %{_datadir}/omf %dir %{_datadir}/omf/%{name} %doc %{_datadir}/omf/%{name}/%{name}-C.omf %doc %{_mandir}/man1/%{name}.1%{?ext_man} %doc %{_mandir}/man1/%{name}_applet.1%{?ext_man} %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/glib-2.0/schemas/org.%{name}.gschema.xml %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %files lang -f %{name}.lang %changelog ++++++ florence-icondir.patch ++++++ --- configure.orig 2013-12-15 19:55:20.788000046 +0300 +++ configure 2013-12-15 19:55:20.816000053 +0300 @@ -8703,7 +8703,7 @@ # Files generated -ICONDIR=${prefix}/share/pixmaps +ICONDIR=${prefix}/share/icons/hicolor/scalable/apps if test "x$prefix" = "xNONE"; then ICONDIR=/usr/local/share/pixmaps fi --- configure.ac.orig 2013-12-15 19:55:19.125000058 +0300 +++ configure.ac 2013-12-15 19:55:19.126000054 +0300 @@ -132,7 +132,7 @@ AC_CHECK_FUNCS([setlocale memset memchr sscanf strcmp strrchr strchr strstr strcpy strncpy strcat atoi putenv fopen fclose fgets fputs lstat opendir readdir closedir]) # Files generated -ICONDIR=${prefix}/share/pixmaps +ICONDIR=${prefix}/share/icons/hicolor/scalable/apps if test "x$prefix" = "xNONE"; then ICONDIR=/usr/local/share/pixmaps fi --- data/Makefile.am.orig 2013-12-15 19:33:03.110000041 +0300 +++ data/Makefile.am 2013-12-15 19:33:03.128000026 +0300 @@ -13,7 +13,7 @@ $(desktop_in_files): $(desktop_in_files:.desktop.in=.desktop.in.in) sed -e "s|\@ICONDIR\@|$(ICONDIR)|" $< > $@ -iconsdir=$(datadir)/pixmaps +iconsdir=$(datadir)/icons/hicolor/scalable/apps icons_DATA=florence.svg gtkbuilderdir=$(datadir)/florence --- data/Makefile.in.orig 2013-12-15 19:31:57.703000027 +0300 +++ data/Makefile.in 2013-12-15 19:31:57.716000027 +0300 @@ -279,7 +279,7 @@ desktopdir = $(datadir)/applications desktop_in_files = florence.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -iconsdir = $(datadir)/pixmaps +iconsdir = $(datadir)/icons/hicolor/scalable/apps icons_DATA = florence.svg gtkbuilderdir = $(datadir)/florence gtkbuilder_DATA = florence.glade --- data/styles/default/symbols.xml.orig 2013-12-15 19:24:07.199000014 +0300 +++ data/styles/default/symbols.xml 2013-12-15 19:24:07.224000012 +0300 @@ -9,7 +9,7 @@ </symbol> <symbol> <name>Super_[LR]</name> - <xi:include href="/usr/share/pixmaps/florence.svg"/> + <xi:include href="/usr/share/icons/hicolor/scalable/apps/florence.svg"/> </symbol> <symbol> <name>(Alt_[LR]|Meta_L)</name> ++++++ florence-rpmlintrc ++++++ # There is no guarantee that help content does not span multiple packages and the link target is in the main package addFilter('files-duplicate /usr/share/gnome/help/florence/'); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
