Hello community,

here is the log from the commit of package dasher for openSUSE:Factory checked 
in at 2016-11-20 18:18:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dasher (Old)
 and      /work/SRC/openSUSE:Factory/.dasher.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dasher"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dasher/dasher.changes    2016-06-19 
11:08:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dasher.new/dasher.changes       2016-11-20 
18:18:46.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 14 18:37:15 UTC 2016 - toddrme2...@gmail.com
+
+- Fix some typos in the language code mapping.
+- Upgrade .spec.in file to produce the correct spec file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dasher.spec ++++++
--- /var/tmp/diff_new_pack.1If8LK/_old  2016-11-20 18:18:47.000000000 +0100
+++ /var/tmp/diff_new_pack.1If8LK/_new  2016-11-20 18:18:47.000000000 +0100
@@ -72,7 +72,7 @@
 Summary:        Zooming Predictive Text Entry System -- Data files for 
additional languages
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
-Provides:       
locale(%{name}:ada;af;ak;am;ar;as;az;be;bg;bn;br;bs;ca;chr;co;cs;cy;da;dv;ee;el;eo;et;eu;fa;fi;fo;ga;gaa;gez;gl;gu;ha;haw;he;hi;hr;hu;hy;id;ig;is;ja;jp;ka;kk;kn;ko;ku;ky;la;lb;ln;lo;lt;lv;mk;ml;mr;ms;mt;my;ne;no;nr;nso;oc;om;or;pa;ps;rm;rn;ro;sa;se;si;sk;sl;so;sq;sr;ss;st;sv;sw;ta;te;tg;th;ti;tk;tl;tn;tr;ts;uk;ur;uz;ve;vi;xh;yo;zh;zu)
+Provides:       
locale(%{name}:ada;af;ak;am;ar;as;az;be;bg;bn;br;bs;ca;chr;co;cs;cy;da;dv;ee;el;eo;et;eu;fa;fi;fo;gaa;gd;gez;gl;gu;ha;haw;he;hi;hr;hu;hy;id;ig;is;ja;ka;kk;kn;ko;ku;ky;la;lb;lo;lt;lv;mk;ml;mn;mr;ms;mt;my;ne;no;nr;nso;oc;om;or;pa;ps;rm;rn;ro;sa;se;si;sk;sl;so;sq;sr;ss;st;sv;sw;ta;te;tg;th;ti;tk;tl;tn;tr;ts;uk;ur;uz;ve;vi;xh;yo;zh;zu)
 BuildArch:      noarch
 
 %description data-extras

++++++ dasher.spec.in ++++++
--- /var/tmp/diff_new_pack.1If8LK/_old  2016-11-20 18:18:47.000000000 +0100
+++ /var/tmp/diff_new_pack.1If8LK/_new  2016-11-20 18:18:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dasher
 #
-# Copyright (c) 2010 SUSE LINUX Products 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
@@ -16,28 +16,31 @@
 #
 
 
-
 Name:           dasher
 Version:        4.11
-Release:        1
-License:        GPLv2+
+Release:        0
 Summary:        Zooming Predictive Text Entry System
-Url:            http://www.inference.phy.cam.ac.uk/dasher/
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
+Url:            http://www.inference.phy.cam.ac.uk/dasher/
 Source0:        
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/4.5/%{name}-%{version}.tar.bz2
 Source1:        dasher-data-lang.sh
 Source2:        locale-map.txt
-BuildRequires:  at-spi-devel
+# PATCH-FIX-UPSTREAM dasher-linkX11.patch bgo#657306 dims...@opensuse.org -- 
Remove unneded code requiring to link against libX11.
+Patch0:         dasher-linkX11.patch
+# PATCH-FIX-UPSTREAM dasher-gcc6.patch boo#985108 dims...@opensuse.org -- Fix 
build with gcc 6 (bool can't be used as return value for functions returning 
string)
+Patch1:         dasher-gcc6.patch
 BuildRequires:  cairo-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gconf2-devel
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gnome-speech-devel
+BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libexpat-devel
-BuildRequires:  libgnomeui-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(xtst)
 Recommends:     %{name}-data-recommended
 Recommends:     %{name}-lang
 Suggests:       %{name}-data-extras
@@ -51,7 +54,6 @@
 physical input while still allowing high rates of text entry.
 
 %package data-recommended
-License:        GPLv2+
 Summary:        Zooming Predictive Text Entry System -- Data files for common 
languages
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
@@ -67,7 +69,6 @@
 This package contains data files to use dasher with common languages.
 
 %package data-extras
-License:        GPLv2+
 Summary:        Zooming Predictive Text Entry System -- Data files for 
additional languages
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
@@ -85,13 +86,16 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 translation-update-upstream
 cp %{SOURCE2} .
 
 %build
 %configure --with-pic \
     --with-gnome \
-    --disable-scrollkeeper
+    --disable-scrollkeeper \
+    --disable-a11y
 make %{?_smp_mflags}
 
 %install

++++++ locale-map.txt ++++++
--- /var/tmp/diff_new_pack.1If8LK/_old  2016-11-20 18:18:47.000000000 +0100
+++ /var/tmp/diff_new_pack.1If8LK/_new  2016-11-20 18:18:47.000000000 +0100
@@ -21,7 +21,7 @@
 training_hungarian_HU.txt hu
 training_italianC_IT.txt it
 training_italian_IT.txt it
-training_mongolian_MN.txt ln
+training_mongolian_MN.txt mn
 training_persian_IR.txt fa
 training_polish_PL.txt pl
 training_portuguese_BR.txt pt
@@ -56,9 +56,9 @@
 alphabet.Icelandic.xml is
 alphabet.Igbo.xml ig
 alphabet.Indonesian.xml id
-alphabet.IrishGaelic.xml ga
+alphabet.IrishGaelic.xml gd
 alphabet.Kannada.xml kn
-alphabet.Katakana.xml jp
+alphabet.Katakana.xml ja
 alphabet.Malay.xml ms
 alphabet.Malayalam.xml ml
 alphabet.Marathi.xml mr
@@ -68,7 +68,7 @@
 alphabet.Punjabi.xml pa
 alphabet.Romanian.xml ro
 alphabet.Sami.xml se
-alphabet.ScotsGaelic.xml ga
+alphabet.ScotsGaelic.xml gd
 alphabet.Sepedi.xml nso
 alphabet.Sesotho.xml st
 alphabet.Sinhala.xml si


Reply via email to