Commit Graph

27 Commits

Author SHA256 Message Date
a0269185c5 Accepting request 894771 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/894771
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=44
2021-05-21 12:01:50 +00:00
84e088c5f5 Accepting request 827323 from home:dirkmueller:branches:GNOME:Factory
- update to 0.15.2:
  * Fix fail* APIs, regression from 0.15.1
  * Fix warning in ptr macros with pointer to integer cast
  * Fix various warnings in Check's unit tests
  * Replace gnu_printf with printf in format __attribute__
  * Fix warnings from Check's macros: "warning: too many arguments for format"
  * Fix format specifiers that do not match the argument types
  * Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of
  ‘gnu_printf’ format attribute
  * Refactor tests to fix signed - unsigned conversions
  * Refactor some Check internals to use proper interger types
  * Implement missing mutual exclusion for Windows hosts

OBS-URL: https://build.opensuse.org/request/show/827323
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=42
2020-08-20 12:45:43 +00:00
a88a13140a Accepting request 800363 from home:polslinux:branches:GNOME:Factory
- Update to 0.14.0:
  * Add support for FetchContent in CMake
  * Rename CMake project from 'check' to 'Check'
  * Fix for checking for wrong tool when building docs in Autotools
  * Fix compiler warning with printf format
  * missing <unistd.h> in some files
  * Various documentation improvements
  * END_TEST is now optional, as how START_TEST works has been redone
  * Various CMake related changes

OBS-URL: https://build.opensuse.org/request/show/800363
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=40
2020-05-06 16:20:42 +00:00
2ae5aa84cc Accepting request 583625 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/583625
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=38
2018-03-09 10:12:01 +00:00
Bjørn Lie
3521f84866 Accepting request 528833 from home:awissu:branches:GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/528833
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=36
2017-09-26 19:29:08 +00:00
bbc77eef8e Accepting request 324679 from GNOME:Next
New release

OBS-URL: https://build.opensuse.org/request/show/324679
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=34
2015-08-21 11:42:09 +00:00
9b03149b75 - Implement shared library naming guidelines: move the library to
libcheck0. The new package obsoletes 'check', as there is no
  other content.
- Do not pass --enable-pic to configure: only static libs profit
  from this.
- Add fdupes BuildRequires to eliminate the couple duplicates.
- Move %install_info_delete from postun to preun: access to the
  .info files is required for successful execution.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=32
2015-04-08 07:39:06 +00:00
5e96aca333 Accepting request 293395 from home:jengelh:branches:GNOME:Factory
- Implement shared library naming guidelines

OBS-URL: https://build.opensuse.org/request/show/293395
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=31
2015-04-08 07:34:52 +00:00
Bjørn Lie
d95b270e58 Accepting request 246133 from home:dimstar:branches:GNOME:Factory
Update to 0.9.24

OBS-URL: https://build.opensuse.org/request/show/246133
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=29
2014-08-24 10:04:03 +00:00
0c7839cf67 Accepting request 239209 from home:dimstar:branches:GNOME:Factory
Update to 0.9.13

OBS-URL: https://build.opensuse.org/request/show/239209
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=27
2014-07-02 15:48:10 +00:00
367b14bfe0 Accepting request 220627 from GNOME:Next
- Update to version 0.9.12:
  + Additional unit tests created for internal and external Check
    APIs.
  + Check now compiled on Windows using MSVC when using CMake and
    NMake. All unit tests pass, though shell script based ones need
    to be run in the MSYS environment.
  + Check now compiles on Windows using Visual Studio 10 when using
    CMake. check_check passes when run from Visual Studios.
  + Always capture the start and end times of tests when using
    NO_FORK mode. Previously the end time was not captured,
    resulting in arbitrary durations being recorded when tests
    failed. Bug#87.
  + Added additional configure script checks for support of
    timer_create() on the target system. This allows for OpenBSD to
    compile and run all Check's unit tests successfully. 
  + Added a unit test, check_mem_leaks, which can be used against
    valgrind to test for memory leaks. No memory leaks were found.
  + Added tcase_add_loop_test support in checkm.
  + Add support for logging in Test Anything Protocol (TAP) format.
  + Refactor Check's assertions to be more like the assert() call
    in assert.h, in that static source code analyzers can use gcc
    attributes in the header to make assumptions about the flow of
    the code. See feature request #29.
  + Fix ck_assert_ptr_* causing const compilation warnings.
- Add check-missing-includes.patch: Add missing include in order
  to fix the build.

OBS-URL: https://build.opensuse.org/request/show/220627
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=25
2014-02-02 19:46:20 +00:00
0385b7ebb5 Accepting request 206039 from home:dimstar:branches:GNOME:Factory
Update to 0.9.11

OBS-URL: https://build.opensuse.org/request/show/206039
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=23
2013-11-07 19:54:59 +00:00
Bjørn Lie
32d9c12e02 Accepting request 172382 from home:dimstar:branches:GNOME:Factory
Update to 0.9.10

OBS-URL: https://build.opensuse.org/request/show/172382
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=21
2013-04-19 09:39:16 +00:00
f140680278 Accepting request 139139 from home:dimstar:branches:GNOME:Factory
Update to 0.9.9

OBS-URL: https://build.opensuse.org/request/show/139139
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=19
2012-10-29 20:52:57 +00:00
Vincent Untz
5cbd567be4 Accepting request 97818 from home:dimstar:branches:GNOME:Factory
- Own %{_datadir}/aclocal to fix build without automake/autoconf.

OBS-URL: https://build.opensuse.org/request/show/97818
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=17
2011-12-22 20:35:24 +00:00
Vincent Untz
80a129f1f3 Accepting request 83081 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel building

OBS-URL: https://build.opensuse.org/request/show/83081
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=15
2011-09-21 15:39:18 +00:00
OBS User autobuild
023c68ccfe Accepting request 38748 from GNOME:Factory
checked in (request 38748)

OBS-URL: https://build.opensuse.org/request/show/38748
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=14
2010-04-24 15:22:01 +00:00
Stephan Kulow
62f9866fe3 Accepting request 38691 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/check via accept of submit request 38691 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/38691
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=13
2010-04-24 12:17:58 +00:00
OBS User buildservice-autocommit
279246510a Updating link to change in openSUSE:Factory/check revision 10.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=afaed2c34cc21915f25ad8e21bf13e70
2010-03-18 14:39:27 +00:00
OBS User autobuild
c467d2422d Accepting request 38748 from GNOME:Factory
Copy from GNOME:Factory/check based on submit request 38748 from user coolo

OBS-URL: https://build.opensuse.org/request/show/38748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=11
2010-04-24 15:22:02 +00:00
OBS User autobuild
25b68b3ff7 Accepting request 32230 from GNOME:Factory
Copy from GNOME:Factory/check based on submit request 32230 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/32230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=9
2010-02-11 18:33:31 +00:00
OBS User autobuild
321baedb8c Accepting request 25797 from GNOME:Factory
Copy from GNOME:Factory/check based on submit request 25797 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/25797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=8
2009-12-08 08:59:56 +00:00
OBS User unknown
8df0e91f43 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=6 2009-04-18 11:53:02 +00:00
OBS User unknown
ca4c2607ca OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=5 2009-02-06 20:41:02 +00:00
OBS User unknown
7b5ef698dc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=3 2008-04-10 11:10:30 +00:00
OBS User unknown
fe1d626bc1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=2 2007-03-28 22:18:41 +00:00
OBS User unknown
78cc024bdb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=1 2007-01-15 23:06:52 +00:00