diff --git a/apache-commons-beanutils.changes b/apache-commons-beanutils.changes index 0ea27ed..461bd67 100644 --- a/apache-commons-beanutils.changes +++ b/apache-commons-beanutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 21 07:44:23 UTC 2018 - Tomáš Chvátal + +- Fix the Source URLs to use mirrors properly + ------------------------------------------------------------------- Thu Sep 20 10:45:41 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/apache-commons-beanutils.spec b/apache-commons-beanutils.spec index 808d312..5b7209c 100644 --- a/apache-commons-beanutils.spec +++ b/apache-commons-beanutils.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,8 +25,8 @@ Summary: Utility methods for accessing and modifying the properties of Ja License: Apache-2.0 Group: Development/Libraries/Java Url: http://commons.apache.org/beanutils -Source0: http://mirror.dkm.cz/apache//commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz -Source1: http://mirror.dkm.cz/apache//commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc +Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz +Source1: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc Patch0: jdk9.patch BuildRequires: ant BuildRequires: commons-collections