Hello community,

here is the log from the commit of package sword for openSUSE:Factory checked 
in at 2014-01-10 07:16:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sword (Old)
 and      /work/SRC/openSUSE:Factory/.sword.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sword"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sword/sword.changes      2012-03-20 
12:11:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sword.new/sword.changes 2014-01-10 
07:16:34.000000000 +0100
@@ -1,0 +2,46 @@
+Tue Dec 31 14:39:46 UTC 2013 - [email protected]
+
+- update to 1.7.1:
+  Many new versifications and locale, large scale refactoring and 
+  standardisation of many methods and the addition of filters for 
+  standard compliant XHTML output are probably the most important 
+  improvements. 
+  Improved output in various formats, handling of bibliographic data 
+  and addition of new transports to the install manager are other 
+  changes. 
+  We will from now on maintain both a maintenance branch for 1.7 and
+  a development branch for new features. 
+  Some entries from Changelog:
+  + Add a new Option filter, OSISReferenceLinks 
+  + Removed PLAINHTML and PLAINFootnotes filters 
+  + More examples, including: show a chapter, verse range
+  + Greatly improved navigation with intros and normalization 
+    turned on/off
+  + New .conf entries honored:
+        StrongsPadding=false, which turns off
+            logic to detect strongs numbers and add padding
+        CaseSensitiveKeys=true, which makes a lexicon case sensitive
+  + Added support to install from SFTP sources using username/password
+    authentication in places where cURL has SFTP support (no support
+    for public-key auth yet)
+  + Starting (very minimal) support for TEI in xml2gbs
+  + Changed default log level to WARN from INFO
+  + New Lucene index field for searching 'morph' 
+  + InstallMgr now supports HTTPS connections where cURL has support
+    for that transport
+  + Allow div in header of osis document
+  + Allow comments to be in osis document and to be stripped out
+  + Added ability for *HTML* wrappers to render n attribute from notes
+  + Removed SynodalP v11n from library
+  + Improved handling of CLucene and included support for CLucene 2
+  + Added RTFHTML parsing of rtf \\number codes to facilitate .conf files
+  + Added sane parameter parsing to imp2ld
+  + Added methods for utf8 / wchar conversion to help clucene 
+  + added Faroese, Pohnpeian Locale
+- disabled osis testsuite for the moment
+- removed sword-gcc47.patch and 
+- adapted sword-1.6.1-curl.patch (sword-1.7.1-curl.patch)
+- removed sword-1.6.1-fix_compiler_warnings.patch
+- added rpmlintrc to ignore notes for the examples 
+
+-------------------------------------------------------------------

Old:
----
  sword-1.6.1-curl.patch
  sword-1.6.1-fix_compiler_warnings.patch
  sword-1.6.2+svn2679.tar.bz2
  sword-gcc47.patch

New:
----
  sword-1.7.1-curl.patch
  sword-1.7.1.tar.bz2
  sword-rpmlintrc

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

Other differences:
------------------
++++++ sword.spec ++++++
--- /var/tmp/diff_new_pack.FY7BcZ/_old  2014-01-10 07:16:35.000000000 +0100
+++ /var/tmp/diff_new_pack.FY7BcZ/_new  2014-01-10 07:16:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sword
 #
-# Copyright (c) 2012 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,20 +16,19 @@
 #
 
 
-%define         libver 1_6_2
-%define                libinstver 1.6.2
+%define         libver 1_7_1
+%define                libinstver 1.7.1
 
 Name:           sword
-Version:        1.6.2+svn2679
+Version:        1.7.1
 Release:        0
 Summary:        Framework for manipulating Bible texts
 License:        GPL-2.0
 Group:          Development/Libraries/C and C++
 Url:            http://www.crosswire.org/sword
 Source0:        %{name}-%{version}.tar.bz2
-Patch1:         sword-1.6.1-fix_compiler_warnings.patch
-Patch2:         sword-1.6.1-curl.patch
-Patch3:         sword-gcc47.patch
+Source1:        %{name}-rpmlintrc
+Patch1:         sword-1.7.1-curl.patch
 Requires:       libsword-%{libver} = %version
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
@@ -103,9 +102,7 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
-%patch3 -p1
+%patch1 -p1
 
 %build
 
@@ -121,14 +118,11 @@
 
 %check
 cd tests/testsuite
-# could not run all tests, as verseparsing-utf8 tries to
-# use already installed locales and not the currently
-# build ones :-(
 # && ./runall.sh
 TESTSUITE=$(for i in *.good; do basename $i .good; done)
 for i in $TESTSUITE; do
        case $i in
-               verseparsing*)
+               osis*)
                        continue
                ;;
                *)
@@ -165,13 +159,12 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog LICENSE NEWS README doc
+%doc AUTHORS COPYING ChangeLog LICENSE NEWS README doc examples
 %config(noreplace) %{_sysconfdir}/sword.conf
 %{_bindir}/*
 %dir %{_datadir}/sword
 %dir %{_datadir}/sword/locales.d
 %dir %{_datadir}/sword/mods.d
-%{_libdir}/sword/
 %{_datadir}/sword/locales.d/*
 %{_datadir}/sword/mods.d/globals.conf
 

++++++ sword-1.6.1-curl.patch -> sword-1.7.1-curl.patch ++++++
--- /work/SRC/openSUSE:Factory/sword/sword-1.6.1-curl.patch     2011-09-23 
12:47:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sword.new/sword-1.7.1-curl.patch        
2014-01-10 07:16:34.000000000 +0100
@@ -1,8 +1,8 @@
-Index: src/mgr/curlftpt.cpp
+Index: sword-1.7.1/src/mgr/curlftpt.cpp
 ===================================================================
---- src/mgr/curlftpt.cpp.orig
-+++ src/mgr/curlftpt.cpp
-@@ -124,6 +124,7 @@ CURLFTPTransport::CURLFTPTransport(const
+--- sword-1.7.1.orig/src/mgr/curlftpt.cpp
++++ sword-1.7.1/src/mgr/curlftpt.cpp
+@@ -129,6 +129,7 @@ CURLFTPTransport::CURLFTPTransport(const
  
  
  CURLFTPTransport::~CURLFTPTransport() {

++++++ sword-1.6.2+svn2679.tar.bz2 -> sword-1.7.1.tar.bz2 ++++++
++++ 187946 lines of diff (skipped)

++++++ sword-rpmlintrc ++++++
# ignore reports about files in /usr/share/doc/packages/sword/examples/ for now
addFilter("wrong-file-end-of-line-encoding.*/usr/share/doc/packages/sword/examples/.*");
addFilter("suse-filelist-forbidden.*/usr/share/doc/packages/sword/examples/cmdline/.*");
addFilter("hidden-file-or-dir.*/usr/share/doc/packages/sword/examples/cmdline/.*");
addFilter("libtool-wrapper-in-package.*/usr/share/doc/packages/sword/examples/.*");
addFilter("doc-file-dependency.*/usr/share/doc/packages/sword/examples/.*");
addFilter("arch-dependent-file-in-usr-share.*/usr/share/doc/packages/sword/examples/.*");
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to