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