Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2014-09-06 12:18:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-02-04 
22:50:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes       2014-09-06 
17:06:01.000000000 +0200
@@ -1,0 +2,64 @@
+Thu Sep  4 18:51:52 UTC 2014 - kkir...@opensuse.org
+
+- update to 3.2.2: this is a cosmetic/clean-up release. No new
+  capability is present.  
+  + Building against GTK3 (i.e. waf configure --gtk=3) should once again
+    be reasonable.  Generally, GTK3 will require --enable-webkit-editor,
+    because the older editor seems not fully de-lintable for GTK3.
+  + Internal use of generic warnings has been updated to re-introduce
+    "modal" warnings, i.e. user acknowledgement before Xiphos proceeds.
+    This is necessary for e.g. startup catastrophes, where the warning
+    dialog must appear and remain for user ACK before the program exits.
+  + Added statusbar acknowledgement of alt-[SRM] display modifiers, as well
+    as BibleSync keyboard navigation.
+  + The Preferences page for BibleSync has been de-cluttered somewhat.
+  + A build complaint from very new compilers has been fixed.
+- release notes for 3.2.1: this release has drastic forward movement
+  in BibleSync plus a number of bug fixes
+  + BibleSync is no longer integral to Xiphos alone; it has been separated
+    into its own library, to make it available for other Bible programs.
+    There is some activity toward integrating it into others already.
+  + BibleSync has gained a number of features, both in the library itself
+    and in how Xiphos uses it.  It now uses its own Preferences page, due to
+    additional features and complexity.  Notably, BibleSync operates using
+    speaker beacons, limiting the trouble that can be caused by either
+    inadvertent or malicious navigation by others.
+  + BibleSync in Xiphos 3.2.1 will not interoperate with 3.2.0.  The
+    addition of speaker beacons means that 3.2.0 will not recognize or
+    generate them, and 3.2.1 will not recognize a speaker without them.
+    (As applied to BibleSync 1.0.0 -vs- 1.0.1 differences.)
+  + Fixed a very old error regarding inconsistent internal use of the
+    scripture cross-reference option.
+  + Consequent to that xref bug fix, exported content correctly no longer
+    contains either footnotes or xrefs.
+  + Persistent difficulties with module archive have been resolved.
+  + Generic warning dialogs, used all over the place, have been replaced
+    with a non-modal method that is not troublesome in the face of timing
+    constraints.
+  + Added populating the verse list directly from a dialog (context menu).
+- release notes for 3.2.0: this release is to accommodate one
+  late-arriving Sword engine change and to support generalized companion
+  modules.  It also provides the first implementation of BibleSync,
+  a shared navigation protocol specification for Bible programs, details
+  of which we are sharing with other programs' authors and hope to see
+  being made available soon. Also, several urgent bugfixes have been made.
+  + New BibleSync subsystem: Multicast group navigation with glue on
+    navigation reception and transmission when navigating locally.
+  + Preferences added to support BibleSync options: mode enable, navigation
+    style choice, and activity tracing and privacy toggle options.
+  + Updated companion modules (conf directive Companion=Abc,Def,Xyz) for
+    Bibles and commentaries so as to allow arbitrary sets where the 1st
+    opens in the main window and the rest open in detached windows.  This is
+    important for organizations such as Wycliffe who produce grouped
+    modules, useful in such a manner.
+  + Added kbd toggles alt-S (Strong's), alt-M (morphology), alt-R (red words).
+  + Heading generation changed in line with Sword 1.7.3's new internals.
+  + Fixed crash on unparseable xref module content.
+  + Fixed crash on copy/export.
+  + Fixed crash on bogus middle-click on multi-ref bookmark.
+  + Fixed module manager column width setting.
+  + Fixed module manager archive function.
+  + Fixed NASB-specific lexica references for forthcoming NASB release.
+  + Removed gconf query.
+
+-------------------------------------------------------------------

Old:
----
  xiphos-3.1.6.tar.gz

New:
----
  xiphos-3.2.2.tar.gz

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

Other differences:
------------------
++++++ xiphos.spec ++++++
--- /var/tmp/diff_new_pack.puw1jC/_old  2014-09-06 17:06:02.000000000 +0200
+++ /var/tmp/diff_new_pack.puw1jC/_new  2014-09-06 17:06:02.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 %if ( 0%{?suse_version} >= 1200 || 0%{?fedora} > 14 )
-%define                gtk3 1
+%define                gtk3 0
 %endif
 
 Name:           xiphos
-Version:        3.1.6
+Version:        3.2.2
 Release:        0
 Summary:        GNOME-based Bible research tool
 License:        GPL-2.0
@@ -41,6 +41,7 @@
 %endif
 BuildRequires:  libgsf-devel
 BuildRequires:  libidn-devel
+BuildRequires:  libuuid-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  scrollkeeper
@@ -167,7 +168,7 @@
 ./waf configure --prefix=%{_prefix} --backend=xulrunner --gtk=2 %{?EXTRAOPTS}
 %else
   %if %{defined gtk3}
-./waf configure --prefix=%{_prefix} --gtk=3
+./waf configure --prefix=%{_prefix} --gtk=3 --enable-webkit-editor
   %else
 ./waf configure --prefix=%{_prefix} --gtk=2
   %endif
@@ -213,7 +214,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README RELEASE-NOTES TODO TRANSLATION-HOWTO
+%doc AUTHORS ChangeLog COPYING README RELEASE-NOTES TODO TRANSLATION-HOWTO
 %dir %{_datadir}/%{name}
 %{_bindir}/xiphos*
 %{_datadir}/xiphos/*

++++++ xiphos-3.1.6.tar.gz -> xiphos-3.2.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/xiphos/xiphos-3.1.6.tar.gz 
/work/SRC/openSUSE:Factory/.xiphos.new/xiphos-3.2.2.tar.gz differ: char 5, line 
1

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

Reply via email to