From 23e2cdf6a204c53c174cc9d804f00fe88968fb99 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 8 Jun 2015 15:52:47 +0200 Subject: [PATCH 01/15] Utilize pom_change_dep --- access-modifier-annotation.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index aa732e1..ebec93c 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -49,12 +49,7 @@ cp %{SOURCE1} LICENSE # We don't have asm-debug-all artifact, # so we'll use the one without debugging information -%pom_xpath_replace "pom:dependency[pom:artifactId[text()='asm-debug-all']]" \ -" - asm - asm-all - " access-modifier-checker - +%pom_change_dep :asm-debug-all asm:asm-all access-modifier-checker %build %mvn_build @@ -69,6 +64,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Mon Jun 08 2015 Michal Srb - 1.4-5 +- Utilize pom_change_dep + * Sat Jun 07 2014 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From e00a91a9a89ed28dbc81d7a8536801ec695558a9 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 8 Jun 2015 16:02:13 +0200 Subject: [PATCH 02/15] Fix BR --- access-modifier-annotation.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index ebec93c..c0447bd 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -22,7 +22,7 @@ BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.apache.maven:maven-project) BuildRequires: mvn(org.jenkins-ci:annotation-indexer) BuildRequires: mvn(org.kohsuke.metainf-services:metainf-services) -BuildRequires: mvn(org.kohsuke:pom) +BuildRequires: mvn(org.kohsuke:pom:pom:) BuildRequires: objectweb-asm %description From 9aab8f02153eeabc009cb691ef6f77188751149f Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 8 Jun 2015 17:08:20 +0200 Subject: [PATCH 03/15] BR objectweb-asm3 --- access-modifier-annotation.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index c0447bd..d6bea5c 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -23,7 +23,7 @@ BuildRequires: mvn(org.apache.maven:maven-project) BuildRequires: mvn(org.jenkins-ci:annotation-indexer) BuildRequires: mvn(org.kohsuke.metainf-services:metainf-services) BuildRequires: mvn(org.kohsuke:pom:pom:) -BuildRequires: objectweb-asm +BuildRequires: objectweb-asm3 %description Allows applications to define custom access modifiers programmatically, From 41b6f370302ee9527b5c2dda779e1b58f471d4d1 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Tue, 9 Jun 2015 10:04:23 +0200 Subject: [PATCH 04/15] Move access-modifier-checker to subpackage --- access-modifier-annotation.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index d6bea5c..4df493d 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -33,6 +33,12 @@ This mechanism is useful for actually making sure that deprecated features are not used (without actually removing such declarations, which would break binary compatibility.) +%package -n access-modifier-checker +Summary: Maven plugin for checking custom access modifiers + +%description -n access-modifier-checker +This package contains Maven plugin for checking custom access modifiers. + %package javadoc Summary: Javadoc for %{name} @@ -47,6 +53,8 @@ cp %{SOURCE1} LICENSE %pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-svn']]" +%mvn_package :access-modifier-checker access-modifier-checker + # We don't have asm-debug-all artifact, # so we'll use the one without debugging information %pom_change_dep :asm-debug-all asm:asm-all access-modifier-checker @@ -60,10 +68,14 @@ cp %{SOURCE1} LICENSE %files -f .mfiles %doc LICENSE +%files -n access-modifier-checker -f .mfiles-access-modifier-checker %files javadoc -f .mfiles-javadoc %doc LICENSE %changelog +* Tue Jun 09 2015 Michal Srb - 1.4-6 +- Move access-modifier-checker to subpackage + * Mon Jun 08 2015 Michal Srb - 1.4-5 - Utilize pom_change_dep From 77523abf326ce18043e5d884b90461e20845d508 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 23:34:03 +0000 Subject: [PATCH 05/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- access-modifier-annotation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index 4df493d..84e6215 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -73,6 +73,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 1.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Jun 09 2015 Michal Srb - 1.4-6 - Move access-modifier-checker to subpackage From db42e1026744de5d410191e18d4879aebd894738 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 29 Jun 2015 13:03:36 +0200 Subject: [PATCH 06/15] Update to 1.7 --- .gitignore | 1 + access-modifier-annotation.spec | 20 +++++++------------- sources | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 2831b50..c98b3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /access-modifier-1.4.tar.gz /LICENSE.txt +/access-modifier-1.7.tar.gz diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index 84e6215..2eebbb1 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -1,8 +1,8 @@ %global shortname access-modifier Name: access-modifier-annotation -Version: 1.4 -Release: 7%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -15,15 +15,13 @@ Source1: LICENSE.txt BuildArch: noarch BuildRequires: maven-local -BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin) -BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin) -BuildRequires: mvn(org.apache.maven.plugins:maven-scm-plugin) +BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.apache.maven:maven-project) BuildRequires: mvn(org.jenkins-ci:annotation-indexer) BuildRequires: mvn(org.kohsuke.metainf-services:metainf-services) BuildRequires: mvn(org.kohsuke:pom:pom:) -BuildRequires: objectweb-asm3 +BuildRequires: mvn(org.ow2.asm:asm-debug-all) %description Allows applications to define custom access modifiers programmatically, @@ -51,21 +49,14 @@ This package contains the API documentation for %{name}. cp %{SOURCE1} LICENSE -%pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-svn']]" - %mvn_package :access-modifier-checker access-modifier-checker -# We don't have asm-debug-all artifact, -# so we'll use the one without debugging information -%pom_change_dep :asm-debug-all asm:asm-all access-modifier-checker - %build %mvn_build %install %mvn_install - %files -f .mfiles %doc LICENSE %files -n access-modifier-checker -f .mfiles-access-modifier-checker @@ -73,6 +64,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Mon Jun 29 2015 Michal Srb - 1.7-1 +- Update to 1.7 + * Tue Jun 16 2015 Fedora Release Engineering - 1.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 5586d69..2200ed9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -f9fc17916189a9ccd77ea911f5e8d729 access-modifier-1.4.tar.gz 7d5b03b556811d959a94d9336ba04fe5 LICENSE.txt +2176c61d1aaa6ca10e1d9776aa4b5007 access-modifier-1.7.tar.gz From 077ee9df52cd8b1cc2fd189b1e1bced549a026d8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 15:56:35 +0000 Subject: [PATCH 07/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- access-modifier-annotation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index 2eebbb1..0ded804 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -64,6 +64,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Mon Jun 29 2015 Michal Srb - 1.7-1 - Update to 1.7 From 89f0a3ac0b234aa820310c24ae605ccafc0daadc Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 15 Jun 2016 12:03:01 +0200 Subject: [PATCH 08/15] Add missing build-requires --- access-modifier-annotation.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index 0ded804..8a9560d 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -18,10 +18,13 @@ BuildRequires: maven-local BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.apache.maven:maven-project) +BuildRequires: mvn(org.apache.maven.scm:maven-scm-manager-plexus) +BuildRequires: mvn(org.apache.maven.scm:maven-scm-provider-gitexe) BuildRequires: mvn(org.jenkins-ci:annotation-indexer) BuildRequires: mvn(org.kohsuke.metainf-services:metainf-services) BuildRequires: mvn(org.kohsuke:pom:pom:) BuildRequires: mvn(org.ow2.asm:asm-debug-all) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) %description Allows applications to define custom access modifiers programmatically, @@ -64,6 +67,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Wed Jun 15 2016 Mikolaj Izdebski - 1.7-3 +- Add missing build-requires + * Wed Feb 03 2016 Fedora Release Engineering - 1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 24ddfd7c7402d4ca774bc1a32c0883d782b1c751 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 05:42:14 +0000 Subject: [PATCH 09/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- access-modifier-annotation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index 8a9560d..7d60e1f 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -67,6 +67,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Jun 15 2016 Mikolaj Izdebski - 1.7-3 - Add missing build-requires From bc705ff35a2cc5b69eae2c396813e60f0ca3743c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 02:32:34 +0000 Subject: [PATCH 10/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- access-modifier-annotation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index 7d60e1f..e4e7069 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -67,6 +67,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 3c0667c2cd7c8573afac17b6ed4484f340b4dcb2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 01:47:11 +0000 Subject: [PATCH 11/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- access-modifier-annotation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index e4e7069..4eea9ba 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -67,6 +67,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 46a8c494f1c29e33fd6e763fc62db8e2cdee9245 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 19:56:49 +0000 Subject: [PATCH 12/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- access-modifier-annotation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index 4eea9ba..ba72934 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -67,6 +67,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 1.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 1.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 7d7e6e73d5550fda3d0423a069611ea96eb878ee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 12:53:42 +0000 Subject: [PATCH 13/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- access-modifier-annotation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index ba72934..f808805 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -67,6 +67,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Jul 12 2018 Fedora Release Engineering - 1.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From b8bf2cb83bc11360721b180b56776fb10d1df5ed Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 17:28:43 +0000 Subject: [PATCH 14/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- access-modifier-annotation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec index f808805..c306eb2 100644 --- a/access-modifier-annotation.spec +++ b/access-modifier-annotation.spec @@ -2,7 +2,7 @@ Name: access-modifier-annotation Version: 1.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Java annotation for custom access modifiers # License is specified in pom file @@ -67,6 +67,9 @@ cp %{SOURCE1} LICENSE %doc LICENSE %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 1.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 1.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 6de4a27049d326e86a48a131e98226d48c3c2111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 13 Oct 2019 21:42:58 +0200 Subject: [PATCH 15/15] Orphaned for 6+ weeks --- .gitignore | 3 - access-modifier-annotation.spec | 117 -------------------------------- dead.package | 1 + sources | 2 - 4 files changed, 1 insertion(+), 122 deletions(-) delete mode 100644 .gitignore delete mode 100644 access-modifier-annotation.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c98b3c6..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/access-modifier-1.4.tar.gz -/LICENSE.txt -/access-modifier-1.7.tar.gz diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec deleted file mode 100644 index c306eb2..0000000 --- a/access-modifier-annotation.spec +++ /dev/null @@ -1,117 +0,0 @@ -%global shortname access-modifier - -Name: access-modifier-annotation -Version: 1.7 -Release: 9%{?dist} -Summary: Java annotation for custom access modifiers - -# License is specified in pom file -License: MIT -URL: https://github.com/kohsuke/access-modifier -Source0: https://github.com/kohsuke/%{shortname}/archive/%{shortname}-%{version}.tar.gz -# License text copied from http://www.opensource.org/licenses/mit-license.php -Source1: LICENSE.txt - -BuildArch: noarch - -BuildRequires: maven-local -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.apache.maven:maven-plugin-api) -BuildRequires: mvn(org.apache.maven:maven-project) -BuildRequires: mvn(org.apache.maven.scm:maven-scm-manager-plexus) -BuildRequires: mvn(org.apache.maven.scm:maven-scm-provider-gitexe) -BuildRequires: mvn(org.jenkins-ci:annotation-indexer) -BuildRequires: mvn(org.kohsuke.metainf-services:metainf-services) -BuildRequires: mvn(org.kohsuke:pom:pom:) -BuildRequires: mvn(org.ow2.asm:asm-debug-all) -BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) - -%description -Allows applications to define custom access modifiers programmatically, -to be enforced at compile time in the opt-in basis. Obviously, -there's no runtime check either - this is strictly a voluntary annotations. -This mechanism is useful for actually making sure that deprecated features -are not used (without actually removing such declarations, which would break -binary compatibility.) - -%package -n access-modifier-checker -Summary: Maven plugin for checking custom access modifiers - -%description -n access-modifier-checker -This package contains Maven plugin for checking custom access modifiers. - -%package javadoc -Summary: Javadoc for %{name} - -%description javadoc -This package contains the API documentation for %{name}. - - -%prep -%setup -q -n %{shortname}-%{shortname}-%{version} - -cp %{SOURCE1} LICENSE - -%mvn_package :access-modifier-checker access-modifier-checker - -%build -%mvn_build - -%install -%mvn_install - -%files -f .mfiles -%doc LICENSE -%files -n access-modifier-checker -f .mfiles-access-modifier-checker -%files javadoc -f .mfiles-javadoc -%doc LICENSE - -%changelog -* Wed Jul 24 2019 Fedora Release Engineering - 1.7-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 1.7-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 1.7-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 1.7-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Jun 15 2016 Mikolaj Izdebski - 1.7-3 -- Add missing build-requires - -* Wed Feb 03 2016 Fedora Release Engineering - 1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Jun 29 2015 Michal Srb - 1.7-1 -- Update to 1.7 - -* Tue Jun 16 2015 Fedora Release Engineering - 1.4-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Jun 09 2015 Michal Srb - 1.4-6 -- Move access-modifier-checker to subpackage - -* Mon Jun 08 2015 Michal Srb - 1.4-5 -- Utilize pom_change_dep - -* Sat Jun 07 2014 Fedora Release Engineering - 1.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Mar 04 2014 Stanislav Ochotnicky - 1.4-3 -- Use Requires: java-headless rebuild (#1067528) - -* Sat Aug 03 2013 Fedora Release Engineering - 1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu May 09 2013 Michal Srb - 1.4-1 -- Initial package - 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 2200ed9..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -7d5b03b556811d959a94d9336ba04fe5 LICENSE.txt -2176c61d1aaa6ca10e1d9776aa4b5007 access-modifier-1.7.tar.gz