commit xiphos for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2020-04-04 12:21:20

Comparing /work/SRC/openSUSE:Factory/xiphos (Old)
 and  /work/SRC/openSUSE:Factory/.xiphos.new.3248 (New)


Package is "xiphos"

Sat Apr  4 12:21:20 2020 rev:21 rq:790933 version:4.1.0+git.1580414635.9e573336

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2019-09-23 
12:39:30.789589274 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new.3248/xiphos.changes  2020-04-04 
12:21:27.507729011 +0200
@@ -1,0 +2,24 @@
+Mon Mar 16 11:16:14 UTC 2020 - Matej Cepl 
+
+- Add find_biblesync.patch to make the package build on the
+  Leap/SLE 15 with cmake 3.10.
+
+---
+Sun Mar 15 13:03:48 UTC 2020 - mc...@suse.com
+
+- Update to version 4.1.0+git.1580414635.9e573336:
+  * ui/languages: Added Kikongo (kg), native to Angola, DR Congo, Congo
+  * avoid deprecated g_type_class_add_private (#962)
+  * fix #958 check for null result of render_this_text()
+  * Fix #954 - Build error under Arch Linux
+  * Month names: fix translation issue
+  * clean old travis ci build scripts
+  * fix travis ci build
+  * Tiny edits
+  * fix spec file
+- Reassemble xiphos-remove-gconf-2.0.patch
+  (gh#crosswire/xiphos#986) from Debian patches.
+- Remove xiphos-build-without-scrollkeeper.patch which is now
+  included upstream.
+
+---

Old:

  xiphos-4.1.0.tar.gz
  xiphos-build-without-scrollkeeper.patch

New:

  _service
  _servicedata
  find_biblesync.patch
  xiphos-4.1.0+git.1580414635.9e573336.tar.xz



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.pfs2Kz/_old  2020-04-04 12:21:28.847730163 +0200
+++ /var/tmp/diff_new_pack.pfs2Kz/_new  2020-04-04 12:21:28.851730166 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xiphos
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,39 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   xiphos
-Version:4.1.0
+Version:4.1.0+git.1580414635.9e573336
 Release:0
 Summary:GNOME-based Bible research tool
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Scientific/Other
-Url:http://xiphos.org/
-Source0:
https://github.com/crosswire/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:http://xiphos.org/
+Source0:%{name}-%{version}.tar.xz
 Source1:%{name}.desktop
-Patch0: xiphos-build-without-scrollkeeper.patch
-Patch1: xiphos-remove-gconf-2.0.patch
-BuildRequires:  docbook-utils-minimal
+# PATCH-FIX-UPSTREAM xiphos-remove-gconf-2.0.patch gh#crosswire/xiphos#986 
mc...@suse.com
+# Remove gconf-2.0
+# patch originally from Debian 
https://salsa.debian.org/pkg-crosswire-team/xiphos/tree/master/debian/patches
+# no. 16 and 17.
+Patch0: xiphos-remove-gconf-2.0.patch
+# PATCH-FIX-OPENSUSE find_biblesync.patch mc...@suse.com
+# Allow working with ancient cmake 3.10 on SLE/Leap 15.
+Patch1: find_biblesync.patch
+BuildRequires:  appstream-glib
+BuildRequires:  cmake
+# BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
+BuildRequires:  itstool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
+BuildRequires:  zip
 BuildRequires:  pkgconfig(biblesync) >= 1.1.2
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -47,12 +58,12 @@
 BuildRequires:  pkgconfig(sword) >= 1.7.3
 BuildRequires:  pkgconfig(uuid)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
+BuildRequires:  pkgconfig(yelp-xsl)
 Requires:   sword
+Recommends: %{name}-lang
 Recommends: sword-bible
 Recommends: sword-commentary
 Provides:   sword-frontend
-Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} < 1550
 BuildRequires:  scrollkeeper
 BuildRequires:  pkgconfig(gconf-2.0)
@@ -71,20 +82,21 @@
 %prep
 %setup -q
 %if 0%{?suse_version} >= 1550
-%autopatch -p1
+%patch0 -p1
+%else
+%patch1 -p1
 %endif
 
+
 %build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
-./waf configure \
-   

commit xiphos for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2019-09-23 12:38:58

Comparing /work/SRC/openSUSE:Factory/xiphos (Old)
 and  /work/SRC/openSUSE:Factory/.xiphos.new.7948 (New)


Package is "xiphos"

Mon Sep 23 12:38:58 2019 rev:20 rq:732333 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2018-08-24 
17:11:41.558612700 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new.7948/xiphos.changes  2019-09-23 
12:39:30.789589274 +0200
@@ -1,0 +2,11 @@
+Wed Sep 11 10:14:48 UTC 2019 - Bjørn Lie 
+
+- Add conditional variant of suse_update_desktop_file for Factory
+  and newer versions of openSUSE, fixes build in Factory.
+- Add conditional xiphos-build-without-scrollkeeper.patch and
+  xiphos-remove-gconf-2.0.patch, make scrollkeeper and
+  pkgconfig(gconf-2.0) BuildRequires conditional. No longer depend
+  on scrollkeeper and gconf in Factory and newer versions of
+  openSUSE. Patches borrowed from debian.
+
+---

New:

  xiphos-build-without-scrollkeeper.patch
  xiphos-remove-gconf-2.0.patch



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.rjW51h/_old  2019-09-23 12:39:31.589589142 +0200
+++ /var/tmp/diff_new_pack.rjW51h/_new  2019-09-23 12:39:31.593589141 +0200
@@ -25,17 +25,17 @@
 Url:http://xiphos.org/
 Source0:
https://github.com/crosswire/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
+Patch0: xiphos-build-without-scrollkeeper.patch
+Patch1: xiphos-remove-gconf-2.0.patch
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
-BuildRequires:  scrollkeeper
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(biblesync) >= 1.1.2
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -53,6 +53,10 @@
 Provides:   sword-frontend
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} < 1550
+BuildRequires:  scrollkeeper
+BuildRequires:  pkgconfig(gconf-2.0)
+%endif
 
 %description
 Bible Study Software for the Linux community. Lookup and search Bible texts and
