From 4b262153b95fb94a0fe71e35700d0f333a2f3d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 8 Apr 2020 22:52:30 +0200 Subject: [PATCH 1/9] Orphaned for 6+ weeks --- .gitignore | 5 --- aalto-xml.spec | 108 ------------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 114 deletions(-) delete mode 100644 .gitignore delete mode 100644 aalto-xml.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 863b584..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/results_* -/*.src.rpm - -/aalto-xml-1.0.0.tar.gz -/aalto-xml-1.2.2.tar.gz diff --git a/aalto-xml.spec b/aalto-xml.spec deleted file mode 100644 index 932707b..0000000 --- a/aalto-xml.spec +++ /dev/null @@ -1,108 +0,0 @@ -Name: aalto-xml -Version: 1.2.2 -Release: 2%{?dist} -Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2) -# Source files without license headers https://github.com/FasterXML/aalto-xml/issues/38 -# See https://github.com/FasterXML/jackson-modules-base/issues/18, from main developer: -# "To whoever it concerns: policy of the Jackson project is to only include licensing information as project -# level metadata (in repo, pom.xml, artifact within source and binary jars), and not as headers in source files. -# Licensing is Apache License 2.0, for Jackson 2.x as indicated by various artifacts, and we have no plans to change this." -License: ASL 2.0 -URL: http://wiki.fasterxml.com/AaltoHome -Source0: https://github.com/FasterXML/aalto-xml/archive/%{name}-%{version}.tar.gz - -BuildRequires: maven-local -BuildRequires: mvn(com.fasterxml:oss-parent:pom:) -BuildRequires: mvn(com.fasterxml.woodstox:woodstox-core) -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) -BuildRequires: mvn(org.codehaus.woodstox:stax2-api) - -BuildArch: noarch - -%description -The Aalto XML processor is a StAX XML processor implementation. It -is not directly related to other existing mature implementations -(such as Woodstox or Sun Java Streaming XML Parser), although it -did come about as a prototype for evaluating implementation strategies -that differ from those traditionally used for Java-based parsers. - -Two main goals (above and beyond stock StAX/SAX API implementation) are: - -° Ultra-high performance parsing by making the Common Case Fast - (similar to original RISC manifesto). This may mean limiting - functionality, but never compromising correctness. XML 1.0 - compliance is not sacrificed for speed. - -° Allowing non-block, asynchronous parsing: it should be possible to - "feed" more input and incrementally get more XML events out, without - forcing the current thread to block on I/O read operation. - -%package javadoc -Summary: Javadoc for %{name} - -%description javadoc -This package contains javadoc for %{name}. - -%prep -%setup -q -n %{name}-%{name}-%{version} -# Cleanup -find -name "*.class" -print -delete -find -name "*.jar" -print -delete - -sed -i 's/\r//' src/main/resources/META-INF/LICENSE -sed -i 's/\r//' release-notes/asl/* -mv release-notes/asl/ASL2.0 LICENSE -mv release-notes/asl/LICENSE NOTICE - -%mvn_file : %{name} - -# Java 9 module support isn't needed -%pom_remove_plugin :moditect-maven-plugin - -%build -%mvn_build - -%install -%mvn_install - -%files -f .mfiles -%doc README.md release-notes/* -%license LICENSE NOTICE - -%files javadoc -f .mfiles-javadoc -%license LICENSE NOTICE - -%changelog -* Tue Jan 28 2020 Fedora Release Engineering - 1.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Oct 04 2019 Fabio Valentini - 1.2.2-1 -- Update to version 1.2.2. - -* Wed Jul 24 2019 Fedora Release Engineering - 1.0.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 1.0.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 1.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 1.0.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Sep 06 2017 Troy Dawson - 1.0.0-4 -- Cleanup spec file conditionals - -* Wed Jul 26 2017 Fedora Release Engineering - 1.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Nov 17 2016 gil cattaneo 1.0.0-1 -- Update to 1.0.0 - -* Tue Jun 14 2016 gil cattaneo 0.9.11-1 -- initial rpm diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index c4b99af..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (aalto-xml-1.2.2.tar.gz) = 15407b59d586dcfdfe0cccd168f20fcbd588fa63ca50226a70b76cc609e66620e360c9a5707602dfe8b36c40694283d7a1ac339c16760b36ee1bb7f1a1d64ec0 From c18e5f1b982c4ce6643c995fb37bc29a94168b1b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 15 Jun 2020 09:46:38 -0400 Subject: [PATCH 2/9] Unretirement for https://pagure.io/releng/issue/9515 Revert "Orphaned for 6+ weeks" This reverts commit 4b262153b95fb94a0fe71e35700d0f333a2f3d3f. --- .gitignore | 5 +++ aalto-xml.spec | 108 +++++++++++++++++++++++++++++++++++++++++++++++++ dead.package | 1 - sources | 1 + 4 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 aalto-xml.spec delete mode 100644 dead.package create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..863b584 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/results_* +/*.src.rpm + +/aalto-xml-1.0.0.tar.gz +/aalto-xml-1.2.2.tar.gz diff --git a/aalto-xml.spec b/aalto-xml.spec new file mode 100644 index 0000000..932707b --- /dev/null +++ b/aalto-xml.spec @@ -0,0 +1,108 @@ +Name: aalto-xml +Version: 1.2.2 +Release: 2%{?dist} +Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2) +# Source files without license headers https://github.com/FasterXML/aalto-xml/issues/38 +# See https://github.com/FasterXML/jackson-modules-base/issues/18, from main developer: +# "To whoever it concerns: policy of the Jackson project is to only include licensing information as project +# level metadata (in repo, pom.xml, artifact within source and binary jars), and not as headers in source files. +# Licensing is Apache License 2.0, for Jackson 2.x as indicated by various artifacts, and we have no plans to change this." +License: ASL 2.0 +URL: http://wiki.fasterxml.com/AaltoHome +Source0: https://github.com/FasterXML/aalto-xml/archive/%{name}-%{version}.tar.gz + +BuildRequires: maven-local +BuildRequires: mvn(com.fasterxml:oss-parent:pom:) +BuildRequires: mvn(com.fasterxml.woodstox:woodstox-core) +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.codehaus.woodstox:stax2-api) + +BuildArch: noarch + +%description +The Aalto XML processor is a StAX XML processor implementation. It +is not directly related to other existing mature implementations +(such as Woodstox or Sun Java Streaming XML Parser), although it +did come about as a prototype for evaluating implementation strategies +that differ from those traditionally used for Java-based parsers. + +Two main goals (above and beyond stock StAX/SAX API implementation) are: + +° Ultra-high performance parsing by making the Common Case Fast + (similar to original RISC manifesto). This may mean limiting + functionality, but never compromising correctness. XML 1.0 + compliance is not sacrificed for speed. + +° Allowing non-block, asynchronous parsing: it should be possible to + "feed" more input and incrementally get more XML events out, without + forcing the current thread to block on I/O read operation. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +This package contains javadoc for %{name}. + +%prep +%setup -q -n %{name}-%{name}-%{version} +# Cleanup +find -name "*.class" -print -delete +find -name "*.jar" -print -delete + +sed -i 's/\r//' src/main/resources/META-INF/LICENSE +sed -i 's/\r//' release-notes/asl/* +mv release-notes/asl/ASL2.0 LICENSE +mv release-notes/asl/LICENSE NOTICE + +%mvn_file : %{name} + +# Java 9 module support isn't needed +%pom_remove_plugin :moditect-maven-plugin + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc README.md release-notes/* +%license LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%license LICENSE NOTICE + +%changelog +* Tue Jan 28 2020 Fedora Release Engineering - 1.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Oct 04 2019 Fabio Valentini - 1.2.2-1 +- Update to version 1.2.2. + +* Wed Jul 24 2019 Fedora Release Engineering - 1.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Sep 06 2017 Troy Dawson - 1.0.0-4 +- Cleanup spec file conditionals + +* Wed Jul 26 2017 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Nov 17 2016 gil cattaneo 1.0.0-1 +- Update to 1.0.0 + +* Tue Jun 14 2016 gil cattaneo 0.9.11-1 +- initial rpm diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..c4b99af --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (aalto-xml-1.2.2.tar.gz) = 15407b59d586dcfdfe0cccd168f20fcbd588fa63ca50226a70b76cc609e66620e360c9a5707602dfe8b36c40694283d7a1ac339c16760b36ee1bb7f1a1d64ec0 From b87e60c659ac3442a11420d7b4f9af953144fd37 Mon Sep 17 00:00:00 2001 From: Jiri Date: Mon, 15 Jun 2020 16:01:19 +0200 Subject: [PATCH 3/9] Made to build withjdk11 --- aalto-xml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aalto-xml.spec b/aalto-xml.spec index 932707b..dda7f4a 100644 --- a/aalto-xml.spec +++ b/aalto-xml.spec @@ -61,7 +61,7 @@ mv release-notes/asl/LICENSE NOTICE %pom_remove_plugin :moditect-maven-plugin %build -%mvn_build +%mvn_build -f --xmvn-javadoc %install %mvn_install From a805fd353beb7479e373f9a417ec3c6c2688d52c Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 10 Jul 2020 14:33:50 +0200 Subject: [PATCH 4/9] Rebuilt for JDK-11 --- aalto-xml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aalto-xml.spec b/aalto-xml.spec index dda7f4a..893cdd7 100644 --- a/aalto-xml.spec +++ b/aalto-xml.spec @@ -1,6 +1,6 @@ Name: aalto-xml Version: 1.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2) # Source files without license headers https://github.com/FasterXML/aalto-xml/issues/38 # See https://github.com/FasterXML/jackson-modules-base/issues/18, from main developer: @@ -74,6 +74,9 @@ mv release-notes/asl/LICENSE NOTICE %license LICENSE NOTICE %changelog +* Fri Jul 10 2020 Jiri Vanek - 1.2.2-3 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Tue Jan 28 2020 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 5e54798ef6573d5da3db8c098cf91ab8bb361cf8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 11:38:17 +0000 Subject: [PATCH 5/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aalto-xml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aalto-xml.spec b/aalto-xml.spec index 893cdd7..7184f84 100644 --- a/aalto-xml.spec +++ b/aalto-xml.spec @@ -1,6 +1,6 @@ Name: aalto-xml Version: 1.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2) # Source files without license headers https://github.com/FasterXML/aalto-xml/issues/38 # See https://github.com/FasterXML/jackson-modules-base/issues/18, from main developer: @@ -74,6 +74,9 @@ mv release-notes/asl/LICENSE NOTICE %license LICENSE NOTICE %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 1.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 10 2020 Jiri Vanek - 1.2.2-3 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 From 574f19c63718988e0386ae57256b62882a2e9c8d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 25 Jan 2021 23:42:15 +0000 Subject: [PATCH 6/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aalto-xml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aalto-xml.spec b/aalto-xml.spec index 7184f84..c7ec420 100644 --- a/aalto-xml.spec +++ b/aalto-xml.spec @@ -1,6 +1,6 @@ Name: aalto-xml Version: 1.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2) # Source files without license headers https://github.com/FasterXML/aalto-xml/issues/38 # See https://github.com/FasterXML/jackson-modules-base/issues/18, from main developer: @@ -74,6 +74,9 @@ mv release-notes/asl/LICENSE NOTICE %license LICENSE NOTICE %changelog +* Mon Jan 25 2021 Fedora Release Engineering - 1.2.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 1.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 70a5bdafa8fe70dd3fb5da00d31ede7f1583b8e1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 12:14:08 +0000 Subject: [PATCH 7/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 914d1dce989ca2e83bef80962477ef1421ce09d2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 17:09:12 +0000 Subject: [PATCH 8/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- aalto-xml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aalto-xml.spec b/aalto-xml.spec index c7ec420..5698bfc 100644 --- a/aalto-xml.spec +++ b/aalto-xml.spec @@ -1,6 +1,6 @@ Name: aalto-xml Version: 1.2.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2) # Source files without license headers https://github.com/FasterXML/aalto-xml/issues/38 # See https://github.com/FasterXML/jackson-modules-base/issues/18, from main developer: @@ -74,6 +74,9 @@ mv release-notes/asl/LICENSE NOTICE %license LICENSE NOTICE %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 1.2.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Jan 25 2021 Fedora Release Engineering - 1.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 0a2c44ada40f76d5325ed457857c7d23c079a1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 29 Sep 2021 00:04:37 +0200 Subject: [PATCH 9/9] Retired, failed to install for 8+ weeks https://pagure.io/releng/issue/10318 https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ --- .gitignore | 5 --- aalto-xml.spec | 120 ------------------------------------------------- dead.package | 4 ++ sources | 1 - 4 files changed, 4 insertions(+), 126 deletions(-) delete mode 100644 .gitignore delete mode 100644 aalto-xml.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 863b584..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/results_* -/*.src.rpm - -/aalto-xml-1.0.0.tar.gz -/aalto-xml-1.2.2.tar.gz diff --git a/aalto-xml.spec b/aalto-xml.spec deleted file mode 100644 index 5698bfc..0000000 --- a/aalto-xml.spec +++ /dev/null @@ -1,120 +0,0 @@ -Name: aalto-xml -Version: 1.2.2 -Release: 6%{?dist} -Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2) -# Source files without license headers https://github.com/FasterXML/aalto-xml/issues/38 -# See https://github.com/FasterXML/jackson-modules-base/issues/18, from main developer: -# "To whoever it concerns: policy of the Jackson project is to only include licensing information as project -# level metadata (in repo, pom.xml, artifact within source and binary jars), and not as headers in source files. -# Licensing is Apache License 2.0, for Jackson 2.x as indicated by various artifacts, and we have no plans to change this." -License: ASL 2.0 -URL: http://wiki.fasterxml.com/AaltoHome -Source0: https://github.com/FasterXML/aalto-xml/archive/%{name}-%{version}.tar.gz - -BuildRequires: maven-local -BuildRequires: mvn(com.fasterxml:oss-parent:pom:) -BuildRequires: mvn(com.fasterxml.woodstox:woodstox-core) -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) -BuildRequires: mvn(org.codehaus.woodstox:stax2-api) - -BuildArch: noarch - -%description -The Aalto XML processor is a StAX XML processor implementation. It -is not directly related to other existing mature implementations -(such as Woodstox or Sun Java Streaming XML Parser), although it -did come about as a prototype for evaluating implementation strategies -that differ from those traditionally used for Java-based parsers. - -Two main goals (above and beyond stock StAX/SAX API implementation) are: - -° Ultra-high performance parsing by making the Common Case Fast - (similar to original RISC manifesto). This may mean limiting - functionality, but never compromising correctness. XML 1.0 - compliance is not sacrificed for speed. - -° Allowing non-block, asynchronous parsing: it should be possible to - "feed" more input and incrementally get more XML events out, without - forcing the current thread to block on I/O read operation. - -%package javadoc -Summary: Javadoc for %{name} - -%description javadoc -This package contains javadoc for %{name}. - -%prep -%setup -q -n %{name}-%{name}-%{version} -# Cleanup -find -name "*.class" -print -delete -find -name "*.jar" -print -delete - -sed -i 's/\r//' src/main/resources/META-INF/LICENSE -sed -i 's/\r//' release-notes/asl/* -mv release-notes/asl/ASL2.0 LICENSE -mv release-notes/asl/LICENSE NOTICE - -%mvn_file : %{name} - -# Java 9 module support isn't needed -%pom_remove_plugin :moditect-maven-plugin - -%build -%mvn_build -f --xmvn-javadoc - -%install -%mvn_install - -%files -f .mfiles -%doc README.md release-notes/* -%license LICENSE NOTICE - -%files javadoc -f .mfiles-javadoc -%license LICENSE NOTICE - -%changelog -* Wed Jul 21 2021 Fedora Release Engineering - 1.2.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jan 25 2021 Fedora Release Engineering - 1.2.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 1.2.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jul 10 2020 Jiri Vanek - 1.2.2-3 -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Tue Jan 28 2020 Fedora Release Engineering - 1.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Oct 04 2019 Fabio Valentini - 1.2.2-1 -- Update to version 1.2.2. - -* Wed Jul 24 2019 Fedora Release Engineering - 1.0.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 1.0.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 1.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 1.0.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Sep 06 2017 Troy Dawson - 1.0.0-4 -- Cleanup spec file conditionals - -* Wed Jul 26 2017 Fedora Release Engineering - 1.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Nov 17 2016 gil cattaneo 1.0.0-1 -- Update to 1.0.0 - -* Tue Jun 14 2016 gil cattaneo 0.9.11-1 -- initial rpm diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..7442532 --- /dev/null +++ b/dead.package @@ -0,0 +1,4 @@ +Retired, failed to install for 8+ weeks + +https://pagure.io/releng/issue/10318 +https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ diff --git a/sources b/sources deleted file mode 100644 index c4b99af..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (aalto-xml-1.2.2.tar.gz) = 15407b59d586dcfdfe0cccd168f20fcbd588fa63ca50226a70b76cc609e66620e360c9a5707602dfe8b36c40694283d7a1ac339c16760b36ee1bb7f1a1d64ec0