From 66857486ffb7c078f27f6f3caee7f581c80446d5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 1/5] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xml2dict.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xml2dict.spec b/xml2dict.spec index 80e9e2e..d8bddfc 100644 --- a/xml2dict.spec +++ b/xml2dict.spec @@ -4,7 +4,6 @@ Version: 0 Release: 0.15.%{alphatag} Summary: Use attributes of dictionary to access XML elements -Group: Development/Libraries License: GPLv2+ URL: http://code.google.com/p/xml2dict/ Source0: http://xml2dict.googlecode.com/files/xml2dict-%{alphatag}-tar.gz From 5df217d6f855bee7a757553b4501cb7fe3f1669b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:32:11 +0000 Subject: [PATCH 2/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml2dict.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml2dict.spec b/xml2dict.spec index d8bddfc..d4f9da2 100644 --- a/xml2dict.spec +++ b/xml2dict.spec @@ -1,7 +1,7 @@ %global alphatag 2008.6.1 Name: xml2dict Version: 0 -Release: 0.15.%{alphatag} +Release: 0.16.%{alphatag} Summary: Use attributes of dictionary to access XML elements License: GPLv2+ @@ -33,6 +33,9 @@ install -pm 0644 object_dict.py $RPM_BUILD_ROOT%{python_sitelib}/ %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0-0.16.2008.6.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0-0.15.2008.6.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 69c44d9611a90bae92bb5127fe62c503033e03dd Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 12 Jul 2019 02:02:02 -0300 Subject: [PATCH 3/5] - Rebuilt to fix FTBFS fixes rhbz#1237195 rhbz#1579359 and rhbz#1676233 --- xml2dict.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/xml2dict.spec b/xml2dict.spec index d4f9da2..53a9c42 100644 --- a/xml2dict.spec +++ b/xml2dict.spec @@ -1,7 +1,7 @@ %global alphatag 2008.6.1 Name: xml2dict Version: 0 -Release: 0.16.%{alphatag} +Release: 0.17.%{alphatag}%{?dist} Summary: Use attributes of dictionary to access XML elements License: GPLv2+ @@ -21,18 +21,22 @@ Use attributes of dictionary to access XML elements. %build %install -install -d $RPM_BUILD_ROOT%{python_sitelib}/ -install -pm 0644 xml2dict.py $RPM_BUILD_ROOT%{python_sitelib}/ -install -pm 0644 object_dict.py $RPM_BUILD_ROOT%{python_sitelib}/ +install -d $RPM_BUILD_ROOT%{python2_sitelib}/ +install -pm 0644 xml2dict.py $RPM_BUILD_ROOT%{python2_sitelib}/ +install -pm 0644 object_dict.py $RPM_BUILD_ROOT%{python2_sitelib}/ %files -%doc README LICENSE +%doc README +%license LICENSE %{python2_sitelib}/xml2dict.py* %{python2_sitelib}/object_dict.py* %changelog +* Fri Jul 12 2019 Filipe Rosset - 0-0.17.2008.6.1 +- Rebuilt to fix FTBFS fixes rhbz#1237195 rhbz#1579359 and rhbz#1676233 + * Sun Feb 03 2019 Fedora Release Engineering - 0-0.16.2008.6.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From c27b0e9867b35117a0bdd62548a9c440e4df0a91 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:19:48 +0000 Subject: [PATCH 4/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml2dict.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml2dict.spec b/xml2dict.spec index 53a9c42..61e2ae9 100644 --- a/xml2dict.spec +++ b/xml2dict.spec @@ -1,7 +1,7 @@ %global alphatag 2008.6.1 Name: xml2dict Version: 0 -Release: 0.17.%{alphatag}%{?dist} +Release: 0.18.%{alphatag}%{?dist} Summary: Use attributes of dictionary to access XML elements License: GPLv2+ @@ -34,6 +34,9 @@ install -pm 0644 object_dict.py $RPM_BUILD_ROOT%{python2_sitelib}/ %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0-0.18.2008.6.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Jul 12 2019 Filipe Rosset - 0-0.17.2008.6.1 - Rebuilt to fix FTBFS fixes rhbz#1237195 rhbz#1579359 and rhbz#1676233 From 52aad8653b9058a4a63486e510f383ce12d3f930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 29 Jul 2019 11:32:22 +0200 Subject: [PATCH 5/5] https://fedoraproject.org/wiki/Changes/F31_Mass_Python_2_Package_Removal --- .gitignore | 1 - dead.package | 1 + sources | 1 - xml2dict.spec | 90 --------------------------------------------------- 4 files changed, 1 insertion(+), 92 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xml2dict.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1162152..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/xml2dict-2008.6.1-tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..b9256cb --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +https://fedoraproject.org/wiki/Changes/F31_Mass_Python_2_Package_Removal diff --git a/sources b/sources deleted file mode 100644 index 124cfb2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -010820a172ddcf9faa399286fcdb1f41 xml2dict-2008.6.1-tar.gz diff --git a/xml2dict.spec b/xml2dict.spec deleted file mode 100644 index 61e2ae9..0000000 --- a/xml2dict.spec +++ /dev/null @@ -1,90 +0,0 @@ -%global alphatag 2008.6.1 -Name: xml2dict -Version: 0 -Release: 0.18.%{alphatag}%{?dist} -Summary: Use attributes of dictionary to access XML elements - -License: GPLv2+ -URL: http://code.google.com/p/xml2dict/ -Source0: http://xml2dict.googlecode.com/files/xml2dict-%{alphatag}-tar.gz - -BuildArch: noarch -BuildRequires: python2-devel -BuildRequires: python2-setuptools - -%description -Use attributes of dictionary to access XML elements. - -%prep -%setup -q -n %{name}-read-only - -%build - -%install -install -d $RPM_BUILD_ROOT%{python2_sitelib}/ -install -pm 0644 xml2dict.py $RPM_BUILD_ROOT%{python2_sitelib}/ -install -pm 0644 object_dict.py $RPM_BUILD_ROOT%{python2_sitelib}/ - - -%files -%doc README -%license LICENSE -%{python2_sitelib}/xml2dict.py* -%{python2_sitelib}/object_dict.py* - - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 0-0.18.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jul 12 2019 Filipe Rosset - 0-0.17.2008.6.1 -- Rebuilt to fix FTBFS fixes rhbz#1237195 rhbz#1579359 and rhbz#1676233 - -* Sun Feb 03 2019 Fedora Release Engineering - 0-0.16.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0-0.15.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Iryna Shcherbina - 0-0.14.2008.6.1 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 0-0.13.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0-0.12.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0-0.11.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0-0.10.2008.6.1 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 0-0.9.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0-0.8.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0-0.7.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0-0.6.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0-0.5.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0-0.4.2008.6.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Mar 19 2012 Yuguang Wang - 0-0.3 -- Update license files and fix install issues. - -* Sun Jan 29 2012 Yuguang Wang - 0-0.2 -- Fix koji build issues in spec. - -* Thu Dec 22 2011 Yuguang Wang - 0-0.1 -- Initial RPM release