Accepting request 1068186 from devel:libraries:c_c++

- Update to version 1.1.7
  * Fixed tarball generation
- Update to version 1.1.6
  * Added new assert macros to compare 2 double given an epsilon
  * Added meson build system
  * Added header with version to TAP13 output
  * Fixed issues with MSVC
  * Fixed TAP output for skipped tests
  * Fixed issue with fail_msg
  * CMake generated configs for find_package(cmocka)
  * Documentation improvements

OBS-URL: https://build.opensuse.org/request/show/1068186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmocka?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2023-03-05 19:07:54 +00:00 committed by Git OBS Bridge
commit e08e0e6751
6 changed files with 47 additions and 35 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0ccd8242d55e2fd74b16ba518359151f6f8383ff8aef4976e48393f77bba8b6
size 81004

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAlycwqUACgkQfuD8TcwB
Tj3XJA/+PO2eS4q2+HzjspRipT6V+CWx6SzRV+sy7NTysbvSqQqjY1kG3aYmmbXG
YqxaAoinyRwAhc8DhZkiz3huTjeg203ab6rr9sjKvMXKVbgb9U1Fepx17GWMLIuw
fgMDlAmyLxyS/pYCqVLG0DYXewZIY9FGWCL9l8jMx0IHdhvIFOTSn9IO5M/+nVwl
LLiIWBYgHX5SpW47a2HtFmuwDq/O4DFcN4eKQwxmBTrQrcEVmZOY8XBqj+3PqtdN
TOZbs2jUrNeTv+JC/EMaTDCG1PctH/QHqEsVQKZmoGfNiYHKIu7kYdVODu1O9PRl
vXc8Zk2DyHwMltaEQgo/foRz/swqQ9Tx18MsVyDEUJqEGN1GNMx+H1fYtaV/drYy
8DMAUkvYkejr3aHNA7rHwvEuPOo8MdHHpTgFLtD5Ei4rRudAGCHJ9zkxoVyoB46j
6bOeUyqEfIUa6Dko5Mv4s4C0K9msUL6hjZdrLHI+m8HCLPaSElXcYWrE877zpdIz
wKjyBFWPr1UzsE5FgJ9JF92Clsk9ap3iX8CP6ye3ZSYWpFwwbWosMx0C3cYVtElt
gVmfhRnp2Yst2BRc7wTmxdxTgsfS2FM+5+rCt4uLU74UFADgMf+afXcyCp9/vxL2
M2pGgWRHcmCHiKXpTft7crA80DWiYuauxjyRc9lc+gKelbqBaXc=
=C+Zt
-----END PGP SIGNATURE-----

BIN
cmocka-1.1.7.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

16
cmocka-1.1.7.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAmP3ctgACgkQfuD8TcwB
Tj3xYxAAng0v96Q451nwdc+UStqLKMWeou2zNvADLVVuWP70cublsbMrEwrsB6B9
eXzD6oqSmyUTBRwishWkSjh5QQeSWkBw00SZy77UfUrxUww23985DW/rQCSESvTD
IOEOw9HXdBIZGqUCQ5U6K5ukIy8+MuTymzTdmZYdYtP8Y+yp6CM9i4fLDLX/D3Ac
noPa4JW3xt8ypFfINEJMelrStxXHilulA8l1MzwLnxd7Hc5pul+9PepyjS3Fipq6
Z/pwNU9Vg8sA0y/VBfP6QNLY/im99fNl6gcoluG/jo2ealz5vQatuCEtnkn7jOK7
/JFXTklyI+o5s5CiOnmg7AXQPF5YJUVNyvD733lxhu4atURGydAazf+BIf8p8EOf
smXcbVn0q4sk/gY28kHvGzVRGTR5sNIHKuudV9R6DL034E6vWziPdmxI7joXmVd0
VJw3pSgx+PavKgRikPnvpTsMgUDuOUzWeG7Ih5O0SYTArwkMNCVaUiQmD9KSXahQ
lGEdDreCv8HyIlSxMozYu8zWwbhS0dZhOmEfA3kxOQukl0OUcbQcdxsXjwJG3Yh+
i9HvAW2fv1YSzzIllDyfHIp8YBeY2XmTnnkqTEMInihcvrB3BAXfDxVmgHK74oO4
4G92bINVhrG9+EnEeV913r8WRexO3qVG7dF1uCuUVUcDZXsAV5E=
=+KpI
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Feb 27 13:16:24 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.1.7
* Fixed tarball generation
-------------------------------------------------------------------
Fri Feb 17 14:11:14 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.1.6
* Added new assert macros to compare 2 double given an epsilon
* Added meson build system
* Added header with version to TAP13 output
* Fixed issues with MSVC
* Fixed TAP output for skipped tests
* Fixed issue with fail_msg
* CMake generated configs for find_package(cmocka)
* Documentation improvements
-------------------------------------------------------------------
Wed Apr 24 09:43:30 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -1,7 +1,7 @@
#
# spec file for package cmocka
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@
%endif
Name: cmocka
Version: 1.1.5
Version: 1.1.7
Release: 0
Summary: Lightweight library to simplify and generalize unit tests for C
License: Apache-2.0
@ -40,7 +40,8 @@ BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: glibc-devel
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: libcmocka-devel-static < %{version}
%description
cmocka is an elegant unit testing framework for C with support for mock
@ -94,14 +95,6 @@ Requires: pkg-config
%description -n libcmocka-devel
Development headers for the cmocka unit testing library.
%package -n libcmocka-devel-static
Summary: Static cmocka library
Group: Development/Libraries/C and C++
Requires: libcmocka-devel = %{version}
%description -n libcmocka-devel-static
Static cmocka unit testing library.
%prep
%autosetup -p1
@ -116,7 +109,8 @@ Static cmocka unit testing library.
make %{?_smp_mflags}
%if %{with docs}
make docs
%endif # with docs
#endif with docs
%endif
%install
%cmake_install
@ -138,7 +132,8 @@ popd
%files -n libcmocka-devel
%if %{with docs}
%doc build/doc/html
%endif # with docs
#endif with docs
%endif
%{_includedir}/cmocka.h
%{_includedir}/cmocka_pbc.h
%dir %{_includedir}/cmockery
@ -147,10 +142,8 @@ popd
%{_libdir}/libcmocka.so
%{_libdir}/pkgconfig/cmocka.pc
%dir %{_libdir}/cmake/cmocka
%{_libdir}/cmake/cmocka/cmocka-config-relwithdebinfo.cmake
%{_libdir}/cmake/cmocka/cmocka-config-version.cmake
%{_libdir}/cmake/cmocka/cmocka-config.cmake
%files -n libcmocka-devel-static
%{_libdir}/libcmocka-static.a
%changelog