From 193fdd6fd34e3dc1a34f487cceab0ef86253f18b7a961777c72941fb6e27816e Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 30 Nov 2021 21:09:06 +0000 Subject: [PATCH] Accepting request 934428 from home:dirkmueller:Factory - update to 1.2.5: * Fixes compilation issue with GCC 11 and later * Improvements to test framework OBS-URL: https://build.opensuse.org/request/show/934428 OBS-URL: https://build.opensuse.org/package/show/graphics/tclap?expand=0&rev=10 --- tclap-1.2.4.tar.gz | 3 --- tclap-1.2.5.tar.gz | 3 +++ tclap-doc.spec | 6 +++--- tclap.changes | 7 +++++++ tclap.spec | 6 +++--- 5 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 tclap-1.2.4.tar.gz create mode 100644 tclap-1.2.5.tar.gz diff --git a/tclap-1.2.4.tar.gz b/tclap-1.2.4.tar.gz deleted file mode 100644 index 6f598c8..0000000 --- a/tclap-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:634c5b59dbb1ccbc9d6a5f6de494a257e29a3f59dcb6fc30445ff39b45188574 -size 4858469 diff --git a/tclap-1.2.5.tar.gz b/tclap-1.2.5.tar.gz new file mode 100644 index 0000000..aaf0ee5 --- /dev/null +++ b/tclap-1.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb649f76dae35e8d0dcba4b52acfd4e062d787e6a81b43f7a4b01275153165a6 +size 4140723 diff --git a/tclap-doc.spec b/tclap-doc.spec index aa29272..045790f 100644 --- a/tclap-doc.spec +++ b/tclap-doc.spec @@ -17,13 +17,13 @@ Name: tclap-doc -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: API Documentation for %{name} License: MIT Group: Development/Libraries/C and C++ -URL: http://tclap.sf.net -Source0: http://prdownloads.sourceforge.net/tclap/tclap-%{version}.tar.gz +URL: http://tclap.sourceforge.net/ +Source0: http://downloads.sourceforge.net/tclap/tclap-%{version}.tar.gz BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ diff --git a/tclap.changes b/tclap.changes index e89235f..bb911e1 100644 --- a/tclap.changes +++ b/tclap.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Nov 28 19:54:46 UTC 2021 - Dirk Müller + +- update to 1.2.5: + * Fixes compilation issue with GCC 11 and later + * Improvements to test framework + ------------------------------------------------------------------- Sat Apr 17 02:42:04 UTC 2021 - Ferdinand Thiessen diff --git a/tclap.spec b/tclap.spec index 2451256..36be669 100644 --- a/tclap.spec +++ b/tclap.spec @@ -17,13 +17,13 @@ Name: tclap -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: Templatized C++ Command Line Parser License: MIT Group: Development/Libraries/C and C++ -URL: http://tclap.sf.net -Source0: http://prdownloads.sourceforge.net/tclap/tclap-%{version}.tar.gz +URL: http://tclap.sourceforge.net +Source0: https://downloads.sourceforge.net/tclap/tclap-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libstdc++-devel