From a1804991bdf40d4192c603068b67a7072d879b0bbc0007fd41e77b3193f8ac6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 21 Sep 2018 07:44:37 +0000 Subject: [PATCH] - Fix the Source URLs to use mirrors properly OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=15 --- apache-commons-beanutils.changes | 5 +++++ apache-commons-beanutils.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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