diff --git a/CUnit.spec b/CUnit.spec index dd11ab57af21c08c611fd387f2f7603575c4d856..db41f71c458507f1cabf1b898beb64ea0b59fb39 100644 --- a/CUnit.spec +++ b/CUnit.spec @@ -1,12 +1,10 @@ -%global _version 2.1-3 - Name: CUnit -Version: 2.1.3 -Release: 24 +Version: 3.2.7 +Release: 1 Summary: A Unit Testing Framework for C License: LGPLv2+ URL: http://cunit.sourceforge.net/ -Source0: https://gitlab.com/cunity/cunit/-/archive/2.1-3/cunit-2.1-3.tar.bz2 +Source0: https://gitlab.com/cunity/cunit/-/archive/%{version}/cunit-%{version}.tar.bz2 BuildRequires: automake libtool @@ -30,7 +28,7 @@ This package contains the header files and libraries for CUnit development. %package_help %prep -%autosetup -n cunit-%{_version} -p1 +%autosetup -n cunit-%{version} -p1 find -name *.c -exec chmod -x {} \; %build @@ -81,6 +79,9 @@ popd %{_mandir}/man3/CUnit.3* %changelog +* Mon Jan 22 2024 zhoupengcheng - 3.2.7-1 +- update 3.2.7 + * Thu May 25 2023 yixiangzhike - 2.1.3-24 - enable make check diff --git a/cunit-2.1-3.tar.bz2 b/cunit-2.1-3.tar.bz2 deleted file mode 100644 index 90e8a870c2333922fdad1dd243a70987feda060d..0000000000000000000000000000000000000000 Binary files a/cunit-2.1-3.tar.bz2 and /dev/null differ diff --git a/cunit-3.2.7.tar.bz2 b/cunit-3.2.7.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..f00caf8a754f91cc66a3506fba3068c10139761e Binary files /dev/null and b/cunit-3.2.7.tar.bz2 differ