From 8fce53c934de30ecdb6c3bb970d9dda8970477ef Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Wed, 18 Nov 2020 19:47:09 +0800 Subject: [PATCH] Correct and Add some yaml 1.correct and add some yaml 2.update version_exceptions 3.filter version end with 'c' or 'd' Signed-off-by: Leo Fang --- advisors/helper/version_exceptions.yaml | 2 + advisors/version_recommend.py | 3 +- upstream-info/GeoIP-GeoLite-data.yaml | 5 + upstream-info/HikariCP.yaml | 5 + upstream-info/ImageMagick.yaml | 2 +- upstream-info/PyQt4.yaml | 6 +- upstream-info/aesh.yaml | 5 + upstream-info/ant-contrib.yaml | 5 + upstream-info/ant.yaml | 5 + upstream-info/apache-commons-chain.yaml | 5 + upstream-info/apache-commons-csv.yaml | 5 + upstream-info/assertj-core.yaml | 5 + upstream-info/atlas.yaml | 9 +- upstream-info/authselect.yaml | 19 +--- upstream-info/authz.yaml | 4 +- upstream-info/autoconf213.yaml | 5 +- upstream-info/autogen.yaml | 15 +-- upstream-info/bind-dyndb-ldap.yaml | 5 +- upstream-info/blivet-gui.yaml | 113 +------------------ upstream-info/ca-certificates.yaml | 7 +- upstream-info/cglib.yaml | 5 + upstream-info/cronie.yaml | 31 +---- upstream-info/cups-filters.yaml | 10 +- upstream-info/dejagnu.yaml | 4 +- upstream-info/docbook-style-xsl.yaml | 4 +- upstream-info/emma.yaml | 5 + upstream-info/enchant.yaml | 31 +---- upstream-info/ghostscript.yaml | 39 +------ upstream-info/glassfish-jaxb.yaml | 6 + upstream-info/glib.yaml | 26 +---- upstream-info/gmp.yaml | 2 +- upstream-info/gphoto2.yaml | 12 +- upstream-info/gstreamer-plugins-good.yaml | 10 +- upstream-info/gtk.yaml | 7 +- upstream-info/hplip.yaml | 6 +- upstream-info/hsqldb1.yaml | 6 + upstream-info/hyphen.yaml | 9 +- upstream-info/initial-setup.yaml | 42 +------ upstream-info/istack-commons.yaml | 6 + upstream-info/isula-build.yaml | 5 + upstream-info/java-atk-wrapper.yaml | 15 +-- upstream-info/jbig2dec.yaml | 37 +----- upstream-info/jboss-annotations-1.2-api.yaml | 5 + upstream-info/jboss-jaxrs-2.0-api.yaml | 5 + upstream-info/jboss-jsf-2.1-api.yaml | 5 + upstream-info/jboss-jsp-2.2-api.yaml | 5 + upstream-info/jboss-jsp-2.3-api.yaml | 5 + upstream-info/jboss-jstl-1.2-api.yaml | 5 + upstream-info/jboss-servlet-3.1-api.yaml | 5 + upstream-info/jdeparser1.yaml | 5 + upstream-info/jfsutils.yaml | 2 +- upstream-info/jnr-netdb.yaml | 5 + upstream-info/js-jquery.yaml | 4 + upstream-info/kacst-fonts.yaml | 8 +- upstream-info/kohsuke-pom.yaml | 5 + upstream-info/krb5.yaml | 4 +- upstream-info/less.yaml | 31 +---- upstream-info/libXfont2.yaml | 7 +- upstream-info/libcgroup.yaml | 4 +- upstream-info/libclc.yaml | 7 +- upstream-info/libdvdread.yaml | 13 +-- upstream-info/libfprint.yaml | 7 +- upstream-info/libgphoto2.yaml | 8 +- upstream-info/libibmad.yaml | 11 +- upstream-info/libmpc.yaml | 7 +- upstream-info/libomxil-bellagio.yaml | 10 +- upstream-info/lockdev.yaml | 5 + upstream-info/lshw.yaml | 3 +- upstream-info/mailcap.yaml | 2 +- upstream-info/mesa-libGLw.yaml | 6 +- upstream-info/mutt.yaml | 13 +-- upstream-info/mvel.yaml | 5 + upstream-info/netty-tcnative.yaml | 5 + upstream-info/nmap.yaml | 4 +- upstream-info/openssh.yaml | 5 +- upstream-info/perl-BSSolv.yaml | 17 +-- upstream-info/perl-Env.yaml | 10 +- 77 files changed, 246 insertions(+), 550 deletions(-) create mode 100644 upstream-info/GeoIP-GeoLite-data.yaml create mode 100644 upstream-info/HikariCP.yaml create mode 100644 upstream-info/aesh.yaml create mode 100644 upstream-info/ant-contrib.yaml create mode 100644 upstream-info/ant.yaml create mode 100644 upstream-info/apache-commons-chain.yaml create mode 100644 upstream-info/apache-commons-csv.yaml create mode 100644 upstream-info/assertj-core.yaml create mode 100644 upstream-info/cglib.yaml create mode 100644 upstream-info/emma.yaml create mode 100644 upstream-info/glassfish-jaxb.yaml create mode 100644 upstream-info/hsqldb1.yaml create mode 100644 upstream-info/istack-commons.yaml create mode 100644 upstream-info/isula-build.yaml create mode 100644 upstream-info/jboss-annotations-1.2-api.yaml create mode 100644 upstream-info/jboss-jaxrs-2.0-api.yaml create mode 100644 upstream-info/jboss-jsf-2.1-api.yaml create mode 100644 upstream-info/jboss-jsp-2.2-api.yaml create mode 100644 upstream-info/jboss-jsp-2.3-api.yaml create mode 100644 upstream-info/jboss-jstl-1.2-api.yaml create mode 100644 upstream-info/jboss-servlet-3.1-api.yaml create mode 100644 upstream-info/jdeparser1.yaml create mode 100644 upstream-info/jnr-netdb.yaml create mode 100644 upstream-info/js-jquery.yaml create mode 100644 upstream-info/kohsuke-pom.yaml create mode 100644 upstream-info/lockdev.yaml create mode 100644 upstream-info/mvel.yaml create mode 100644 upstream-info/netty-tcnative.yaml diff --git a/advisors/helper/version_exceptions.yaml b/advisors/helper/version_exceptions.yaml index d8620df3..f45a7198 100644 --- a/advisors/helper/version_exceptions.yaml +++ b/advisors/helper/version_exceptions.yaml @@ -36,3 +36,5 @@ rabbitmq-server: - '6547461e6c2e' reflections: - '21959e6e' +initial-setup: + - '1091470' diff --git a/advisors/version_recommend.py b/advisors/version_recommend.py index acff7292..bd853b9c 100755 --- a/advisors/version_recommend.py +++ b/advisors/version_recommend.py @@ -750,7 +750,8 @@ class VersionRecommend(object): if _m is None: # 版本号应该是数字开头 return False - _m = re.search(r'[ab]', version) + # autoconf213 https://git.savannah.gnu.org/git/autoconf.git + _m = re.search(r'[abcd]', version) if not _m is None: return False diff --git a/upstream-info/GeoIP-GeoLite-data.yaml b/upstream-info/GeoIP-GeoLite-data.yaml new file mode 100644 index 00000000..f000784e --- /dev/null +++ b/upstream-info/GeoIP-GeoLite-data.yaml @@ -0,0 +1,5 @@ +--- +version_control: NA +src_repo: NA +tag_prefix: NA +separator: NA diff --git a/upstream-info/HikariCP.yaml b/upstream-info/HikariCP.yaml new file mode 100644 index 00000000..f000784e --- /dev/null +++ b/upstream-info/HikariCP.yaml @@ -0,0 +1,5 @@ +--- +version_control: NA +src_repo: NA +tag_prefix: NA +separator: NA diff --git a/upstream-info/ImageMagick.yaml b/upstream-info/ImageMagick.yaml index 8e7d970d..418fa38e 100644 --- a/upstream-info/ImageMagick.yaml +++ b/upstream-info/ImageMagick.yaml @@ -2,7 +2,7 @@ version_control: github src_repo: ImageMagick/ImageMagick6 tag_prefix: "^" -separator: "." +separator: "-" git_url: https://github.com/ImageMagick/ImageMagick6.git git_tag: - 2020-07-18 6.9.11-24 diff --git a/upstream-info/PyQt4.yaml b/upstream-info/PyQt4.yaml index 7e2c4aaa..2e98afaa 100644 --- a/upstream-info/PyQt4.yaml +++ b/upstream-info/PyQt4.yaml @@ -1,5 +1,5 @@ --- -version_control: pypi -src_repo: PyQt4 -tag_prefix: "^" +version_control: sourceforge +src_repo: https://sourceforge.net/projects/pyqt/files/PyQt4 +tag_prefix: "^PyQt-" separator: "." diff --git a/upstream-info/aesh.yaml b/upstream-info/aesh.yaml new file mode 100644 index 00000000..f000784e --- /dev/null +++ b/upstream-info/aesh.yaml @@ -0,0 +1,5 @@ +--- +version_control: NA +src_repo: NA +tag_prefix: NA +separator: NA diff --git a/upstream-info/ant-contrib.yaml b/upstream-info/ant-contrib.yaml new file mode 100644 index 00000000..f000784e --- /dev/null +++ b/upstream-info/ant-contrib.yaml @@ -0,0 +1,5 @@ +--- +version_control: NA +src_repo: NA +tag_prefix: NA +separator: NA diff --git a/upstream-info/ant.yaml b/upstream-info/ant.yaml new file mode 100644 index 00000000..f000784e --- /dev/null +++ b/upstream-info/ant.yaml @@ -0,0 +1,5 @@ +--- +version_control: NA +src_repo: NA +tag_prefix: NA +separator: NA diff --git a/upstream-info/apache-commons-chain.yaml b/upstream-info/apache-commons-chain.yaml new file mode 100644 index 00000000..555e8e45 --- /dev/null +++ b/upstream-info/apache-commons-chain.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: apache/commons-chain +tag_prefix: "^CHAIN_" +separator: "_" diff --git a/upstream-info/apache-commons-csv.yaml b/upstream-info/apache-commons-csv.yaml new file mode 100644 index 00000000..3c0c4b23 --- /dev/null +++ b/upstream-info/apache-commons-csv.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: apache/commons-csv +tag_prefix: "^rel/commons-csv-" +separator: "." diff --git a/upstream-info/assertj-core.yaml b/upstream-info/assertj-core.yaml new file mode 100644 index 00000000..20c8de1d --- /dev/null +++ b/upstream-info/assertj-core.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: assertj/assertj-core +tag_prefix: "^assertj-core-" +separator: "." diff --git a/upstream-info/atlas.yaml b/upstream-info/atlas.yaml index 48b36bb6..f991337d 100644 --- a/upstream-info/atlas.yaml +++ b/upstream-info/atlas.yaml @@ -1,8 +1,5 @@ --- -version_control: github -src_repo: math-atlas/math-atlas -tag_prefix: "^v" +version_control: sourceforge +src_repo: https://sourceforge.net/projects/math-atlas/files/Stable +tag_prefix: separator: "." -git_url: https://github.com/math-atlas/math-atlas.git -git_tag: -- 2018-10-02 v3.11.40 diff --git a/upstream-info/authselect.yaml b/upstream-info/authselect.yaml index 0cd5fd20..93ae3050 100644 --- a/upstream-info/authselect.yaml +++ b/upstream-info/authselect.yaml @@ -1,20 +1,5 @@ --- version_control: github -src_repo: pbrezina/authselect -tag_prefix: "^v" +src_repo: authselect/authselect +tag_prefix: separator: "." -git_url: https://github.com/pbrezina/authselect.git -git_tag: -- 2019-06-13 1.1 -- 2019-06-13 1.0.4 -- 2019-03-05 1.0.3 -- 2018-11-24 1.0.2 -- 2018-09-27 1.0.1 -- 2018-08-13 1.0 -- 2018-04-09 0.4 -- 2018-03-06 0.3.2 -- 2018-03-05 0.3.1 -- 2018-02-20 0.3 -- 2018-02-20 0.2 -- 2017-08-01 0.1-alpha -- 2017-09-14 0.1 diff --git a/upstream-info/authz.yaml b/upstream-info/authz.yaml index 4aa3d230..9c9e1ce8 100644 --- a/upstream-info/authz.yaml +++ b/upstream-info/authz.yaml @@ -1,3 +1,5 @@ --- version_control: gitee -src_repo: openEuler/authz +src_repo: openeuler/authz +tag_prefix: "^v" +separator: "." diff --git a/upstream-info/autoconf213.yaml b/upstream-info/autoconf213.yaml index 95c1e3c5..76c3d2e0 100644 --- a/upstream-info/autoconf213.yaml +++ b/upstream-info/autoconf213.yaml @@ -1,8 +1,5 @@ --- version_control: git -src_repo: git://git.sv.gnu.org/autoconf +src_repo: https://git.savannah.gnu.org/git/autoconf.git tag_prefix: "^v" separator: "." -git_url: git://git.sv.gnu.org/autoconf -git_tag: -- 2020-07-13 v2.69b diff --git a/upstream-info/autogen.yaml b/upstream-info/autogen.yaml index ecc1b00e..7ce347a4 100644 --- a/upstream-info/autogen.yaml +++ b/upstream-info/autogen.yaml @@ -1,16 +1,5 @@ --- version_control: git -src_repo: https://git.code.sf.net/p/autogen/code +src_repo: https://git.savannah.gnu.org/git/autogen.git tag_prefix: "^v" -separator: "-" -git_url: https://git.code.sf.net/p/autogen/code -git_tag: -- 2016-05-27 v5.18.11 -- 2016-05-24 v5.18.10 -- 2016-05-09 v5.18.9 -- 2016-03-08 v5.18.8 -- 2015-12-06 v5.18.7 -- 2015-09-12 v5.18.6 -- 2015-04-30 v5.18.5 -- 2014-09-01 v5-18-4 -- 2014-05-17 v5-18-3 +separator: "." diff --git a/upstream-info/bind-dyndb-ldap.yaml b/upstream-info/bind-dyndb-ldap.yaml index 8235325e..5a3ec933 100644 --- a/upstream-info/bind-dyndb-ldap.yaml +++ b/upstream-info/bind-dyndb-ldap.yaml @@ -1,6 +1,5 @@ --- -version_control: github -src_repo: freeipa/bind-dyndb-ldap +version_control: git +src_repo: https://pagure.io/bind-dyndb-ldap.git tag_prefix: "^v" separator: "." -git_url: https://github.com/freeipa/bind-dyndb-ldap.git diff --git a/upstream-info/blivet-gui.yaml b/upstream-info/blivet-gui.yaml index 0ed6001e..84796a7b 100644 --- a/upstream-info/blivet-gui.yaml +++ b/upstream-info/blivet-gui.yaml @@ -1,116 +1,5 @@ --- version_control: github src_repo: storaged-project/blivet-gui -tag_prefix: "^v" +tag_prefix: separator: "." -git_url: https://github.com/storaged-project/blivet-gui.git -git_tag: -- 2020-07-02 2.1.15-1 -- 2020-04-22 2.1.14-1 -- 2020-03-31 2.1.13-1 -- 2020-01-29 2.1.12-1 -- 2019-07-31 2.1.11-1 -- 2018-12-12 2.1.10-1 -- 2018-12-12 2.1.10 -- 2018-09-26 2.1.9-1 -- 2018-09-26 2.1.9 -- 2018-01-15 2.1.8-1 -- 2018-01-15 2.1.8 -- 2017-09-19 2.1.7-1 -- 2017-09-19 2.1.7 -- 2017-08-18 2.1.6-1 -- 2017-08-18 2.1.6 -- 2017-06-20 2.1.5-1 -- 2017-06-20 2.1.5 -- 2017-05-05 2.1.4-1 -- 2017-05-05 2.1.4 -- 2017-04-24 2.1.3-1 -- 2017-04-24 2.1.3 -- 2017-04-11 2.1.2-1 -- 2017-04-11 2.1.2 -- 2017-03-14 2.1.1-1 -- 2017-03-14 2.1.1 -- 2017-02-27 2.1.0-1 -- 2017-02-27 2.1.0 -- 2016-12-12 2.0.2-1 -- 2016-12-12 2.0.2 -- 2016-08-04 2.0.1-1 -- 2016-08-04 2.0.1 -- 2016-07-18 2.0.0-1 -- 2016-07-18 2.0.0 -- 2016-05-23 1.3.1-1 -- 2016-05-23 1.3.1 -- 2016-05-23 1.2.4-1 -- 2016-05-23 1.2.4 -- 2016-05-23 1.0.7-1 -- 2016-05-23 1.0.7 -- 2016-04-12 1.3.0-1 -- 2016-04-12 1.3.0 -- 2016-04-12 1.0.6-1 -- 2016-04-12 1.0.6 -- 2016-04-12 1.2.3-1 -- 2016-04-12 1.2.3 -- 2016-03-03 1.0.5-1 -- 2016-03-03 1.0.5 -- 2016-03-03 1.2.2-1 -- 2016-03-03 1.2.2 -- 2016-02-24 1.2.1-1 -- 2016-02-24 1.2.1 -- 2016-02-23 1.0.4-1 -- 2016-02-23 1.0.4 -- 2015-12-07 1.0.3-1 -- 2015-12-07 1.0.3 -- 2015-11-18 1.2-1 -- 2015-11-18 1.2 -- 2015-11-09 1.0.2-1 -- 2015-11-09 1.0.2 -- 2015-10-02 1.0.1-1 -- 2015-10-02 1.0.1 -- 2015-09-23 1.1-1 -- 2015-09-23 1.1 -- 2015-09-03 1.0-1 -- 2015-09-03 1.0 -- 2015-08-11 0.2.9-1 -- 2015-08-11 0.2.9 -- 2015-08-06 0.3.6-1 -- 2015-08-06 0.3.6 -- 2015-07-29 0.3.5-1 -- 2015-07-29 0.3.5 -- 2015-07-16 0.3.4-1 -- 2015-07-16 0.3.4 -- 2015-06-18 0.2.8-1 -- 2015-06-18 0.2.8 -- 2015-05-26 0.2.7-1 -- 2015-05-26 0.2.7 -- 2015-05-25 0.2.6-1 -- 2015-05-25 0.2.6 -- 2015-05-21 0.3.3-1 -- 2015-05-21 0.3.3 -- 2015-05-14 0.3.2-1 -- 2015-05-14 0.3.2 -- 2015-05-05 0.2.5-1 -- 2015-05-05 0.2.5 -- 2015-04-27 0.3.1-1 -- 2015-04-27 0.3.1 -- 2015-04-13 0.2.4-1 -- 2015-04-13 0.2.4 -- 2015-03-13 0.2.3-1 -- 2015-03-13 0.2.3 -- 2015-02-23 0.2.2-1 -- 2015-02-23 0.2.2 -- 2015-02-18 0.2.1-1 -- 2015-02-18 0.2.1 -- 2015-01-20 blivet-gui-0.2.0-2 -- 2015-01-20 blivet-gui-0.2.0-1 -- 2015-01-20 blivet-gui-0.2.0 -- 2015-01-19 blivet-gui-0.1.11-1 -- 2015-01-19 blivet-gui-0.1.11 -- 2015-01-07 blivet-gui-0.1.10-1 -- 2015-01-07 blivet-gui-0.1.10 -- 2014-05-12 thesis-final -- 2015-01-20 blivet-gui-0.2.0-3 -- 2015-01-22 0.2.0-6 -- 2015-01-22 0.2.0-5 -- 2015-01-22 0.2.0-4 -- 2014-10-13 0.1.9 -- 2014-09-02 0.1.8 diff --git a/upstream-info/ca-certificates.yaml b/upstream-info/ca-certificates.yaml index c4a63b35..22d61501 100644 --- a/upstream-info/ca-certificates.yaml +++ b/upstream-info/ca-certificates.yaml @@ -1,7 +1,6 @@ --- -version_control: NA -src_repo: NA +version_control: git +src_repo: https://src.fedoraproject.org/rpms/ca-certificates.git tag_prefix: ca-certificates- -separator: "[-_]" +separator: "_" git_url: https://src.fedoraproject.org/rpms/ca-certificates.git -git_tag: diff --git a/upstream-info/cglib.yaml b/upstream-info/cglib.yaml new file mode 100644 index 00000000..215a7cc4 --- /dev/null +++ b/upstream-info/cglib.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: cglib/cglib +tag_prefix: "^RELEASE_" +separator: "_" diff --git a/upstream-info/cronie.yaml b/upstream-info/cronie.yaml index 7f2d988b..771bbe9a 100644 --- a/upstream-info/cronie.yaml +++ b/upstream-info/cronie.yaml @@ -1,34 +1,5 @@ --- version_control: github src_repo: cronie-crond/cronie -tag_prefix: "^v" +tag_prefix: "^cronie-?" separator: "." -git_url: https://github.com/cronie-crond/cronie.git -git_tag: -- 2007-10-29 v4.3 -- 2007-08-28 v4.2 -- 2007-08-17 v4.1 -- 2015-05-28 cronie1.5.0 -- 2012-11-22 cronie1.4.9 -- 2011-06-27 cronie1.4.8 -- 2011-03-15 cronie1.4.7 -- 2010-10-22 cronie1.4.6 -- 2010-08-02 cronie1.4.5 -- 2010-02-18 cronie1.4.4 -- 2009-11-03 cronie1.4.3 -- 2009-10-12 cronie1.4.2 -- 2014-09-17 cronie1.4.12 -- 2013-07-18 cronie1.4.11 -- 2012-11-27 cronie1.4.10 -- 2009-07-30 cronie1.4.1 -- 2009-07-21 cronie1.4 -- 2009-04-27 cronie1.3 -- 2008-06-26 cronie1.2 -- 2008-01-31 cronie1.0 -- 2019-10-31 cronie-1.5.5 -- 2019-03-18 cronie-1.5.4-final -- 2019-03-18 cronie-1.5.4 -- 2019-03-15 cronie-1.5.3 -- 2018-05-03 cronie-1.5.2 -- 2016-06-23 cronie-1.5.1 -- 2008-05-30 cronie-1.1 diff --git a/upstream-info/cups-filters.yaml b/upstream-info/cups-filters.yaml index d1db3d8c..94961863 100644 --- a/upstream-info/cups-filters.yaml +++ b/upstream-info/cups-filters.yaml @@ -2,12 +2,4 @@ version_control: github src_repo: OpenPrinting/cups-filters tag_prefix: "^release-" -separator: "." -git_url: https://github.com/OpenPrinting/cups-filters.git -git_tag: -- 2020-06-05 release-1-27-5 -- 2020-04-09 release-1-27-4 -- 2020-03-20 release-1-27-3 -- 2020-02-28 release-1-27-2 -- 2020-02-16 release-1-27-1 -- 2020-01-26 release-1-27-0 +separator: "-" diff --git a/upstream-info/dejagnu.yaml b/upstream-info/dejagnu.yaml index 43b39664..fd2b8426 100644 --- a/upstream-info/dejagnu.yaml +++ b/upstream-info/dejagnu.yaml @@ -1,7 +1,5 @@ --- version_control: git src_repo: https://git.savannah.gnu.org/git/dejagnu.git -tag_prefix: "^dejagnu-" +tag_pattern: "dejagnu-(.*)-release" separator: "." -git_url: https://git.savannah.gnu.org/git/dejagnu.git -git_tag: diff --git a/upstream-info/docbook-style-xsl.yaml b/upstream-info/docbook-style-xsl.yaml index 3057b805..ce839b7a 100644 --- a/upstream-info/docbook-style-xsl.yaml +++ b/upstream-info/docbook-style-xsl.yaml @@ -1,5 +1,5 @@ --- version_control: github src_repo: docbook/xslt10-stylesheets -tag_prefix: "^snapshot/" -separator: "-" +tag_prefix: "^release/" +separator: "." diff --git a/upstream-info/emma.yaml b/upstream-info/emma.yaml new file mode 100644 index 00000000..438ce8a5 --- /dev/null +++ b/upstream-info/emma.yaml @@ -0,0 +1,5 @@ +--- +version_control: sourceforge +src_repo: https://sourceforge.net/projects/emma/files/emma-release +tag_prefix: +separator: "." diff --git a/upstream-info/enchant.yaml b/upstream-info/enchant.yaml index 186b514f..fefe7da0 100644 --- a/upstream-info/enchant.yaml +++ b/upstream-info/enchant.yaml @@ -1,32 +1,5 @@ --- version_control: github src_repo: AbiWord/enchant -tag_prefix: "^v" -separator: "." -git_url: https://github.com/AbiWord/enchant.git -git_tag: -- 2020-02-27 v2.2.8 -- 2019-09-11 v2.2.7 -- 2019-09-05 v2.2.6 -- 2019-09-01 v2.2.5 -- 2019-06-17 v2.2.4 -- 2018-02-04 v2.2.3 -- 2018-02-03 v2.2.2 -- 2018-01-03 v2.2.1 -- 2017-12-12 v2.2.0 -- 2017-11-26 v2.1.3 -- 2017-09-08 v2.1.1 -- 2013-07-23 release-0-3-0 -- 2013-07-23 release-0-1-1 -- 2013-07-23 enchant-1-6-0 -- 2013-07-23 enchant-1-5-0 -- 2013-07-23 enchant-1-4-2 -- 2013-07-23 enchant-1-4-0 -- 2013-07-23 enchant-1-3-0 -- 2013-07-23 enchant-1-2-1 -- 2013-07-23 enchant-1-1-1 -- 2013-07-23 enchant-1-0-0 -- 2017-09-28 v2.1.2 -- 2017-08-08 v2.1.0 -- 2017-08-04 v2.0.0 -- 2017-02-08 enchant-1-6-1 +tag_prefix: "^v|enchant-" +separator: "-" diff --git a/upstream-info/ghostscript.yaml b/upstream-info/ghostscript.yaml index 2445ac4a..30ab7f04 100644 --- a/upstream-info/ghostscript.yaml +++ b/upstream-info/ghostscript.yaml @@ -1,38 +1,5 @@ --- -version_control: github -src_repo: ArtifexSoftware/ghostpdl-downloads -tag_prefix: "^v" +version_control: git +src_repo: https://git.ghostscript.com/ghostpdl.git +tag_prefix: "^ghostscript-" separator: "." -git_url: https://github.com/ArtifexSoftware/ghostpdl-downloads.git -git_tag: -- 2020-03-19 gs952 -- 2019-10-15 gs951rc3 -- 2020-03-12 gs951 -- 2019-04-04 gs950 -- 2019-04-04 gs928rc4 -- 2019-04-04 gs928rc3 -- 2019-04-04 gs928rc2 -- 2019-04-04 gs928rc1 -- 2019-04-04 gs927 -- 2018-09-13 gs926 -- 2018-09-03 gs925rc1 -- 2018-09-03 gs925 -- 2018-03-27 gs924rc2 -- 2018-03-27 gs924 -- 2017-10-04 gs923rc1 -- 2017-10-04 gs923 -- 2017-03-21 gs922rc2 -- 2017-03-21 gs922rc1 -- 2017-10-04 gs922 -- 2017-03-16 gs921 -- 2016-04-28 gs920rc1 -- 2016-09-27 gs920 -- 2016-04-28 gs919 -- 2016-01-26 gs918 -- 2019-04-04 gs9.27 -- 2018-09-13 gs9.26rc1 -- 2019-10-15 ghostpdl-9.51rc2 -- 2020-03-12 ghostpdl-9.51 -- 2018-09-13 9.27rc1 -- 2019-04-04 9.27 -- 2016-09-27 9.21rc1 diff --git a/upstream-info/glassfish-jaxb.yaml b/upstream-info/glassfish-jaxb.yaml new file mode 100644 index 00000000..5afd86de --- /dev/null +++ b/upstream-info/glassfish-jaxb.yaml @@ -0,0 +1,6 @@ +--- +version_control: github +src_repo: javaee/jaxb-v2 +tag_prefix: "^jaxb-" +separator: "_" + diff --git a/upstream-info/glib.yaml b/upstream-info/glib.yaml index 61ce5731..19ba2d78 100644 --- a/upstream-info/glib.yaml +++ b/upstream-info/glib.yaml @@ -1,23 +1,5 @@ --- -version_control: github -src_repo: GNOME/glib -tag_prefix: "^" -separator: "." -git_url: https://github.com/GNOME/glib.git -git_tag: -- 2020-06-18 2.65.0 -- 2020-02-27 2.64.0 -- 2020-02-24 2.63.6 -- 2020-02-03 2.63.5 -- 2020-01-21 2.63.4 -- 2019-12-16 2.63.3 -- 2019-11-25 2.63.2 -- 2019-10-31 2.63.1 -- 2019-10-04 2.63.0 -- 2019-09-05 2.62.0 -- 2019-09-02 2.61.3 -- 2019-07-29 2.61.2 -- 2019-05-24 2.61.1 -- 2019-04-15 2.61.0 -- 2019-02-18 2.59.3 -- 2019-02-04 2.59.2 +version_control: gitlab.gnome +src_repo: glib +tag_prefix: "^GLIB_" +separator: "_" diff --git a/upstream-info/gmp.yaml b/upstream-info/gmp.yaml index 5b9a5841..ffb3bb02 100644 --- a/upstream-info/gmp.yaml +++ b/upstream-info/gmp.yaml @@ -1,6 +1,6 @@ --- version_control: hg -src_repo: https://gmplib.org/repo/gmp/ +src_repo: https://gmplib.org/repo/gmp tag_prefix: "^gmp-" separator: "." url: https://gmplib.org/devel/repo-usage diff --git a/upstream-info/gphoto2.yaml b/upstream-info/gphoto2.yaml index af0988b7..eee5527a 100644 --- a/upstream-info/gphoto2.yaml +++ b/upstream-info/gphoto2.yaml @@ -1,14 +1,6 @@ --- version_control: github src_repo: gphoto/gphoto2 -tag_prefix: gphoto2- -separator: _ +tag_pattern: "gphoto2-(.*)-release" +separator: "_" git_url: https://github.com/gphoto/gphoto2.git -git_tag: -- 2015-11-18 gphoto2-2_5_9-release -- 2019-06-02 gphoto2-2_5_23-release -- 2018-10-27 gphoto2-2_5_20-release -- 2018-04-16 gphoto2-2_5_17-release -- 2017-10-02 gphoto2-2_5_15-release -- 2016-11-20 gphoto2-2_5_11-release -- 2016-03-23 gphoto2-2_5_10-release diff --git a/upstream-info/gstreamer-plugins-good.yaml b/upstream-info/gstreamer-plugins-good.yaml index 0096b69b..9e2242a3 100644 --- a/upstream-info/gstreamer-plugins-good.yaml +++ b/upstream-info/gstreamer-plugins-good.yaml @@ -1,9 +1,5 @@ --- -version_control: github -src_repo: GStreamer/gst-plugins-good -tag_prefix: "^" +version_control: git +src_repo: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good +tag_prefix: "^RELEASE-" separator: "." -git_url: https://github.com/GStreamer/gst-plugins-good.git -git_tag: -- 2020-07-03 1.17.2 -- 2020-06-19 1.17.1 diff --git a/upstream-info/gtk.yaml b/upstream-info/gtk.yaml index 9a04fa94..634ae529 100644 --- a/upstream-info/gtk.yaml +++ b/upstream-info/gtk.yaml @@ -1,8 +1,5 @@ --- version_control: gitlab.gnome src_repo: gtk -tag_prefix: "^" -separator: "." -git_url: https://gitlab.gnome.org/GNOME/gtk.git -git_tag: -- 2020-06-06 3.98.5 +tag_prefix: "^GTK_" +separator: "_" diff --git a/upstream-info/hplip.yaml b/upstream-info/hplip.yaml index 59ac58c3..2a4b276d 100644 --- a/upstream-info/hplip.yaml +++ b/upstream-info/hplip.yaml @@ -1,4 +1,4 @@ -version_control: git -src_repo: https://salsa.debian.org/printing-team/hplip -tag_prefix: upstream/ +version_control: sourceforge +src_repo: https://sourceforge.net/projects/hplip/files/hplip +tag_prefix: separator: . diff --git a/upstream-info/hsqldb1.yaml b/upstream-info/hsqldb1.yaml new file mode 100644 index 00000000..545a4157 --- /dev/null +++ b/upstream-info/hsqldb1.yaml @@ -0,0 +1,6 @@ +--- +version_control: sourceforge +src_repo: https://sourceforge.net/projects/hsqldb/files/hsqldb +tag_prefix: "^hsqldb_" +separator: "_" + diff --git a/upstream-info/hyphen.yaml b/upstream-info/hyphen.yaml index 489e864f..d74fb7b7 100644 --- a/upstream-info/hyphen.yaml +++ b/upstream-info/hyphen.yaml @@ -1,6 +1,5 @@ --- -version_control: github -src_repo: hunspell/hyphen -tag_prefix: -separator: -git_url: https://github.com/hunspell/hyphen.git +version_control: sourceforge +src_repo: https://sourceforge.net/projects/hunspell/files/Hyphen +tag_prefix: +separator: diff --git a/upstream-info/initial-setup.yaml b/upstream-info/initial-setup.yaml index 364b3d18..fa33a73d 100644 --- a/upstream-info/initial-setup.yaml +++ b/upstream-info/initial-setup.yaml @@ -1,45 +1,5 @@ --- version_control: github src_repo: rhinstaller/initial-setup -tag_prefix: "^v" +tag_prefix: "^r" separator: "." -git_url: https://github.com/rhinstaller/initial-setup.git -git_tag: -- 2020-06-08 r0.3.82-1 -- 2020-05-22 r0.3.81-1 -- 2019-12-10 r0.3.80-1 -- 2019-11-18 r0.3.79-1 -- 2019-11-12 r0.3.78-1 -- 2019-10-24 r0.3.77-1 -- 2019-10-04 r0.3.76-1 -- 2019-10-03 r0.3.75-1 -- 2019-09-18 r0.3.74-1 -- 2019-07-31 r0.3.73-1 -- 2019-06-20 r0.3.72-1 -- 2019-06-13 r0.3.71-1 -- 2019-05-15 r0.3.70-1 -- 2019-03-12 r0.3.67-1 -- 2019-01-21 r0.3.66-1 -- 2019-01-03 r0.3.65-1 -- 2018-11-19 r0.3.64-1 -- 2018-11-05 r0.3.63-1 -- 2018-07-27 r0.3.62-1 -- 2018-05-09 r0.3.61-1 -- 2018-05-04 r0.3.60-1 -- 2018-04-23 r0.3.59-1 -- 2018-04-19 r0.3.58-1 -- 2018-03-19 r0.3.56-1 -- 2018-03-05 r0.3.55-1 -- 2018-02-28 r0.3.54-1 -- 2017-11-29 r0.3.52-1 -- 2017-10-05 r0.3.51-1 -- 2017-09-11 r0.3.50-1 -- 2017-08-30 r0.3.49-1 -- 2017-07-12 r0.3.48-1 -- 2017-05-24 r0.3.46-1 -- 2017-05-17 r0.3.45-1 -- 2017-05-15 r0.3.44-1 -- 2016-09-21 r0.3.43-1 -- 2019-04-04 r0.3.69-1 -- 2019-03-12 r0.3.68-1 -- 2017-07-12 r0.3.47-1 diff --git a/upstream-info/istack-commons.yaml b/upstream-info/istack-commons.yaml new file mode 100644 index 00000000..2175e03d --- /dev/null +++ b/upstream-info/istack-commons.yaml @@ -0,0 +1,6 @@ +--- +version_control: github +src_repo: javaee/jaxb-istack-commons +tag_prefix: "^istack-commons-" +separator: "." + diff --git a/upstream-info/isula-build.yaml b/upstream-info/isula-build.yaml new file mode 100644 index 00000000..1b2694a9 --- /dev/null +++ b/upstream-info/isula-build.yaml @@ -0,0 +1,5 @@ +--- +version_control: gitee +src_repo: openeuler/isula-build +tag_prefix: "^v" +separator: "." diff --git a/upstream-info/java-atk-wrapper.yaml b/upstream-info/java-atk-wrapper.yaml index ebc2f1b2..317bf7eb 100644 --- a/upstream-info/java-atk-wrapper.yaml +++ b/upstream-info/java-atk-wrapper.yaml @@ -1,12 +1,5 @@ --- -version_control: git -src_repo: https://gitlab.gnome.org/GNOME/java-atk-wrapper.git -tag_prefix: "^v" -separator: "." -git_url: https://gitlab.gnome.org/GNOME/java-atk-wrapper.git -git_tag: -- 2020-03-05 0.38.0 -- 2019-10-09 0.37.1 -- 2019-09-07 0.36.0 -- 2019-08-20 0.35.91 -- 2019-08-02 0.35.0 +version_control: gitlab.gnome +src_repo: java-atk-wrapper +tag_prefix: "^JAVA_ATK_WRAPPER_" +separator: "_" diff --git a/upstream-info/jbig2dec.yaml b/upstream-info/jbig2dec.yaml index 2445ac4a..1852e58f 100644 --- a/upstream-info/jbig2dec.yaml +++ b/upstream-info/jbig2dec.yaml @@ -1,38 +1,5 @@ --- version_control: github -src_repo: ArtifexSoftware/ghostpdl-downloads -tag_prefix: "^v" +src_repo: ArtifexSoftware/jbig2dec +tag_prefix: separator: "." -git_url: https://github.com/ArtifexSoftware/ghostpdl-downloads.git -git_tag: -- 2020-03-19 gs952 -- 2019-10-15 gs951rc3 -- 2020-03-12 gs951 -- 2019-04-04 gs950 -- 2019-04-04 gs928rc4 -- 2019-04-04 gs928rc3 -- 2019-04-04 gs928rc2 -- 2019-04-04 gs928rc1 -- 2019-04-04 gs927 -- 2018-09-13 gs926 -- 2018-09-03 gs925rc1 -- 2018-09-03 gs925 -- 2018-03-27 gs924rc2 -- 2018-03-27 gs924 -- 2017-10-04 gs923rc1 -- 2017-10-04 gs923 -- 2017-03-21 gs922rc2 -- 2017-03-21 gs922rc1 -- 2017-10-04 gs922 -- 2017-03-16 gs921 -- 2016-04-28 gs920rc1 -- 2016-09-27 gs920 -- 2016-04-28 gs919 -- 2016-01-26 gs918 -- 2019-04-04 gs9.27 -- 2018-09-13 gs9.26rc1 -- 2019-10-15 ghostpdl-9.51rc2 -- 2020-03-12 ghostpdl-9.51 -- 2018-09-13 9.27rc1 -- 2019-04-04 9.27 -- 2016-09-27 9.21rc1 diff --git a/upstream-info/jboss-annotations-1.2-api.yaml b/upstream-info/jboss-annotations-1.2-api.yaml new file mode 100644 index 00000000..5042ee90 --- /dev/null +++ b/upstream-info/jboss-annotations-1.2-api.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jboss/jboss-annotations-api_spec +tag_pattern: "jboss-annotations-api_1.2_spec-(.*).Final" +separator: "." diff --git a/upstream-info/jboss-jaxrs-2.0-api.yaml b/upstream-info/jboss-jaxrs-2.0-api.yaml new file mode 100644 index 00000000..a6efb1fd --- /dev/null +++ b/upstream-info/jboss-jaxrs-2.0-api.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jboss/jboss-jaxrs-api_spec +tag_pattern: "jboss-jaxrs-api_2.0_spec-(.*).Final" +separator: "." diff --git a/upstream-info/jboss-jsf-2.1-api.yaml b/upstream-info/jboss-jsf-2.1-api.yaml new file mode 100644 index 00000000..3fbeca84 --- /dev/null +++ b/upstream-info/jboss-jsf-2.1-api.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jboss/jboss-jsf-api_spec +tag_pattern: "jboss-jsf-api_2.1_spec-(.*).Final" +separator: "." diff --git a/upstream-info/jboss-jsp-2.2-api.yaml b/upstream-info/jboss-jsp-2.2-api.yaml new file mode 100644 index 00000000..e264bdbe --- /dev/null +++ b/upstream-info/jboss-jsp-2.2-api.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jboss/jboss-jsp-api_spec +tag_pattern: "jboss-jsp-api_2.2_spec-(.*).Final" +separator: "." diff --git a/upstream-info/jboss-jsp-2.3-api.yaml b/upstream-info/jboss-jsp-2.3-api.yaml new file mode 100644 index 00000000..33e3a5b4 --- /dev/null +++ b/upstream-info/jboss-jsp-2.3-api.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jboss/jboss-jsp-api_spec +tag_pattern: "jboss-jsp-api_2.3_spec-(.*).Final" +separator: "." diff --git a/upstream-info/jboss-jstl-1.2-api.yaml b/upstream-info/jboss-jstl-1.2-api.yaml new file mode 100644 index 00000000..d0955c29 --- /dev/null +++ b/upstream-info/jboss-jstl-1.2-api.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jboss/jboss-jstl-api_spec +tag_pattern: "jboss-jstl-api_1.2_spec-(.*).Final" +separator: "." diff --git a/upstream-info/jboss-servlet-3.1-api.yaml b/upstream-info/jboss-servlet-3.1-api.yaml new file mode 100644 index 00000000..6b93814a --- /dev/null +++ b/upstream-info/jboss-servlet-3.1-api.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jboss/jboss-servlet-api_spec +tag_pattern: "jboss-servlet-api_3.1_spec-(.*).Final" +separator: "." diff --git a/upstream-info/jdeparser1.yaml b/upstream-info/jdeparser1.yaml new file mode 100644 index 00000000..d68baad1 --- /dev/null +++ b/upstream-info/jdeparser1.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jdeparser/jdeparser +tag_pattern: "(.*).Final" +separator: "." diff --git a/upstream-info/jfsutils.yaml b/upstream-info/jfsutils.yaml index 9822f540..af0ee415 100644 --- a/upstream-info/jfsutils.yaml +++ b/upstream-info/jfsutils.yaml @@ -2,7 +2,7 @@ version_control: github src_repo: pld-linux/jfsutils tag_prefix: "^.*jfsutils-" -separator: "." +separator: "_" git_url: https://github.com/pld-linux/jfsutils.git git_tag: - 2012-06-24 jfsutils-1_1_2-2 diff --git a/upstream-info/jnr-netdb.yaml b/upstream-info/jnr-netdb.yaml new file mode 100644 index 00000000..da9e118a --- /dev/null +++ b/upstream-info/jnr-netdb.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: jnr/jnr-netdb +tag_prefix: "^jnr-netdb-" +separator: "." diff --git a/upstream-info/js-jquery.yaml b/upstream-info/js-jquery.yaml new file mode 100644 index 00000000..a2aefb7a --- /dev/null +++ b/upstream-info/js-jquery.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jquery/jquery +tag_prefix: +seperator: "." diff --git a/upstream-info/kacst-fonts.yaml b/upstream-info/kacst-fonts.yaml index 39ddcd9d..d02029c7 100644 --- a/upstream-info/kacst-fonts.yaml +++ b/upstream-info/kacst-fonts.yaml @@ -1,7 +1,5 @@ --- -version_control: github -src_repo: gooselinux/kacst-fonts -tag_prefix: "^v" +version_control: sourceforge +src_repo: https://sourceforge.net/projects/arabeyes/files/kacst_fonts/ +tag_prefix: "^kacst_(one|fonts)_" separator: "." -git_url: https://github.com/gooselinux/kacst-fonts.git -git_tag: diff --git a/upstream-info/kohsuke-pom.yaml b/upstream-info/kohsuke-pom.yaml new file mode 100644 index 00000000..c231fd78 --- /dev/null +++ b/upstream-info/kohsuke-pom.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: kohsuke/pom +tag_prefix: "^pom-" +separator: diff --git a/upstream-info/krb5.yaml b/upstream-info/krb5.yaml index a54a7cc4..569dfaba 100644 --- a/upstream-info/krb5.yaml +++ b/upstream-info/krb5.yaml @@ -1,7 +1,5 @@ --- version_control: github src_repo: krb5/krb5 -tag_prefix: "^krb5-" +tag_pattern: "krb5-(.*)-final" separator: "." -git_url: https://github.com/krb5/krb5.git -git_tag: diff --git a/upstream-info/less.yaml b/upstream-info/less.yaml index 0a8435c8..56057929 100644 --- a/upstream-info/less.yaml +++ b/upstream-info/less.yaml @@ -1,30 +1,5 @@ --- version_control: github -src_repo: jftuga/less-Windows -tag_prefix: "^less-v" -separator: "." -git_url: https://github.com/jftuga/less-Windows.git -git_tag: -- 2020-06-13 v563 -- 2020-05-19 v562 -- 2020-05-11 v561 -- 2020-05-04 v560 -- 2020-04-19 v559 -- 2020-04-17 v558 -- 2020-03-21 v557 -- 2020-03-15 v556 -- 2020-03-15 v555 -- 2020-03-05 v554 -- 2020-01-19 v553 -- 2019-06-11 v551 -- 2019-02-16 v550 -- 2019-02-14 v548 -- 2019-02-14 v549 -- 2018-11-30 v547 -- 2018-11-29 v546 -- 2018-11-22 v545 -- 2018-11-17 v544 -- 2018-11-06 v542 -- 2018-10-29 v540 -- 2018-11-13 v543 -- 2018-10-30 v541 +src_repo: gwsw/less +tag_prefix: "^v" +separator: diff --git a/upstream-info/libXfont2.yaml b/upstream-info/libXfont2.yaml index d10f4195..48da0f2f 100644 --- a/upstream-info/libXfont2.yaml +++ b/upstream-info/libXfont2.yaml @@ -1,6 +1,5 @@ --- -version_control: github -src_repo: clearlinux-pkgs/libXfont2 -tag_prefix: +version_control: git +src_repo: https://gitlab.freedesktop.org/xorg/lib/libxfont +tag_prefix: "^libXfont2-" separator: "." -git_url: https://github.com/clearlinux-pkgs/libXfont2.git diff --git a/upstream-info/libcgroup.yaml b/upstream-info/libcgroup.yaml index 2a2cecd7..6562a76d 100644 --- a/upstream-info/libcgroup.yaml +++ b/upstream-info/libcgroup.yaml @@ -1,5 +1,5 @@ --- -version_control: git -src_repo: https://git.code.sf.net/p/libcg/libcg +version_control: github +src_repo: libcgroup/libcgroup tag_prefix: "^v" separator: "." diff --git a/upstream-info/libclc.yaml b/upstream-info/libclc.yaml index 1d3e4451..51403844 100644 --- a/upstream-info/libclc.yaml +++ b/upstream-info/libclc.yaml @@ -1,7 +1,6 @@ --- version_control: github -src_repo: llvm-mirror/libclc -tag_prefix: "^v" +src_repo: llvm/llvm-project +tag_prefix: "^llvmorg-" separator: "." -git_url: https://github.com/llvm-mirror/libclc.git -git_tag: +git_url: https://github.com/llvm/llvm-project/tree/master/libclc diff --git a/upstream-info/libdvdread.yaml b/upstream-info/libdvdread.yaml index 2bd89b40..dcd3a381 100644 --- a/upstream-info/libdvdread.yaml +++ b/upstream-info/libdvdread.yaml @@ -1,12 +1,5 @@ --- -git_url: https://github.com/mirror/libdvdread.git -version_control: github -src_repo: mirror/libdvdread -tag_prefix: v +version_control: git +src_repo: https://code.videolan.org/videolan/libdvdread +tag_prefix: separator: "." -git_tag: -- 2015-03-25 5.0.3 -- 2015-01-28 5.0.2 -- 2015-01-03 5.0.1 -- 2014-07-31 5.0.0 -- 2014-04-09 4.9.9 diff --git a/upstream-info/libfprint.yaml b/upstream-info/libfprint.yaml index 6ffb502c..3622f029 100644 --- a/upstream-info/libfprint.yaml +++ b/upstream-info/libfprint.yaml @@ -1,8 +1,5 @@ --- -git_url: https://gitlab.freedesktop.org/libfprint/libfprint.git version_control: git src_repo: https://gitlab.freedesktop.org/libfprint/libfprint -tag_prefix: "^v" -separator: "." -git_tag: -- 2020-06-08 v1.90.2 +tag_prefix: "^v|V_" +separator: "_" diff --git a/upstream-info/libgphoto2.yaml b/upstream-info/libgphoto2.yaml index 66bf584f..e02e1b2d 100644 --- a/upstream-info/libgphoto2.yaml +++ b/upstream-info/libgphoto2.yaml @@ -1,9 +1,5 @@ --- version_control: github src_repo: gphoto/libgphoto2 -tag_prefix: libgphoto2- -separator: _ -git_url: https://github.com/gphoto/libgphoto2.git -git_tag: -- 2020-05-24 v2.5.25 -- 2020-05-24 libgphoto2-2_5_25-release +tag_pattern: "libgphoto2-(.*)-release" +separator: "_" diff --git a/upstream-info/libibmad.yaml b/upstream-info/libibmad.yaml index 8761ddc5..df962bc0 100644 --- a/upstream-info/libibmad.yaml +++ b/upstream-info/libibmad.yaml @@ -1,12 +1,5 @@ --- -git_url: https://github.com/linux-rdma/infiniband-diags version_control: github -src_repo: linux-rdma/infiniband-diags -tag_prefix: infiniband-diags- +src_repo: weiny2/libibmad +tag_prefix: separator: "." -git_tag: -- 2018-08-02 ls -- 2019-05-12 2.2.0 -- 2018-08-02 2.1.0 -- 2017-05-24 2.0.0 -- 2016-07-27 1.6.7 diff --git a/upstream-info/libmpc.yaml b/upstream-info/libmpc.yaml index a1504a41..d4de5759 100644 --- a/upstream-info/libmpc.yaml +++ b/upstream-info/libmpc.yaml @@ -1,8 +1,5 @@ --- version_control: git -src_repo: https://gforge.inria.fr/anonscm/git/mpc/mpc.git -tag_prefix: "^v" +src_repo: git://git.pld-linux.org/packages/libmpc.git +tag_prefix: "^auto/th/libmpc-" separator: "." -git_url: https://gforge.inria.fr/anonscm/git/mpc/mpc.git -git_tag: -- 2018-01-11 1.1.0 diff --git a/upstream-info/libomxil-bellagio.yaml b/upstream-info/libomxil-bellagio.yaml index a5e6c5e2..dd070965 100644 --- a/upstream-info/libomxil-bellagio.yaml +++ b/upstream-info/libomxil-bellagio.yaml @@ -1,9 +1,5 @@ --- -version_control: github -src_repo: felipec/libomxil-bellagio -tag_prefix: "^" +version_control: sourceforge +src_repo: https://sourceforge.net/projects/omxil/files/omxil +tag_prefix: "^Bellagio%20" separator: "." -git_url: https://github.com/felipec/libomxil-bellagio.git -git_tag: -- 2008-09-18 0.9.1 -- 2008-07-04 0.9.0 diff --git a/upstream-info/lockdev.yaml b/upstream-info/lockdev.yaml new file mode 100644 index 00000000..7b6160fb --- /dev/null +++ b/upstream-info/lockdev.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: eurolinux-enterprise-linux-sources/lockdev +tag_prefix: "^lockdev-" +separator: "." diff --git a/upstream-info/lshw.yaml b/upstream-info/lshw.yaml index 256a4705..f7e01f3a 100644 --- a/upstream-info/lshw.yaml +++ b/upstream-info/lshw.yaml @@ -1,6 +1,5 @@ --- version_control: git src_repo: https://ezix.org/src/pkg/lshw.git -tag_prefix: +tag_prefix: "^B." separator: "." -git_url: https://ezix.org/src/pkg/lshw.git diff --git a/upstream-info/mailcap.yaml b/upstream-info/mailcap.yaml index a2a50955..8f37920e 100644 --- a/upstream-info/mailcap.yaml +++ b/upstream-info/mailcap.yaml @@ -1,5 +1,5 @@ --- version_control: git src_repo: https://pagure.io/mailcap -tag_prefix: "^r2-1" +tag_prefix: "^r" separator: "-" diff --git a/upstream-info/mesa-libGLw.yaml b/upstream-info/mesa-libGLw.yaml index 3e5fa0f5..3878beb6 100644 --- a/upstream-info/mesa-libGLw.yaml +++ b/upstream-info/mesa-libGLw.yaml @@ -1,7 +1,5 @@ --- version_control: git -src_repo: https://gitlab.freedesktop.org/mesa/glw.git -tag_prefix: +src_repo: git://git.pld-linux.org/packages/Mesa-libGLw.git +tag_prefix: "^auto/th/Mesa-libGLw-" separator: "." -git_url: https://gitlab.freedesktop.org/mesa/glw.git -git_tag: diff --git a/upstream-info/mutt.yaml b/upstream-info/mutt.yaml index 411274ee..94becf29 100644 --- a/upstream-info/mutt.yaml +++ b/upstream-info/mutt.yaml @@ -1,14 +1,5 @@ --- version_control: git src_repo: https://gitlab.com/muttmua/mutt.git -tag_prefix: mutt- -separator: "." -git_url: https://gitlab.com/muttmua/mutt.git -git_tag: -- 2020-07-11 mutt-1-14-6-rel -- 2020-06-23 mutt-1-14-5-rel -- 2020-06-18 mutt-1-14-4-rel -- 2020-06-14 mutt-1-14-3-rel -- 2020-05-25 mutt-1-14-2-rel -- 2020-05-16 mutt-1-14-1-rel -- 2020-05-02 mutt-1-14-rel +tag_pattern: "mutt-(.*)-rel" +separator: "-" diff --git a/upstream-info/mvel.yaml b/upstream-info/mvel.yaml new file mode 100644 index 00000000..799f24c4 --- /dev/null +++ b/upstream-info/mvel.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: mvel/mvel +tag_pattern: "mvel2-(.*).Final" +separator: "." diff --git a/upstream-info/netty-tcnative.yaml b/upstream-info/netty-tcnative.yaml new file mode 100644 index 00000000..c6b6c5f5 --- /dev/null +++ b/upstream-info/netty-tcnative.yaml @@ -0,0 +1,5 @@ +--- +version_control: github +src_repo: netty/netty-tcnative +tag_pattern: "netty-tcnative-parent-(.*).Final|Fork.*" +separator: "." diff --git a/upstream-info/nmap.yaml b/upstream-info/nmap.yaml index 70926e26..3eecf25d 100644 --- a/upstream-info/nmap.yaml +++ b/upstream-info/nmap.yaml @@ -1,4 +1,4 @@ version_control: svn src_repo: https://svn.nmap.org/nmap/ -tag_prefix: NA -separator: . \ No newline at end of file +tag_prefix: +separator: . diff --git a/upstream-info/openssh.yaml b/upstream-info/openssh.yaml index 53f65eb4..ba3f11e4 100644 --- a/upstream-info/openssh.yaml +++ b/upstream-info/openssh.yaml @@ -1,6 +1,5 @@ --- version_control: git src_repo: https://anongit.mindrot.org/openssh.git -tag_prefix: V. -separator: _ -git_url: https://anongit.mindrot.org/openssh.git +tag_prefix: "V_" +separator: "_" diff --git a/upstream-info/perl-BSSolv.yaml b/upstream-info/perl-BSSolv.yaml index ad68b520..a8165baf 100644 --- a/upstream-info/perl-BSSolv.yaml +++ b/upstream-info/perl-BSSolv.yaml @@ -1,20 +1,5 @@ --- version_control: github src_repo: openSUSE/perl-BSSolv +tag_prefix: separator: "." -git_url: https://github.com/openSUSE/perl-BSSolv.git -git_tag: -- 2020-02-17 0.17 -- 2018-12-13 0.15 -- 2018-02-12 0.14 -- 2017-08-01 0.13 -- 2017-04-27 0.12 -- 2017-03-06 0.11 -- 2017-03-02 0.10 -- 2016-07-05 0.09 -- 2016-04-01 0.08 -- 2016-04-01 0.07 -- 2016-03-15 0.06 -- 2015-08-18 0.05 -- 2015-08-18 0.04 -- 2015-08-03 0.03 diff --git a/upstream-info/perl-Env.yaml b/upstream-info/perl-Env.yaml index 867b26d1..9ac15581 100644 --- a/upstream-info/perl-Env.yaml +++ b/upstream-info/perl-Env.yaml @@ -1,11 +1,5 @@ --- -version_control: github -src_repo: rafl/env +version_control: metacpan +src_repo: Env tag_prefix: separator: "." -git_url: https://github.com/rafl/env.git -git_tag: -- 2013-03-02 1.40 -- 2011-07-09 1.03 -- 2010-12-15 1.02 -- 2010-12-10 1.01 -- Gitee