Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zinnia for openSUSE:Factory checked in at 2021-12-10 21:52:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zinnia (Old) and /work/SRC/openSUSE:Factory/.zinnia.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zinnia" Fri Dec 10 21:52:55 2021 rev:8 rq:939138 version:0.07 Changes: -------- --- /work/SRC/openSUSE:Factory/zinnia/zinnia.changes 2020-01-11 14:43:28.549266338 +0100 +++ /work/SRC/openSUSE:Factory/.zinnia.new.2520/zinnia.changes 2021-12-10 21:53:29.330921856 +0100 @@ -1,0 +2,10 @@ +Fri Dec 10 12:32:29 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to 0.07 + * Minor bug fixes +- Use source from fork, as source vanished from offical site +- Drop obsoleted patches: + zinnia-automake-1.13.patch + zinnia-gcc6.patch + +------------------------------------------------------------------- Old: ---- zinnia-0.06.tar.gz zinnia-automake-1.13.patch zinnia-gcc6.patch New: ---- zinnia-0.07.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zinnia.spec ++++++ --- /var/tmp/diff_new_pack.TfrLdj/_old 2021-12-10 21:53:29.790922058 +0100 +++ /var/tmp/diff_new_pack.TfrLdj/_new 2021-12-10 21:53:29.794922060 +0100 @@ -1,7 +1,7 @@ # # spec file for package zinnia # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,17 +24,14 @@ %endif Name: zinnia -Version: 0.06 +Version: 0.07 Release: 0 Summary: Online hand recognition system with machine learning License: BSD-3-Clause Group: System/Libraries -Url: http://taku910.github.io/zinnia -Source0: %{name}-%{version}.tar.gz +URL: https://taku910.github.io/zinnia +Source0: https://github.com/silverhikari/zinnia/releases/download/%{version}/zinnia-%{version}.tar.gz Patch0: optflags-fixes.diff -Patch1: zinnia-automake-1.13.patch -# PATCH-FIX-UPSTREAM fix compile with gcc 6.0 -Patch2: zinnia-gcc6.patch BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkg-config @@ -56,7 +53,7 @@ %package devel Summary: Development files for zinnia Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} +Requires: libzinnia0 = %{version} %description devel The zinnia-devel package contains libraries and header files for @@ -74,17 +71,14 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 %build autoreconf -fi %configure --disable-static -make %{?_smp_mflags} +%make_build %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install find %{buildroot} -type f -name "*.la" -delete -print %if %{with_python} @@ -98,16 +92,15 @@ %files %defattr(-, root, root) -%doc README COPYING AUTHORS +%doc README AUTHORS %doc doc %{_bindir}/zinnia %{_bindir}/zinnia_learn %{_bindir}/zinnia_convert %files -n libzinnia0 -%defattr(-,root,root) -%{_libdir}/libzinnia.so.0 -%{_libdir}/libzinnia.so.0.0.0 +%license COPYING +%{_libdir}/libzinnia.so.* %files devel %defattr(-,root,root) ++++++ zinnia-0.06.tar.gz -> zinnia-0.07.tar.gz ++++++ ++++ 59089 lines of diff (skipped)