hamcrest-2.2-150200.12.17.2<>,,fU}p9|#=Rص6]]*\[ȸWe\9I˨nQ"rI0Pf^8^axqxsI,'—B:Ng:*8 if/tUyq2 _ 5v$;in 0/3rmqsjz~xM+\FdpTA\E=/A!?!d   PPT`d}   D  \  t       P    Tl(89X:VBFG H8 Ih Xt Y Z[\ ] ^ bc.deflu v w x! y!0 z!\!l!p!v!Chamcrest2.2150200.12.17.2Library of matchers for building test expressionsProvides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.fU}h01-ch4bSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Javahttps://github.com/hamcrest/JavaHamcrestlinuxnoarch  ]A큤AA큤A큤fU}fU}fU}fU}fU}fU}fU}fU}fU}fU}fU}fU}62462f8fbf674988c0ceb49fa8d5a143ed7eecc7062e2af0eeda366e5b37eff2e40f84907772f618805d66244cf68170ac162085f0ca776f4c5ec4ddc8b48c4af264e2e8b3dbace383eadaf26f7261b9955b264de4fbe1c9be74e86ebd2ea276893da94565d6cc61f92552553f5d4d9049a37eb5eadb5a73c3901566e384e6dbbf7205070f7c96cd917b431071085da5621e1c6e852ff5965002b60f0e12b3behamcrest.jarhamcrest.jarhamcrest.jarrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothamcrest-2.2-150200.12.17.2.src.rpmhamcresthamcrest-coremvn(org.hamcrest:hamcrest)mvn(org.hamcrest:hamcrest-all)mvn(org.hamcrest:hamcrest-all:pom:)mvn(org.hamcrest:hamcrest-core)mvn(org.hamcrest:hamcrest-core:pom:)mvn(org.hamcrest:hamcrest-library)mvn(org.hamcrest:hamcrest-library:pom:)mvn(org.hamcrest:hamcrest:pom:)osgi(org.hamcrest)@@    java-headlessjavapackages-filesystemrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ebb4t@_T_T_^@_@]@\=@\/JZ7Y@Y, @Y@U hfstrba@suse.comfstrba@suse.comfstrba@suse.compmonreal@suse.compmonreal@suse.compmonreal@suse.compmonreal@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- Use %patch -P N instead of deprecated %patchN.- Upgrade to upstream version 2.2 * After a long hiatus without releases, this version simplifies the packaging of Hamcrest into a single jar. Other big changes include Java 9 module compatibility, along with numerous other improvements and bug fixes. * Breaking Changes + Although the class API has not changed since Hamcrest 1.3, the way that the project is packaged has changed. Refer to the Hamcrest Distributables documentation for more information, and in particular the section on Upgrading from Hamcrest 1.x + The org.hamcrest.Factory annotation has been removed (it should not be used in client code) * Improvements + AllOf/AnyOf: Pass the matchers to constructor using varargs + Matchers.anyOf: Fix generic bounds compatibility for JDK 11 + AssertionError message is unhelpful when match fails for byte type + Use platform specific line breaks + Build now checks for consistent use of spaces * Changes + Fix compatibility issue for development with Android D8 + Fix typo in license name + 1.3 compatible constructors for string matchers + Fix for split packages with Java 9 modules + Documentation updates + Add implementation for CharSequence length matcher + Fix for TypeSafeDiagnosingMatcher can't detect generic types for subclass + Renamed IsCollectionContaining to IsIterableContaining + Make Hamcrest an OSGI bundle + Add StringRegularExpression matcher + Fix StringContainsInOrder to detect if a repeated pattern is missing + Add ArrayAsIterableMatcher + Fix description for IsEqualIgnoringCase + Fix JavaDoc examples + Upgraded to Java 7 + Build with Gradle + Deprecate IsCollectionContaining and IsArrayContainingXXX + Removed deprecated methods from previous release + Improve mismatch description of hasItem/hasItems + General improvements to mismatch descriptions + Several JavaDoc improvements and corrections + Deprecated several matcher factory methods of the for "isXyz" + Fix address doclint errors reported in JDK 1.8 + Fix Iterable contains in order is null-safe + Added equalToObject() (i.e. unchecked) method + Fix arrayContaining(null, null) cause NullPointerException * Fix string matching on regular expressions * Fix isCloseTo() shows wrong delta in mismatch description * Fix add untyped version of equalTo, named equalToObject * Implement IsEmptyMap, IsMapWithSize * Fix IsArray.describeMismatchSafely() should use Matcher.describeMismatch * Add Matcher implementation for files * Fix NPE in IsIterableContainingInOrder - Removed patches: * hamcrest-1.3-build.patch * hamcrest-1.3-fork-javac.patch * hamcrest-1.3-javadoc.patch * hamcrest-1.3-javadoc10.patch * hamcrest-1.3-javadoc9.patch * hamcrest-1.3-no-jarjar.patch * hamcrest-1.3-qdox-2.0.patch * hamcrest-1.3-random-build-crash.patch * hamcrest-reproducible-builds.patch + not needed with the new version - Modified patch: * hamcrest-matchers.patch -> 0001-Fix-build-with-OpenJDK-11.patch + adapt to the changed context- Modified patch: * hamcrest-1.3-build.patch + Build with source/target levels 8 - Added patch: * hamcrest-matchers.patch + Fix build with jdk17- Make hamcrest build reproducibly [bsc#1120493] - Add hamcrest-reproducible-builds.patch- Fix typo in hamcrest-core description [bsc#1179994]- Fix RPM Lint complaint: summary-ended-with-dot- Add obsoletes in core to fix updates. [bsc#1174544]- Remove references to the hamcrest-parent pom and do not distribute it * useless since we don't build with maven * creates problems with gradle connector- Make jmock and easymock integration opt-in (bsc#1121956)- Use sources from github, which are accessible - Do not build the hamcrest-text empty jar - Split a core package off the main package - Added patch: * hamcrest-1.3-qdox-2.0.patch + Fix build against QDox 2.0 - Removed patch: * hamcrest-1.3-no-integration.patch + Not needed any more since integration is buildable - Modified patches: * hamcrest-1.3-build.patch * hamcrest-1.3-fork-javac.patch * hamcrest-1.3-javadoc.patch * hamcrest-1.3-javadoc10.patch * hamcrest-1.3-javadoc9.patch * hamcrest-1.3-no-jarjar.patch * hamcrest-1.3-random-build-crash.patch- Added patch: * hamcrest-1.3-javadoc10.patch + Fix build with jdk10's javadoc that ends in error when a link cannot be downloaded- Modified patch: * hamcrest-1.3-fork-javac.patch + Specify java target level 1.6 in order to allow building with jdk9 - Specify java source level 1.6 in order to allow building with jdk9 - Added patch: * hamcrest-1.3-javadoc9.patch + fix javadoc errors that are fatal in jdk9- Apply patch from fedora: * hamcrest-1.3-fork-javac.patch- Fix homepage - Update to build with new javapacakges-tools- Fix build with new javapackages-toolshamcrest-corehamcrest-demoh01-ch4b 1716878790 2.2-150200.12.17.22.22.22.22.22.22.22.22.22.22.22.22.2hamcrestREADME.mdhamcrestall.jarcore.jarhamcrest.jarlibrary.jarhamcrestLICENSE.txthamcrest.xmlhamcresthamcrest.pom/usr/share/doc/packages//usr/share/doc/packages/hamcrest//usr/share/java//usr/share/java/hamcrest//usr/share/licenses//usr/share/licenses/hamcrest//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/hamcrest/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34072/SUSE_SLE-15-SP2_Update/c67d8f9a4728cb7e99c4837ca43ca919-hamcrest.SUSE_SLE-15-SP2_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textgzip ERROR: Stdin has more than one entry--rest ignored (Zip archive data, at least v1.0 to extract Java archive data (JAR))ASCII text, with CRLF line terminatorsXML 1.0 document text P PPPPP PPPRR8 _/הutf-812803cd73ca27c109366282ed9bf85e0200fbedaea551ba8a6da192adc0eda0d?7zXZ !t/]"k%{L6l<Vտ&w;rЪ`v-X*-btזB/r/w2дh5xOb$|ZQݟuÆT z{K~cѐT)d1R0Y\X~/iX\Kr#'bCKۂzNǎAp[bp# 9Yj0kC}v) [ErN*ul5G舿ž,L; oV \.0=l+Ŝ$sq7+R$aB{*/S‘x 6SKz^ *cqmHzJHY W!dyФSOd1qdm">y 8#2Ad\!G/stqt?swi=? pu }¦S%G^ 4O.@!J>&qLCL"$ExUO-+O!845A{@4oQ:<8r,.#VE_YF(=qW*҇ &6*q^؈"9v9/] RYo;yoD&!&rݘ##6d\zҙ"]eT$'qUbik}qC}Cbh +-M^zP }9`pcСj':LJI(麜r9bʮT ť ,L86;\V-Y@r'&AD& j:\nV,<9`qaX>nÁ 'uM M2.FAXk+E<&qwafKJ-a)xE)3q=&z9< $PcB $?J[=&