Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ctemplate for openSUSE:Factory 
checked in at 2021-03-18 22:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ctemplate (Old)
 and      /work/SRC/openSUSE:Factory/.ctemplate.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ctemplate"

Thu Mar 18 22:55:13 2021 rev:27 rq:879826 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ctemplate/ctemplate.changes      2017-02-15 
10:06:13.421734449 +0100
+++ /work/SRC/openSUSE:Factory/.ctemplate.new.2401/ctemplate.changes    
2021-03-18 22:55:16.635552662 +0100
@@ -1,0 +2,7 @@
+Wed Mar 17 09:12:01 UTC 2021 - Wang Jun <jgw...@suse.com>
+
+- Update to version 2.4
+  * Switch to Python 3
+  * Add new buildrequests: autoconf, automake and libtool
+
+-------------------------------------------------------------------

Old:
----
  ctemplate-2.3.tar.gz

New:
----
  ctemplate-2.4.tar.gz

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

Other differences:
------------------
++++++ ctemplate.spec ++++++
--- /var/tmp/diff_new_pack.xR4MXp/_old  2021-03-18 22:55:17.747553863 +0100
+++ /var/tmp/diff_new_pack.xR4MXp/_new  2021-03-18 22:55:17.751553867 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ctemplate
 #
-# Copyright (c) 2017 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
@@ -12,23 +12,26 @@
 # 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/
 #
 
 
 %define sover   3
 %define libname lib%{name}%{sover}
 Name:           ctemplate
-Version:        2.3
+Version:        2.4
 Release:        0
 Summary:        Library for a C++ templating language
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/OlafvdSpek/ctemplate
+URL:            https://github.com/OlafvdSpek/ctemplate
 Source:         
https://github.com/OlafvdSpek/ctemplate/archive/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python
+BuildRequires:  python3-base
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,6 +62,7 @@
 %setup -q -n %{name}-%{name}-%{version}
 
 %build
+./autogen.sh
 %configure \
   --disable-static \
   --disable-silent-rules
@@ -69,23 +73,25 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 # remove not needed documentation
-rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}
+rm -rf %{buildroot}%{_datadir}/doc/%{name}
 
 %check
-make %{?_smp_mflags} check
+make check
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
 %defattr(-,root,root)
-%doc COPYING AUTHORS
+%doc AUTHORS
+%license COPYING
 %{_libdir}/libctemplate.so.%{sover}*
 %{_libdir}/libctemplate_nothreads.so.%{sover}*
 
 %files -n libctemplate-devel
 %defattr(-,root,root)
-%doc doc/*.html ChangeLog COPYING AUTHORS
+%doc doc/*.html ChangeLog AUTHORS
+%license COPYING
 %{_bindir}/diff_tpl_auto_escape
 %{_bindir}/make_tpl_varnames_h
 %{_bindir}/template-converter

++++++ ctemplate-2.3.tar.gz -> ctemplate-2.4.tar.gz ++++++
++++ 55738 lines of diff (skipped)

Reply via email to