diff --git a/kxml.spec b/kxml.spec index 0878819..9ab3bbf 100644 --- a/kxml.spec +++ b/kxml.spec @@ -1,12 +1,12 @@ Name: kxml Version: 2.3.0 -Release: 19 +Release: 20 Summary: Small XmlPull compatible parser License: MIT URL: http://kxml.sourceforge.net/ -Source0: https://iweb.dl.sourceforge.net/project/kxml/kxml2/2.3.0/kxml2-src-2.3.0.zip -Source1: http://repo1.maven.org/maven2/net/sf/kxml/kxml2/%{version}/kxml2-%{version}.pom -Source2: http://repo1.maven.org/maven2/net/sf/kxml/kxml2-min/%{version}/kxml2-min-%{version}.pom +Source0: https://sourceforge.net/projects/%{name}/files/kxml2/%{version}/kxml2-src-%{version}.zip +Source1: https://repo.maven.apache.org/maven2/net/sf/kxml/kxml2/%{version}/kxml2-%{version}.pom +Source2: https://repo.maven.apache.org/maven2/net/sf/kxml/kxml2-min/%{version}/kxml2-min-%{version}.pom Source3: %{name}-%{version}-OSGI-MANIFEST.MF Patch0001: 0001-Unbundle-xpp3-classes.patch @@ -48,5 +48,8 @@ jar ufm dist/%{name}2-%{version}.jar %{SOURCE3} %files help -f .mfiles-javadoc %changelog +* Mon Nov 21 2022 liyanan - 2.3.0-20 +- Change source + * Tue Feb 18 2020 lihao - 2.3.0-19 - Package init