@@ -66,6 +70,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} >= 1550
+%autopatch -p1
+%endif
 
 %build
 export CFLAGS="%{optflags}"
@@ -78,8 +85,12 @@
 
 %install
 ./waf install --destdir=%{buildroot}
+%if 0%{?suse_version} < 1550
 install -D -m 644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 %suse_update_desktop_file -n 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+%else
+%suse_update_desktop_file %{name} Education Spirituality
+%endif
 # package docs with macro
 rm -frv %{buildroot}/%{_datadir}/doc/%{name}
 install -Dm644 xiphos.1 %{buildroot}%{_mandir}/man1/xiphos.1
@@ -87,11 +98,13 @@
 %fdupes -s %{buildroot}/%{_datadir}
 %find_lang %{name}
 
+%if 0%{?suse_version} < 1330
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)
@@ -104,7 +117,9 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/xiphos.appdata.xml
 %{_mandir}/man1/*
+%if 0%{?suse_version} < 1550
 %dir %{_datadir}/omf
+%endif
 
 %files lang -f %{name}.lang
 %defattr(-, root, root)

++ xiphos-build-without-scrollkeeper.patch ++
From: Jeremy Bicha 
Date: Mon, 22 Oct 2018 08:42:57 -0400
Subject: build without scrollkeeper

---
 help/Guidelines|  2 +-
 help/xiphos.omf.in |  9 -
 waffles/gnome.py   | 36 
 wscript|  1 -
 4 files changed, 1 insertion(+), 47 deletions(-)
 delete mode 100644 help/xiphos.omf.in

diff --git a/help/Guidelines b/help/Guidelines
index 6676912..69ec156 100644
--- a/help/Guidelines
+++ b/help/Guidelines
@@ -21,7 +21,7 @@ in PDF format, please email one of the Documentation 
developers.
Also, using xmllint can save a lot of frustration: "xmllint xiphos.xml"
 
 This also helps with finding errors and debugging. 
-3. Please make sure that you have properly edited xiphos-manual-(lang).omf and 
Makefile.am.
+3. Please make sure that you have properly edited Makefile.am.
 -
 Translations
 -
diff --git a/help/xiphos.omf.in b/help/xiphos.omf.in
deleted file mode 100644
index e796583..000
--- a/help/xiphos.omf.in
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-  
-
-manual
-
-
-  
-
diff --git a/waffles/gnome.py b/waffles/gnome.py
index 58bbb0d..b5c2290 100644
--- 

commit xiphos for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2018-08-24 17:11:39

Comparing /work/SRC/openSUSE:Factory/xiphos (Old)
 and  /work/SRC/openSUSE:Factory/.xiphos.new (New)


Package is "xiphos"

Fri Aug 24 17:11:39 2018 rev:19 rq:631161 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2017-09-26 
21:17:36.283552871 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2018-08-24 
17:11:41.558612700 +0200
@@ -1,0 +2,47 @@
+Sun Aug 12 09:05:03 UTC 2018 - kkir...@opensuse.org
+
+- Update to version 4.1.0:
+  + #753 Unexpected Search Results
+  + #783 Add support for ancillary configuration files to unlock modules from 
STEP Bible
+  + #809 Using meson to build xiphos
+  + #823 Flatpak available on Flathub
+  + #828 #873 find dialog has an unknown button.
+  + #830 Add header lines to adv.search export
+  + #831 Module Manager problems in 4.0.7 (Ubuntu Linux)
+  + #834 libwebkitgtk-3.0-0 which is deprecated
+  + #836 Replace lucene with soundex
+  + #838 Modules - About - Copy
+  + #843 Xiphos hates superscripts
+  + #845 show pre-chapter/-book material with italics
+  + #846 can't handle OT quote display variant
+  + #847 Compilation failed on Ubuntu 16.04
+  + #848 Xiphos doesn't use non-break space
+  + #850 Lack of space in the "about" module window
+  + #851 corrected use of verse number in chapter export
+  + #853 unexpected file list at the previewer pane
+  + #854 UI cut off on left side
+  + #855 Xiphos crashes at first start (with workaround)
+  + #857 Show the text of all the verses of a xref
+  + #858 Detached sidebar empty
+  + #861 Need help compiling 4.0.7
+  + #862 Please update your translation tools
+  + #864 Cannot compile through AUR
+  + #869 Advanced search crashes if using custom list for second/third/etc. 
time
+  + #870 Advanced search, exact phrase fails due to notes
+  + #871 Update dependencies
+  + #872 Bible showing weird characters
+  + #874 use gtkbox to replace gtk{v,h}box for xi-splash.ui
+  + #875 use gtkgrid to replace gtktable in edit_link_dialog.xml
+  + #876 #860 fixed gtk_font_button_get(set)_font_name deprecated
+  + #877 remove repeated arrow display
+  + #878 Xiphos website needs updating
+  + #881 #882 Wayland use under Gnome 3.26 or above leads to crash on Navbar 
click
+  + #887 Add keyboard-only BibleSync navigation
+  + #888 update biblesync glue for biblesync 1.2.0
+  + biblesync: avoid versekey data corruption by using a copy -- orig. is 
destroyed.
+  + biblesync: tell user exactly once that others are xmitting unknown bible 
modnames.
+  + translation updates
+  + compatibility update for sword 1.8
+  + added gtk version checks and fixed numerous gtk deprecations.
+
+---

Old:

  xiphos-4.0.7.tar.gz

New:

  xiphos-4.1.0.tar.gz



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.bqYS5B/_old  2018-08-24 17:11:42.514613839 +0200
+++ /var/tmp/diff_new_pack.bqYS5B/_new  2018-08-24 17:11:42.514613839 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xiphos
-Version:4.0.7
+Version:4.1.0
 Release:0
 Summary:GNOME-based Bible research tool
 License:GPL-2.0

++ xiphos-4.0.7.tar.gz -> xiphos-4.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/xiphos/xiphos-4.0.7.tar.gz 
/work/SRC/openSUSE:Factory/.xiphos.new/xiphos-4.1.0.tar.gz differ: char 25, 
line 1




commit xiphos for openSUSE:Factory

2017-09-26 Thread root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2017-09-26 21:16:21

Comparing /work/SRC/openSUSE:Factory/xiphos (Old)
 and  /work/SRC/openSUSE:Factory/.xiphos.new (New)


Package is "xiphos"

Tue Sep 26 21:16:21 2017 rev:18 rq:528708 version:4.0.7

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2017-08-28 
15:19:30.600956373 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2017-09-26 
21:17:36.283552871 +0200
@@ -1,0 +2,16 @@
+Mon Sep 25 22:25:17 UTC 2017 - kkir...@opensuse.org
+
+- Update to version 4.0.7:
+  + changed module option Glosses to default on.
+  + added config support, MinimumVersion: ignore modules newer than Sword 
itself.
+  + updated French and traditional Chinese translations.
+  + fixed dbus linkage failure due to insanity in latest release (rawhide).
+  + #524 fix use of fonts whose names end in digits.
+  + #725 add book/chapter journal template.
+  + #739 click verse text before/after chapter to navigate across chapters.
+  + #788 use saved status of detached sidebar.
+  + #791 add maximized detached window of current bible on F11.
+  + #821 update installation instructions (ubuntu).
+  + #822 prefs option not to use alternating fg/bg in parallel displays.
+
+---

Old:

  xiphos-4.0.6.tar.gz

New:

  xiphos-4.0.7.tar.gz



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.eJUqVw/_old  2017-09-26 21:17:37.467386435 +0200
+++ /var/tmp/diff_new_pack.eJUqVw/_new  2017-09-26 21:17:37.471385873 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xiphos
-Version:4.0.6
+Version:4.0.7
 Release:0
 Summary:GNOME-based Bible research tool
 License:GPL-2.0

++ xiphos-4.0.6.tar.gz -> xiphos-4.0.7.tar.gz ++
/work/SRC/openSUSE:Factory/xiphos/xiphos-4.0.6.tar.gz 
/work/SRC/openSUSE:Factory/.xiphos.new/xiphos-4.0.7.tar.gz differ: char 12, 
line 1




commit xiphos for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2017-08-28 15:18:15

Comparing /work/SRC/openSUSE:Factory/xiphos (Old)
 and  /work/SRC/openSUSE:Factory/.xiphos.new (New)


Package is "xiphos"

Mon Aug 28 15:18:15 2017 rev:17 rq:518964 version:4.0.6

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2017-03-16 
09:52:13.499929166 +0100
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2017-08-28 
15:19:30.600956373 +0200
@@ -1,0 +2,42 @@
+Sun Aug 20 14:51:37 UTC 2017 - zai...@opensuse.org
+
+- Update to version 4.0.6:
+  + Fixed longstanding display problem with webkit2 (now req'd for
+fedora).
+  + Added alt-L toggle lemma.
+  + Added View Xiphos Releases to Help menu.
+  + Fixed biblesync passphrase preservation.
+  + Internal:
+- Removed all ancient ImageMagick references.
+- Removed HAVE_GTK_xxx in favor of GTK_VERSION_CHECK.
+- Fixed wk2 search result.
+  + Updated translations.
+- Drop xiphos-fix-missing-return.patch and
+  xiphos-man-page-xiphos-nav.patch: Fixed upstream.
+
+---
+Sun Jun  4 20:16:06 UTC 2017 - zai...@opensuse.org
+
+- Update to version 4.0.5:
+  + ReadAloud: Speak verse# only if we are showing verse#s in text
+as well.
+  + Fix crash caused by lack of collator during mod.mgr in first
+run.
+- Run spec-cleaner.
+- Drop conditionals for other distros and old unsupported
+  openSUSE/SLE.
+- Pkgconfigify BuildRequires, drop obsolete ones.
+- Build for gtk3 only.
+- Following the above, remove webkitgtk3-devel BuildRequires and
+  add pkgconfig(webkit2gtk-4.0) and stop passing
+  --enable-webkit-editor and pass --enable-webkit2instead.
+- Add docbook-utils-minimal BuildRequrires to build docbock2man
+  support.
+- Add xiphos-fix-missing-return.patch: Fix missing return in
+  non-void function, patch from upstream git.
+- Add xiphos-man-page-xiphos-nav.patch: Add missing man page, patch
+  from upstream git.
+- Apply fdupes macro, silence rpmlint about duplicate files.
+- Add lang-package macro, split out lang-package.
+
+---

Old:

  xiphos-4.0.4.tar.gz

New:

  xiphos-4.0.6.tar.gz



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.8Fak84/_old  2017-08-28 15:19:31.864778769 +0200
+++ /var/tmp/diff_new_pack.8Fak84/_new  2017-08-28 15:19:31.876777083 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xiphos
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,130 +16,42 @@
 #
 
 
-%if ( 0%{?suse_version} >= 1200 || 0%{?fedora} > 14 )
-%definegtk3 0
-%endif
-
 Name:   xiphos
-Version:4.0.4
+Version:4.0.6
 Release:0
 Summary:GNOME-based Bible research tool
 License:GPL-2.0
 Group:  Productivity/Scientific/Other
 Url:http://xiphos.org/
-Source0:xiphos-%{version}.tar.gz
+Source0:
https://github.com/crosswire/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
-
-BuildRequires:  biblesync-devel >= 1.1.2
+BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gettext-devel
-BuildRequires:  glibc-devel
+BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
-%if %{undefined mdkversion}
-BuildRequires:  libbonobo-devel
-BuildRequires:  libgnomeui-devel
-%endif
-BuildRequires:  libgsf-devel
-BuildRequires:  libidn-devel
-BuildRequires:  libuuid-devel
-BuildRequires:  pcre-devel
-BuildRequires:  perl-XML-Parser
+BuildRequires:  pkgconfig
 BuildRequires:  scrollkeeper
-BuildRequires:  sword-devel > 1.6.2
-%if ( %{undefined centos_version} && 0%{?suse_version} != 1110 )
-BuildRequires:  pkgconfig(cairo)
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(biblesync) >= 1.1.2
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libglade-2.0)
-%endif
-
-%if ( %{undefined fedora} && %{undefined centos_version} && %{undefined 
mdkversion} && 0%{?suse_version} != 1110 )
-
-BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  libMagick++-devel
-BuildRequires:  xorg-x11-libXdmcp-devel
-
-  %if %{defined gtk3}
-BuildRequires:  libwebkitgtk3-devel
-  %else
-BuildRequires:  libwebkitgtk-devel
-  %endif
-%endif
-#
-# CentOS
-#
-%if %{defined 

commit xiphos for openSUSE:Factory

2017-03-16 Thread root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2017-03-16 09:43:52

Comparing /work/SRC/openSUSE:Factory/xiphos (Old)
 and  /work/SRC/openSUSE:Factory/.xiphos.new (New)


Package is "xiphos"

Thu Mar 16 09:43:52 2017 rev:16 rq:479822 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2015-09-08 
17:58:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2017-03-16 
09:52:13.499929166 +0100
@@ -1,0 +2,6 @@
+Wed Mar 15 23:14:12 UTC 2017 - kkir...@opensuse.org
+
+- added Xiphos.ogg (the pronunciation of the application name)
+  explicitly to %doc to fix build failures
+
+---



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.5oYTRk/_old  2017-03-16 09:52:14.227826083 +0100
+++ /var/tmp/diff_new_pack.5oYTRk/_new  2017-03-16 09:52:14.227826083 +0100
@@ -215,7 +215,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README RELEASE-NOTES TODO TRANSLATION-HOWTO
+%doc AUTHORS ChangeLog COPYING README RELEASE-NOTES TODO TRANSLATION-HOWTO 
Xiphos.ogg
 %dir %{_datadir}/%{name}
 %{_bindir}/xiphos*
 %{_datadir}/xiphos/*




commit xiphos for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2015-09-08 17:44:09

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.changes2015-05-16 
19:01:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2015-09-08 
17:58:36.0 +0200
@@ -1,0 +2,13 @@
+Sat Sep  5 09:15:30 UTC 2015 - kkir...@opensuse.org
+
+- update to 4.0.4
+  + Implemented dynamic allocation enhancement to replace survivability fix.
+  + Updated language abbreviations to eliminate unknowns.
+  + Fixed module installation messages so they are not lost.
+  + Fixed abbrev support, to show abbrevs in all non-essential contexts.
+  + Fixed maximization restoral (mostly gtk3; partial for gtk2).
+- release notes for 4.0.3:
+  + Fixed a small hard limit on the number of language groups that
+can be supported.
+
+---

Old:

  xiphos-4.0.2.tar.gz

New:

  xiphos-4.0.4.tar.gz



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.3ynpWK/_old  2015-09-08 17:58:51.0 +0200
+++ /var/tmp/diff_new_pack.3ynpWK/_new  2015-09-08 17:58:51.0 +0200
@@ -21,7 +21,7 @@
 %endif
 
 Name:   xiphos
-Version:4.0.2
+Version:4.0.4
 Release:0
 Summary:GNOME-based Bible research tool
 License:GPL-2.0

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




commit xiphos for openSUSE:Factory

2015-05-16 Thread h_root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2015-05-16 19:01:55

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.changes2014-09-06 
17:06:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2015-05-16 
19:01:57.0 +0200
@@ -1,0 +2,68 @@
+Sat May  9 09:03:22 UTC 2015 - kkir...@opensuse.org
+
+- update to 4.0.2
+  + Fixed memory management error in the editor
+- release notes for 4.0.1:
+  + Completed webkit editor, due to replace gtkhtml editor.
+  + Added Abbreviation module configuration support.
+  + Added Glosses (Ruby) and Morpheme Segmentation display support.
+  + Added obsolete module audit, during install and on maintenance page.
+  + Added more informative About for modules.
+  + Added status bar en/disable.
+  + Removed BibleSync from Xiphos' source tree. It must be referenced as a
+proper library.
+  + Fixed studypad directory choice.
+  + Fixed mis-handling of unreal multiple verse reference in URL handling.
+  + Fixed editor's mis-handling of the link editor subdialog.
+  + Huge GTK3 compatibility cleanliness hackery.
+  + WebKit2 compatibility hackery.
+  + Fix compiler flag choices.
+  + Numerous code internals updates due to cppcheck(1) diagnostics.
+
+---
+Sun Dec 28 01:26:49 UTC 2014 - l...@linux-schulserver.de
+
+- update to 4.0.0:
+  + Bug#508 + feat.req#133: Added alternate versification support (av11n):
+Xiphos understands book/chapter/verse (BCV) schemes other than KJV.
+See especially module KJVA's deuterocanon between Malachi and Matthew.
+Related:
+- The navbar is blanked and the pane states This module has no
+  content at this point if a tab is selected with no content at the
+  current verse indication, e.g. when reading in one tab with an
+  Apocrypha Bible and then selecting a different non-Apocrypha tab,
+  particularly when using Linked Tabs (see View menu).
+  + Added module-specific CSS support.  This uses configuration directive
+PreferredCSSXHTML=style.css, naming a file in the DataPath
+directory.  If present, the file's content is included when rendering
+the pane.
+  + Added default CSS support.  Use ~/.xiphos/default-style.css but be
+aware that this has effects on all displayed modules.
+  + Added direct load of history from verse list contents (right-click),
+plus direct load of verse list from history contents (history menu).
+  + Added Feature=NoParagraphs support, default for verse-per-line.
+  + Added OSISXlit and OSISEnum global filter configuration support.
+  + Added preservation of CipherKey value for re-use when updating a module.
+  + Added xiphos.appdata.xml (/usr/share/appdata) for...well, advertising.
+  + Added --chatty configure flag to distinguish tracing from debug build.
+  + Changed options to default on for Hebrew vowel points, Hebrew
+cantillation, and Greek accents.
+  + Updated navbar behavior: All books potentially available within the
+module's versification are included.  Formerly, books lacking content
+at 1:1 were excluded.
+  + Updated manual text for a couple feature requests.
+  + Fixed personal commentary dump, which stopped working in recent Sword.
+  + Fixed 1st-time mod.mgr to include Crosswire repo name.
+  + Fixed main window internal geometry save on quit.
+  + Fixed mod.mgr button bobble preventing expand/collapse of mod.tree.
+  + Fixed bug#513, stop crash on repeated tab deletion.
+  + Fixed crash caused by having a (lexdict|genbook) without (dict|book) key.
+  + Fixed incompatibility with GTK3.14's unstable interface, preventing
+Preferences window from opening.  Fixed many related incompatibilities.
+  + Fixed several inconsistencies between main  parallel views.
+  + Fixed inadvertent realignment-induced re-navigation.
+  + Cleaned up internal settings structures.
+  + Updated BibleSync interface in accordance with 1.1's updated params.
+- added /usr/share/appdata/xiphos.appdata.xml
+
+---

Old:

  xiphos-3.2.2.tar.gz

New:

  xiphos-4.0.2.tar.gz



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.qq0ny8/_old  2015-05-16 19:01:58.0 +0200
+++ /var/tmp/diff_new_pack.qq0ny8/_new  2015-05-16 19:01:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xiphos
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and 

commit xiphos for openSUSE:Factory

2014-09-06 Thread h_root
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.changes2014-02-04 
22:50:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2014-09-06 
17:06:01.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.puw1jC/_new  2014-09-06 17:06:02.0 +0200
@@ 

commit xiphos for openSUSE:Factory

2014-02-04 Thread h_root
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.changes2013-12-30 
10:48:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2014-02-04 
22:50:15.0 +0100
@@ -1,0 +2,40 @@
+Sun Feb  2 16:13:41 UTC 2014 - zai...@opensuse.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.YSfcBq/_new  2014-02-04 22:50:16.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xiphos for openSUSE:Factory

2013-12-30 Thread h_root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2013-12-30 10:48:18

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.changes2013-09-09 
11:04:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2013-12-30 
10:48:19.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 16 01:22:55 UTC 2013 - zai...@opensuse.org
+
+- Own %{_datadir}/omf: scrollkeeper used to own this, but with the
+  switch to rarian we have to care of it ourselves.
+
+---



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.86R8jT/_old  2013-12-30 10:48:20.0 +0100
+++ /var/tmp/diff_new_pack.86R8jT/_new  2013-12-30 10:48:20.0 +0100
@@ -220,6 +220,7 @@
 %{_datadir}/icons/hicolor/scalable/apps/*
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/*
+%dir %{_datadir}/omf
 %if ( %{defined centos_version} || %{defined fedora} )
 %{_defaultdocdir}/%{name}/*
 %{_datadir}/gnome/help/%{name}/*

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



commit xiphos for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2013-09-09 11:04:03

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.changes2011-10-12 
16:17:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2013-09-09 
11:04:04.0 +0200
@@ -1,0 +2,25 @@
+Sun Sep  8 18:48:05 UTC 2013 - kkir...@opensuse.org
+
+- updated to 3.1.5:
+  + The WebKit display driver.
+  + GTK3 compatibility.
+  + Module-internal footnote  xref numbering/lettering is respected.
+  + Display of headings, footnotes, xrefs, and red words all default On.
+  + Image content is resized in parallel windows and the previewer.
+  + Module lists include modules' 1-line descriptions as well as short names.
+  + Verse numbers will no longer be widowed (left alone at the end of a
+line) by being forced to combine against the first word of their verse.
+  + Verse number display is configurable: bold, brackets, superscripts.
+  + RtoL consistency improvements.
+  + Studypad save respects its default directory specification.
+  + Base font is respected in all parallel views.
+  + Font selection order has been fixed: Any user specification (per module
+or per language) supercedes module configuration file specification.
+  + In export, avoid more than one dialog, ever, about checking a module's
+license, and change copy/export defaults to plaintext and 1 verse.
+  + Ctrl-0 (zero) forces base font size to 0.
+  + Ctrl-[1-9] selects the Nth tab.
+  + Countless internal module, cache, font, and display fixes.
+- added dependency on sword package (it contains sword global configurations)
+
+---

Old:

  xiphos-20111010svn4310.tar.bz2

New:

  xiphos-3.1.5.tar.bz2



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.Ia1DeF/_old  2013-09-09 11:04:05.0 +0200
+++ /var/tmp/diff_new_pack.Ia1DeF/_new  2013-09-09 11:04:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xiphos
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,48 +16,127 @@
 #
 
 
+%if ( 0%{?suse_version} = 1200 || 0%{?fedora}  14 )
+%definegtk3 1
+%endif
 
 Name:   xiphos
-Version:3.1.4
-Release:1
-License:GPL-2.0
+Version:3.1.5
+Release:0
 Summary:GNOME-based Bible research tool
-Url:http://xiphos.org/
+License:GPL-2.0
 Group:  Productivity/Scientific/Other
-Source0:xiphos-20111010svn4310.tar.bz2
+Url:http://xiphos.org/
+Source0:xiphos-3.1.5.tar.bz2
 Source1:%{name}.desktop
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
+
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel
-BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(glib-2.0)
-%if 0%{?suse_version} = 1130
-BuildRequires:  gnome-spell2
-%endif
-BuildRequires:  gtkhtml2-devel
 BuildRequires:  intltool
-BuildRequires:  libMagick++-devel
+%if %{undefined mdkversion}
 BuildRequires:  libbonobo-devel
-BuildRequires:  libcurl-devel
 BuildRequires:  libgnomeui-devel
+%endif
 BuildRequires:  libgsf-devel
 BuildRequires:  libidn-devel
-BuildRequires:  libwebkitgtk3-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  scrollkeeper
-BuildRequires:  sword-devel
-BuildRequires:  xorg-x11-libXdmcp-devel
+BuildRequires:  sword-devel  1.6.2
+%if ( %{undefined centos_version}  0%{?suse_version} != 1110 )
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libglade-2.0)
+%endif
+
+%if ( %{undefined fedora}  %{undefined centos_version}  %{undefined 
mdkversion}  0%{?suse_version} != 1110 )
+
+BuildRequires:  gnome-doc-utils-devel
+BuildRequires:  libMagick++-devel
+BuildRequires:  xorg-x11-libXdmcp-devel
+
+  %if %{defined gtk3}
+BuildRequires:  libwebkitgtk3-devel
+  %else
+BuildRequires:  libwebkitgtk-devel
+  %endif
+%endif
+#
+# CentOS
+#
+%if %{defined centos_version}
+BuildRequires:  cairo-devel
+BuildRequires:  dbus-glib-devel
+BuildRequires:  glib2-devel
+BuildRequires:  

commit xiphos for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2011-12-06 19:15:55

Comparing /work/SRC/openSUSE:Factory/xiphos (Old)
 and  /work/SRC/openSUSE:Factory/.xiphos.new (New)


Package is xiphos, Maintainer is 

Changes:




Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.DoijEw/_old  2011-12-06 19:56:24.0 +0100
+++ /var/tmp/diff_new_pack.DoijEw/_new  2011-12-06 19:56:24.0 +0100
@@ -20,7 +20,7 @@
 Name:   xiphos
 Version:3.1.4
 Release:1
-License:GPLv2
+License:GPL-2.0
 Summary:GNOME-based Bible research tool
 Url:http://xiphos.org/
 Group:  Productivity/Scientific/Other

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



commit xiphos for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory
checked in at Tue Sep 20 09:41:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/xiphos/xiphos.changes  2011-09-20 
00:22:07.0 +0200
@@ -0,0 +1,265 @@
+---
+Mon Sep 19 22:16:18 UTC 2011 - kirill.kiril...@gmail.com
+
+- updated license to GPLv2 (fixed bnc#718902)
+
+---
+Sun Sep 18 18:30:18 UTC 2011 - kirill.kiril...@gmail.com
+
+- updated to 20110627svn4220 to have webkit backend and gtk3
+  support
+- added xiphos-3.1.4-add-gconf-2.0-pkgconfig.patch (thanks to
+  Nelson Marques)
+
+---
+Sat Jun 18 22:55:50 UTC 2011 - kirill.kiril...@gmail.com
+
+- use gtkhtml instead of gtkmozembed to fix crash just after start
+
+---
+Sat Dec 18 19:12:48 UTC 2010 - l...@linux-schulserver.de
+
+- update to 3.1.4:
+  + Many smaller issues that have been waiting for a long time have been
+implemented. Again, classified as new, enhancements, and fixes.
+Please have a look at /usr/share/doc/packages/xiphos/ChangeLog 
+for details
+- package xiphos manpage
+
+---
+Sun Mar 28 21:52:25 UTC 2010 - l...@linux-schulserver.de
+
+- update to 3.1.3:
+  + Bug reports addressed since 3.1.2:
+.  2915026  Right to Left Languages - Display
+.  2915912  RToL toolbar number order
+.  2918463  crash detected in Fedora 12 xiphos-3.1.1
+.  2924074  verse selection causes scroll-to-top
+.  2928849  Parallel views (reset) problem
+.  2936311  Add Link action not able to use bible:// for verse links
+.  2941678  Book name up arrow
+.  2941684  Small caps in LORD
+.  2943173  freeaddrinfo (win2k compatibility - dropped)
+.  2951941  Turkish Ubuntu blocks display of Old Testament books
+.  2956797  Xiphos crashes when trying to edit
+.  2958644  Nautilus?  -  Xiphos doesn't show bible text
+.  2936311  Add Link action not able to use bible:// for verse links
+.  2961704  crash detected in xiphos-3.1.2 module manager
+.  2972686  Arabic is not right-aligned
+  + Feature requests closed:
+   2781509  Export-Copy HTML doesn't work properly
+   2791414  Parallel View tab should behave like a real tab
+   2791621  Biblical resource in seperate window: synchronize from/with?
+   2795762  Reference bar: Choosing a book name
+   2799867  Increase reducing of window sizes
+   2893826  Versification in the Psalms
+   2902403  How to install for other than listed OS
+   2907492  Interlinear commentary
+   2925935  One Year Daily reading Schedule
+   2928388  personal note deletion
+   2932551  Shortcut Keys
+- removed outdated --enable-gtkhtml
+- enabled with-gecko (and build against gecko-sdk)
+- removed outdated openSUSE versions
+
+---
+Thu Aug 13 01:52:41 CEST 2009 - kirill.kiril...@gmail.com
+
+- update to 3.1.1
+  + The Help-Chat interface had to change 
+  + Per-verse user annotations (inline marking)
+  + There is a new geography interface through BibleMap.org
+  + Module manager now can do automatic repository discovery
+  + The verse navbar now has normal relief on book/chapter/verse.
+  + A failure to redisplay properly after loading a tab set is fixed.
+  + Freakish European keyboard Ctrl +/- should now work.
+  + Some fixes were applied to journal/prayerlist editing.
+  + If the sidebar is detached, it now gets a title bar name.
+  + Bugfixes to the logic which preserves tab names as they are added
+ or deleted.
+  + New Slovak translation.
+  + Strong's markup is now handled in pre-verse headers.
+  + Ctrl-F4 will delete a tab.
+  + Many other fixes and improvements
+- changes for 3.1.0
+  + The module manager is no longer modal
+  + New interface translations: Norwegian and Welsh
+  + Improved bookmark support
+  + 'j' and 'k' have been added for keyboard-driven verse selection.
+  + Many other fixes and improvements
+
+---
+Wed Jul 22 23:46:28 CEST 2009 - l...@linux-schulserver.de
+
+- added virtual provides: sword-frontend
+
+---
+Fri Mar 20 00:53:16 MSK 2009 - kirill.kiril...@gmail.com
+
+- update to 3.0.1
+  + Added transliteration support from non-Latin character sets.
+  + Fixed a crash-inducing bug in detached (free-floating) Bible
+and commentary windows, from context menu synchronization. This
+was redundant with the sync button in upper left, so the menu
+item was removed, and a glitch in the sync button's use was fixed.
+  + Sidebar module list entries can be expanded by clicking anywhere
+on the row.
+  + Only when not using