From 7d7e6e73d5550fda3d0423a069611ea96eb878ee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 12:53:42 +0000 Subject: [PATCH 1/3] - 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 2/3] - 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 3/3] 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