2024-05-31 14:46:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 23 05:53:55 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Require hamcrest >= 2.2 to resolve choice of providers
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 27 11:44:02 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Generate anew the ant build system using the maven pom.xml
|
|
|
|
- Fetch sources from github by source service and filter out stale
|
|
|
|
hamcrest binaries.
|
|
|
|
- Port to hamcrest 2.2 unconditionally
|
|
|
|
- Added patch:
|
|
|
|
* 0002-remove-usages-of-deprecated-org.junit.Assert.assertT.patch
|
|
|
|
+ upstream patch to replace deprecated assertThat
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 21 13:55:54 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
|
2024-05-03 14:08:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 21 07:53:02 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Let ant build with --release 8 if the compiler knows that option.
|
|
|
|
This allows us to avoid incompatible exception declarations
|
|
|
|
in ObjectInputStream.GetField.get(String,Object) in java >= 20
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 23 17:18:10 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Conditionalize the spec file so that junit can be built with
|
|
|
|
both hamcrest 1.3 and 2.2 from the same sources
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 9 18:02:17 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Added patch:
|
|
|
|
* 0001-Port-to-hamcrest-2.2.patch
|
|
|
|
+ do not use the org.hamcrest.Factory that was removed in
|
|
|
|
hamcrest 2.x and should have been an internal annotation
|
|
|
|
only
|
|
|
|
+ fix some incompatibilities with template types in matchers
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 18 16:38:08 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Build with source/target levels 8
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 12 12:57:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 4.13.2:
|
|
|
|
* Mark ThreadGroups created by FailOnTimeout as daemon groups
|
|
|
|
* Only create ThreadGroups if FailOnTimeout.lookForStuckThread is true.
|
|
|
|
* Fix NotSerializableException with AssumptionViolatedException
|
|
|
|
* Security fix: TemporaryFolder now limits access to temporary folders on
|
|
|
|
Java 1.7 or later (CVE-2020-1945, bsc#1171696)
|
|
|
|
* Make FrameworkField constructor public
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 7 12:20:17 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to 4.13
|
|
|
|
- Removed patches:
|
|
|
|
* junit-jdk10.patch
|
|
|
|
* junit-jdk11.patch
|
|
|
|
+ not needed with this version
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 4 17:16:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Add OSGi manifest to the jar file
|
|
|
|
- Package the manual
|
|
|
|
- BuildRequire and Require hamcrest-core, since the package does
|
|
|
|
strictly depend on hamcrest-core only.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 21 23:36:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Trim repeated metadata from description.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 26 06:27:56 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to 4.12
|
|
|
|
- Removed patches:
|
|
|
|
* junit-jdk8.patch
|
|
|
|
* junit-jdk9.patch
|
|
|
|
* junit-no-hamcrest-src.patch
|
|
|
|
+ Integrated directly in the added build.xml file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 11 14:52:48 UTC 2018 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Added patch:
|
|
|
|
* junit-jdk11.patch
|
|
|
|
+ Fix build with jdk11
|
|
|
|
+ Don't override removed SecurityManager methods
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 18 15:40:52 UTC 2017 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Run fdupes on documentation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 18 15:35:28 UTC 2017 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Harden and fix the test suite:
|
|
|
|
+ org.framework.junit is deprecated since junit 4.0
|
|
|
|
+ Ensure we fail check when junit no longer returns what we
|
|
|
|
expect it to (error code checking is useless, since Assert
|
|
|
|
returns !0, like any other failure to start the test).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 18 09:34:48 UTC 2017 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Added patch:
|
|
|
|
* junit-jdk10.patch
|
|
|
|
+ Remove a function getInCheck from NoExitSecurityManager,
|
|
|
|
since it does not exist in the extended class in jdk10 and is
|
|
|
|
deprecated in previous versions
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 8 08:42:24 UTC 2017 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Added patch:
|
|
|
|
* junit-jdk9.patch
|
|
|
|
+ Build with java source and target levels 1.6 in order to
|
|
|
|
allow building with jdk9
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 19 10:03:43 UTC 2017 - dziolkowski@suse.com
|
|
|
|
|
|
|
|
- New build dependency: javapackages-local
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 28 07:53:29 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Add patch to build with jdk8:
|
|
|
|
* junit-jdk8.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 18 09:46:15 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Fix build with new javapackages-tools
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 25 07:39:22 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- Update to 4.11
|
|
|
|
* Matchers: Upgrade to Hamcrest 1.3
|
|
|
|
no longer included junit jar
|
|
|
|
* Parameterized Tests
|
|
|
|
* Specify Test execution order
|
|
|
|
* New maven artifact 'junit:junit' w/o builtin hamcrest
|
|
|
|
* Number of improvements into Rules
|
|
|
|
- Drop jdk7-testfailure.patch, fixed upstream
|
|
|
|
- Add junit-no-hamcrest-src.patch, don't bundle hamcrest into junit.jar
|
|
|
|
- Use SourceUrl for release tarball and pom
|
|
|
|
- Don't inject OSGI manifest, it breaks junit.jar
|
|
|
|
- Provide/obsolete package junit4
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 23 09:35:53 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- disable javadoc build
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 11 16:14:37 CEST 2008 - mvyskocil@suse.cz
|
|
|
|
|
|
|
|
- Use gcc-java for build
|
|
|
|
- Update 3.8.2 (a new build.xml)
|
|
|
|
- Removed a java14compat
|
|
|
|
- Removed javadoc postin/postun
|
|
|
|
- Add a cpl-v10.html
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 30 01:45:59 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- added unzip to buildreq
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 26 15:24:14 CEST 2006 - skh@suse.de
|
|
|
|
|
|
|
|
- don't use icecream
|
|
|
|
- use source="1.4" and target="1.4" for build with java 1.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:46:48 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 28 15:35:11 CEST 2005 - jsmeix@suse.de
|
|
|
|
|
|
|
|
- Adjustments in the spec file.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 18 16:45:22 CEST 2005 - jsmeix@suse.de
|
|
|
|
|
|
|
|
- Current version 3.8.1 from JPackage.org
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 16 15:05:57 CEST 2004 - skh@suse.de
|
|
|
|
|
|
|
|
- Fix prerequires of javadoc subpackage
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 2 16:30:31 CEST 2004 - skh@suse.de
|
|
|
|
|
|
|
|
- Initial package created with version 3.8.1 (JPackage 1.5)
|
|
|
|
|