Update to upstream version 2.7.0
This commit is contained in:
		
							parent
							
								
									c1d5a66e8b
								
							
						
					
					
						commit
						0b61c130b9
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -10,3 +10,4 @@ bin | |||||||
| /plexus-classworlds-2.5.1.tar.gz | /plexus-classworlds-2.5.1.tar.gz | ||||||
| /plexus-classworlds-2.5.2.tar.gz | /plexus-classworlds-2.5.2.tar.gz | ||||||
| /plexus-classworlds-2.6.0.tar.gz | /plexus-classworlds-2.6.0.tar.gz | ||||||
|  | /plexus-classworlds-2.7.0.tar.gz | ||||||
|  | |||||||
| @ -1,33 +1,31 @@ | |||||||
| %bcond_with bootstrap | %bcond_with bootstrap | ||||||
| 
 | 
 | ||||||
| Name:           plexus-classworlds | Name:           plexus-classworlds | ||||||
| Version:        2.6.0 | Version:        2.7.0 | ||||||
| Release:        14%{?dist} | Release:        1%{?dist} | ||||||
| Summary:        Plexus Classworlds Classloader Framework | Summary:        Plexus Classworlds Classloader Framework | ||||||
| License:        Apache-2.0 and Plexus | License:        Apache-2.0 and Plexus | ||||||
| URL:            https://github.com/codehaus-plexus/plexus-classworlds | URL:            https://github.com/codehaus-plexus/plexus-classworlds | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
| ExclusiveArch:  %{java_arches} noarch | ExclusiveArch:  %{java_arches} noarch | ||||||
| 
 | 
 | ||||||
| Source0:        https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz | Source0:        %{url}/archive/%{name}-%{version}.tar.gz | ||||||
| 
 | 
 | ||||||
| %if %{with bootstrap} | %if %{with bootstrap} | ||||||
| BuildRequires:  javapackages-bootstrap-openjdk8 | BuildRequires:  javapackages-bootstrap | ||||||
| %else | %else | ||||||
| BuildRequires:  maven-local-openjdk8 | BuildRequires:  maven-local | ||||||
| BuildRequires:  mvn(junit:junit) | BuildRequires:  mvn(junit:junit) | ||||||
| BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin) | BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin) | ||||||
| BuildRequires:  mvn(org.codehaus.plexus:plexus:pom:) | BuildRequires:  mvn(org.codehaus.plexus:plexus:pom:) | ||||||
| %endif | %endif | ||||||
| 
 | 
 | ||||||
| %description | %description | ||||||
| Classworlds is a framework for container developers | Classworlds is a framework for container developers who require complex | ||||||
| who require complex manipulation of Java's ClassLoaders. | manipulation of Java's ClassLoaders. Java's native ClassLoader mechanisms and | ||||||
| Java's native ClassLoader mechanisms and classes can cause | classes can cause much headache and confusion for certain types of application | ||||||
| much headache and confusion for certain types of | developers. Projects which involve dynamic loading of components or otherwise | ||||||
| application developers. Projects which involve dynamic | represent a 'container' can benefit from the classloading control provided by | ||||||
| loading of components or otherwise represent a 'container' |  | ||||||
| can benefit from the classloading control provided by |  | ||||||
| classworlds. | classworlds. | ||||||
| 
 | 
 | ||||||
| %{?javadoc_package} | %{?javadoc_package} | ||||||
| @ -37,14 +35,11 @@ classworlds. | |||||||
| %mvn_file : %{name} plexus/classworlds | %mvn_file : %{name} plexus/classworlds | ||||||
| %mvn_alias : classworlds:classworlds | %mvn_alias : classworlds:classworlds | ||||||
| 
 | 
 | ||||||
| %pom_add_dep junit:junit:4.13.1:test |  | ||||||
| 
 |  | ||||||
| %pom_remove_plugin :maven-enforcer-plugin |  | ||||||
| %pom_remove_plugin :maven-dependency-plugin | %pom_remove_plugin :maven-dependency-plugin | ||||||
| 
 | 
 | ||||||
| # These tests depend on artifacts that are not packaged | # These tests depend on artifacts that are not packaged | ||||||
| sed -i /testConfigure_Valid/s/./@org.junit.Ignore/ $(find -name ConfiguratorTest.java) | sed -i /testConfigure_Valid/s/./@org.junit.Ignore/ src/test/java/org/codehaus/plexus/classworlds/launcher/ConfiguratorTest.java | ||||||
| sed -i /testConfigure_Optionally_Existent/s/./@org.junit.Ignore/ $(find -name ConfiguratorTest.java) | sed -i /testConfigure_Optionally_Existent/s/./@org.junit.Ignore/ src/test/java/org/codehaus/plexus/classworlds/launcher/ConfiguratorTest.java | ||||||
| 
 | 
 | ||||||
| %build | %build | ||||||
| %mvn_build | %mvn_build | ||||||
| @ -53,9 +48,12 @@ sed -i /testConfigure_Optionally_Existent/s/./@org.junit.Ignore/ $(find -name Co | |||||||
| %mvn_install | %mvn_install | ||||||
| 
 | 
 | ||||||
| %files -f .mfiles | %files -f .mfiles | ||||||
| %license LICENSE.txt LICENSE-2.0.txt | %license LICENSE.txt LICENSE-Codehaus.txt | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Fri Aug 11 2023 Marian Koncek <mkoncek@redhat.com> - 2.7.0-1 | ||||||
|  | - Update to upstream version 2.7.0 | ||||||
|  | 
 | ||||||
| * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-14 | * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-14 | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								sources
									
									
									
									
									
								
							| @ -1 +1 @@ | |||||||
| SHA512 (plexus-classworlds-2.6.0.tar.gz) = d6ef17a4651da99975bcfc04f89ba128d891efc9047dc9b8afa52bd092d07268d44a7424a3a3700209bb56452f035ac1071c58ae6dc961b7e991efee1c0e117e | SHA512 (plexus-classworlds-2.7.0.tar.gz) = 625d83c1a08a15e0d85984518eaec36bf001e562c49df4d5028e9fec1a9fdc69faa88066441da3cedd803fc20932fcaef9f2e924a485e0a0dcde60a600b32c7f | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user