Hello community, here is the log from the commit of package xiphos for openSUSE:Factory checked in at 2014-02-04 19:57:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xiphos (Old) and /work/SRC/openSUSE:Factory/.xiphos.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xiphos" Changes: -------- --- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes 2013-12-30 10:48:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes 2014-02-04 22:50:15.000000000 +0100 @@ -1,0 +2,40 @@ +Sun Feb 2 16:13:41 UTC 2014 - [email protected] + +- Update to version 3.1.6: + + The existence and placement of Preferences, Module Manager, and + Advanced Search windows is saved. + + Major compatibility changes for the underlying Sword interface, + especially renderText() and its minions. + + Live chat nick selection identifies user's platform and Xiphos + version. + + Manual updates to reflect recent additions (eg. Alt-A + [annotate]). + + Journals can be opened in regular display detached window (not + editor). + + "Friendly" (abbreviation) month names for devotional use in the + dictionary pane. + + Export off-by-one error when crossing chapter boundary is fixed. + Export also made somewhat more general and featureful. + 3.1.5's missing export submenu is back. + + Addition of repository support for HTTP, HTTPS, and SFTP. + + Version differences in dbus IPC (xiphos-nav) have been + homogenized. + + Build inconsistencies across Linux distributions are fixed. + + Removed last vestiges of unneeded, defunct KJV pilcrow (ΒΆ) + handling. + + A number of updates to native language support for module tree + lists. + + Sword's OSISVariants now works (had never been added since + Sword's OSIS support came into existence). + + Xiphos internals have moved forward to Sword's XHTML interface, + leaving behind the old HTMLHREF interface. Many consequent + internal changes. + + Unicode punctuation is no longer mis-spoken in ReadAloud. + + The last of the historic gtkhtml3 support has been removed, + other than the editor component in GTK2: Xiphos depends + exclusively on webkit. This is Xiphos' 5th display engine. + We do not intend to change it ever again. +- Stop passing --backend=webkit to configure, no longer needed, nor + reqcognized. + +------------------------------------------------------------------- Old: ---- xiphos-3.1.5.tar.bz2 New: ---- xiphos-3.1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xiphos.spec ++++++ --- /var/tmp/diff_new_pack.YSfcBq/_old 2014-02-04 22:50:16.000000000 +0100 +++ /var/tmp/diff_new_pack.YSfcBq/_new 2014-02-04 22:50:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xiphos # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -21,13 +21,13 @@ %endif Name: xiphos -Version: 3.1.5 +Version: 3.1.6 Release: 0 Summary: GNOME-based Bible research tool License: GPL-2.0 Group: Productivity/Scientific/Other Url: http://xiphos.org/ -Source0: xiphos-3.1.5.tar.bz2 +Source0: xiphos-%{version}.tar.gz Source1: %{name}.desktop BuildRequires: fdupes @@ -149,7 +149,7 @@ by Crosswire Bible Society through the SWORD Project. %prep -%setup -q -n xiphos-3.1.5 +%setup -q -n xiphos-%{version} %build # SLES lacks the abillity to build help files for some reason @@ -167,9 +167,9 @@ ./waf configure --prefix=%{_prefix} --backend=xulrunner --gtk=2 %{?EXTRAOPTS} %else %if %{defined gtk3} -./waf configure --prefix=%{_prefix} --backend=webkit --gtk=3 +./waf configure --prefix=%{_prefix} --gtk=3 %else -./waf configure --prefix=%{_prefix} --backend=webkit --gtk=2 +./waf configure --prefix=%{_prefix} --gtk=2 %endif %endif ./waf build -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
