Hello community, here is the log from the commit of package form for openSUSE:Factory checked in at 2017-07-12 19:36:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/form (Old) and /work/SRC/openSUSE:Factory/.form.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "form" Wed Jul 12 19:36:30 2017 rev:2 rq:509635 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/form/form.changes 2017-02-03 17:36:55.839244199 +0100 +++ /work/SRC/openSUSE:Factory/.form.new/form.changes 2017-07-12 19:36:47.557681392 +0200 @@ -1,0 +2,10 @@ +Sun Jul 9 03:17:32 UTC 2017 - [email protected] + +- Update to version 4.2.0: + + See + https://github.com/vermaseren/form/wiki/Release-Notes---Form-4.2.0 + for list of changes. +- Drop form-devref-pdf.patch; incorporated upstream. +- Add BuildRequires on git, required to ascertain revision id. + +------------------------------------------------------------------- Old: ---- form-devref-pdf.patch v4.1-20131025.tar.gz New: ---- v4.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ form.spec ++++++ --- /var/tmp/diff_new_pack.JCzGrQ/_old 2017-07-12 19:36:48.565539026 +0200 +++ /var/tmp/diff_new_pack.JCzGrQ/_new 2017-07-12 19:36:48.569538461 +0200 @@ -1,7 +1,7 @@ # # spec file for package form # -# Copyright (c) 2016 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,23 +16,22 @@ # -%define reldate 20131025 +%define reldate 20170706 Name: form -Version: 4.1 +Version: 4.2.0 Release: 0 Summary: A Symbolic Manipulation System License: GPL-3.0+ Group: Productivity/Scientific/Math Url: https://github.com/vermaseren/form/ -Source0: https://github.com/vermaseren/form/archive/v%{version}-%{reldate}.tar.gz +Source0: https://github.com/vermaseren/form/archive/v%{version}.tar.gz Source1: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM form-devref-pdf.patch [email protected] -- Fix a typo preventing devref PDF from generating -Patch0: form-devref-pdf.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: git BuildRequires: gmp-devel BuildRequires: libtool BuildRequires: openmpi-devel @@ -86,8 +85,7 @@ This package provides additional documentation for %{name}. %prep -%setup -q -n %{name}-%{version}-%{reldate} -%patch0 -p1 +%setup -q # REPLACE __DATE__ BY %%{reldate} USED TO TAG THE SOURCE TARBALL sed -i "s/PRODUCTIONDATE __DATE__/PRODUCTIONDATE %{reldate}/" sources/form3.h @@ -105,7 +103,7 @@ popd %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install %fdupes -s doc @@ -117,6 +115,7 @@ %{_bindir}/form %{_bindir}/tform %{_bindir}/parform +%{_mandir}/man1/form.1%{ext_man} %files doc %defattr(-,root,root) ++++++ v4.1-20131025.tar.gz -> v4.2.0.tar.gz ++++++ ++++ 45725 lines of diff (skipped)
