Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libnumbertext.15974 for
openSUSE:Leap:15.2:Update checked in at 2021-03-27 06:05:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2:Update/libnumbertext.15974 (Old)
and /work/SRC/openSUSE:Leap:15.2:Update/.libnumbertext.15974.new.2401
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnumbertext.15974"
Sat Mar 27 06:05:20 2021 rev:1 rq:880842 version:1.0.6
Changes:
--------
New Changes file:
--- /dev/null 2021-03-11 01:47:46.020784395 +0100
+++
/work/SRC/openSUSE:Leap:15.2:Update/.libnumbertext.15974.new.2401/libnumbertext.changes
2021-03-27 06:05:20.732084573 +0100
@@ -0,0 +1,40 @@
+-------------------------------------------------------------------
+Thu Jun 18 12:05:58 UTC 2020 - Tom???? Chv??tal <[email protected]>
+
+- Update to 1.0.6:
+ * minor fixes and fuzzer fixes
+
+-------------------------------------------------------------------
+Mon Oct 29 12:38:41 UTC 2018 - Tom???? Chv??tal <[email protected]>
+
+- Drop libnumbertext-boost.patch and rather rely on new gcc, safer
+
+-------------------------------------------------------------------
+Mon Oct 29 12:33:22 UTC 2018 - Tom???? Chv??tal <[email protected]>
+
+- Add patch libnumbertext-boost.patch to fix build with boost
+ and enable build on older distributions
+
+-------------------------------------------------------------------
+Tue Oct 16 14:20:57 UTC 2018 - Tom???? Chv??tal <[email protected]>
+
+- Update to 1.0.5:
+ * Various fixes in numerical calculations and issues reported on
+ libreoffice tracker
+- Drop merged libnumbertext-oldgcc.patch
+
+-------------------------------------------------------------------
+Mon Jun 4 08:38:59 UTC 2018 - [email protected]
+
+- Add patch to build on old gcc versions:
+ * libnumbertext-oldgcc.patch
+
+-------------------------------------------------------------------
+Wed May 30 12:43:20 UTC 2018 - [email protected]
+
+- Add config.h to installed headers as all headers require it
+
+-------------------------------------------------------------------
+Wed May 30 11:07:47 UTC 2018 - [email protected]
+
+- Initial commit, needed by libreoffice
New:
----
1.0.6.tar.gz
libnumbertext.changes
libnumbertext.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libnumbertext.spec ++++++
#
# spec file for package libnumbertext
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define libname libnumbertext-1_0-0
Name: libnumbertext
Version: 1.0.6
Release: 0
Summary: Language-neutral NUMBERTEXT and MONEYTEXT functions
License: MPL-2.0
URL: https://github.com/Numbertext/libnumbertext
Source:
https://github.com/Numbertext/libnumbertext/archive/%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkgconfig
%if 0%{?suse_version} < 1500
BuildRequires: gcc7-c++
%endif
%description
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
%package -n %{libname}
Summary: Language-neutral NUMBERTEXT and MONEYTEXT functions
Requires: %{name}-data >= %{version}
%description -n %{libname}
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
%package devel
Summary: Files for Developing with libnumbertext
Requires: %{libname} = %{version}
%description devel
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
This package contains the libnumbertext development files.
%package tools
Summary: Tools to work with NUMBERTEXT and MONEYTEXT functions
Requires: %{name}-data >= %{version}
%description tools
This package contains tools to work with NUMBERTEXT and MONEYTEXT functions
%package data
Summary: Language data for numbertext
%description data
This package contains data providing information for localized nubertext
conversions.
%prep
%setup -q
%build
autoreconf -fvi
%if 0%{?suse_version} < 1500
export CXX=g++-7
%endif
%configure \
--disable-werror \
--disable-static \
--disable-silent-rules \
%{nil}
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
# missing config.h header
install -m 0644 src/config.h %{buildroot}%{_includedir}/libnumbertext/config.h
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%files -n %{libname}
%license COPYING
%{_libdir}/*.so.*
%files devel
%dir %{_includedir}/libnumbertext
%{_includedir}/libnumbertext/*
%{_libdir}/libnumbertext-1.0.so
%{_libdir}/pkgconfig/libnumbertext.pc
%files tools
%{_bindir}/spellout
%files data
%dir %{_datadir}/libnumbertext
%{_datadir}/libnumbertext/*.sor
%changelog