From 8dba7c559787f110b6a08174cee4f4f7cbd4d909 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:14:01 +0000 Subject: [PATCH 01/42] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fe861f..73baf2b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := uisp SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 722aef34302acf562e8ddb496f780c412a66f8e9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 02:26:39 +0000 Subject: [PATCH 02/42] Initialize branch EL-6 for uisp --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 2bc7e349337b945c67a12c924dc8195f660442fd Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Tue, 13 Jul 2010 20:38:19 +0000 Subject: [PATCH 03/42] rebuild for epel 6 --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 58f4559..20c57d8 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 13 2010 Lucian Langa - 20050207-7 +- rebuilt for EPEL 6 + * Sun Jul 26 2009 Fedora Release Engineering - 20050207-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From e3662835647d16f23af10828e2aee299f6cf920f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:41:02 +0000 Subject: [PATCH 04/42] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 73baf2b..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: uisp -# $Id$ -NAME := uisp -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 From 8acbf0a8370ee08b341a520fe44a0a1bedbb0054 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:06:37 -0600 Subject: [PATCH 05/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 68b93f0..117e60e 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 20050207-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sun Dec 12 2010 Lucian Langa - 20050207-7 - add atmega168 support (upstream #4041) From f74e31085808975dad435ad7da9ea4ff2c07b21e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:28:18 -0600 Subject: [PATCH 06/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 117e60e..6cd1a22 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 20050207-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 20050207-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From c96eafcde7100770579c4cdf30c1647391b7c872 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 20:30:43 -0500 Subject: [PATCH 07/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 6cd1a22..cc8c76c 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 20050207-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 20050207-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 59af9f5d67d9db07577e80049774a784299ca594 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:24:00 -0600 Subject: [PATCH 08/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index cc8c76c..2f79592 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 20050207-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 20050207-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From fecc2a11afd8601315ee8ac2153a5979b8fd1254 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 00:27:38 -0500 Subject: [PATCH 09/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 2f79592..12b229e 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 20050207-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 20050207-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From bd37686dce3ffaacd257fa86845cc5c61c3dd223 Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Sun, 4 Aug 2013 15:02:56 +0200 Subject: [PATCH 10/42] specify doc install dir, fixes FTBFS --- uisp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uisp.spec b/uisp.spec index 12b229e..b5d146f 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -46,7 +46,7 @@ make %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %clean @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Lucian Langa - 20050207-13 +- specify doc install dir, fixes FTBFS + * Sun Aug 04 2013 Fedora Release Engineering - 20050207-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From c9d630158b80c372b5ef2c8b378ab46381521023 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 21:39:28 -0500 Subject: [PATCH 11/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index b5d146f..98877ac 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 20050207-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Lucian Langa - 20050207-13 - specify doc install dir, fixes FTBFS From 2af3c89773a49fce190d8bfb5fcef288bfd58b0c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 06:50:29 +0000 Subject: [PATCH 12/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 98877ac..64b9a3b 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 20050207-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 20050207-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From ee729b335165964e91b41037d69da5df0272fcb7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 18:19:55 +0200 Subject: [PATCH 13/42] Rebuilt for GCC 5 C++11 ABI change --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 64b9a3b..95fb8b3 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 02 2015 Kalev Lember - 20050207-16 +- Rebuilt for GCC 5 C++11 ABI change + * Mon Aug 18 2014 Fedora Release Engineering - 20050207-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 449f7a2753467a144ff92dfb517b9beaca4e9d76 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 01:29:37 +0000 Subject: [PATCH 14/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 95fb8b3..1eb7147 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 20050207-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 02 2015 Kalev Lember - 20050207-16 - Rebuilt for GCC 5 C++11 ABI change From d03617fb696ccf48cd9fede50e6f877fa64682d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:17:46 +0000 Subject: [PATCH 15/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 1eb7147..f487b26 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 20050207-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 20050207-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 39f5cbb696b92489f4e6a26677066f5f3927927d Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Thu, 18 Feb 2016 00:58:10 +0100 Subject: [PATCH 16/42] fix ftbfs --- uisp.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/uisp.spec b/uisp.spec index f487b26..df1383e 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -10,10 +10,7 @@ URL: http://www.nongnu.org/uisp Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: uisp_Werror.patch Patch1: uisp-20050207-m168-stk500-extendedFuseSupport.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#BuildRequires: -#Requires: %description Uisp is utility for downloading/uploading programs to AVR devices. Can also be @@ -43,16 +40,11 @@ For use with the following hardware to program the devices: %configure make - %install -rm -rf $RPM_BUILD_ROOT +rm INSTALL make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} -%clean -rm -rf $RPM_BUILD_ROOT - - %files %defattr(-,root,root,-) %doc AUTHORS CHANGES CHANGES.old COPYING ChangeLog* TODO @@ -61,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 17 2016 Lucian Langa - 20050207-19 +- cleanup up specfile +- fix build break + * Fri Feb 05 2016 Fedora Release Engineering - 20050207-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 31dc9c5fbba50b0505c107caee8c8c18fa8f0cc7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 16:40:14 +0000 Subject: [PATCH 17/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index df1383e..c341e48 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 20050207-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Feb 17 2016 Lucian Langa - 20050207-19 - cleanup up specfile - fix build break From b8829bb618cf86166f05ad3167e4cd8a46f41110 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 20:56:13 +0000 Subject: [PATCH 18/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index c341e48..c0603c4 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 20050207-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 20050207-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 28ba27af420e4c0ba470922bfc5d3b68047cab7a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 09:44:56 +0000 Subject: [PATCH 19/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index c0603c4..495a687 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 20050207-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 20050207-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 6e5a494f0ea05f5472e74bbdb87eefd74df7bb86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 19:56:52 +0000 Subject: [PATCH 20/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 495a687..1e8db96 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 20050207-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 20050207-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 07f03f3fc1b94f34066ea2474a2fa2b05aca9e5d Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:41:35 -0500 Subject: [PATCH 21/42] Remove needless use of %defattr --- uisp.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 1e8db96..d39639f 100644 --- a/uisp.spec +++ b/uisp.spec @@ -46,7 +46,6 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %files -%defattr(-,root,root,-) %doc AUTHORS CHANGES CHANGES.old COPYING ChangeLog* TODO %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.gz From 92d7cdc1fc06885bc6a99702ab307354a29454f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:11:24 +0000 Subject: [PATCH 22/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index d39639f..4f41f5c 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 20050207-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 20050207-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From ba52216f46e371bb777c6190ca9341074eab4f99 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 17:08:12 +0200 Subject: [PATCH 23/42] Add missing BuildRequires on gcc-c++ checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables References: https://bugzilla.redhat.com/show_bug.cgi?id=1606607 Signed-off-by: Igor Gnatenko --- uisp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/uisp.spec b/uisp.spec index 4f41f5c..8ef7a0f 100644 --- a/uisp.spec +++ b/uisp.spec @@ -12,6 +12,7 @@ Patch0: uisp_Werror.patch Patch1: uisp-20050207-m168-stk500-extendedFuseSupport.patch +BuildRequires: gcc-c++ %description Uisp is utility for downloading/uploading programs to AVR devices. Can also be used for some Atmel 8051 type devices. In addition, uisp can erase the device, From ba65d549942cb7b1b859d74685b81fa697e1c916 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 24/42] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- uisp.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 8ef7a0f..a889cfe 100644 --- a/uisp.spec +++ b/uisp.spec @@ -4,7 +4,6 @@ Release: 24%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 -Group: Applications/Engineering License: GPLv2+ URL: http://www.nongnu.org/uisp Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz From e8d0576b950bb7aee24eac556fa2b697bea57f3f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 10:44:16 +0000 Subject: [PATCH 25/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index a889cfe..b95d187 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 20050207-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 20050207-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 14a4b545dbde16c58555dab8455fb5f3d12c00da Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:24:42 +0000 Subject: [PATCH 26/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index b95d187..9e88281 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 20050207-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 20050207-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 9109150c3ce89fa22fa40663e82f38c297abe139 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 02:31:09 +0000 Subject: [PATCH 27/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 9e88281..9846b84 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 20050207-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 20050207-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 82132a4770f2433ae9c8f81ee39ff1451797b947 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:13:54 +0000 Subject: [PATCH 28/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 9846b84..ea44ba6 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 20050207-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 20050207-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From bdb35d611b5b31942c759e58b86ca918a5c9ad69 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:21:53 +0000 Subject: [PATCH 29/42] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- uisp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/uisp.spec b/uisp.spec index ea44ba6..79bca62 100644 --- a/uisp.spec +++ b/uisp.spec @@ -11,6 +11,7 @@ Patch0: uisp_Werror.patch Patch1: uisp-20050207-m168-stk500-extendedFuseSupport.patch +BuildRequires: make BuildRequires: gcc-c++ %description Uisp is utility for downloading/uploading programs to AVR devices. Can also be From 92fa44aabce0bd8ee11d34957beed962c2603b5f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:37:14 +0000 Subject: [PATCH 30/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 79bca62..e4ac6d3 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 20050207-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 20050207-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From f863073df416cfa329b824cb4726696d90953a99 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 19:59:06 +0000 Subject: [PATCH 31/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index e4ac6d3..8ff6596 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 20050207-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 20050207-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 941f1e86d99231180d7f0a0469ffb1504e02b9e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:28:07 +0000 Subject: [PATCH 32/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 8ff6596..76c06af 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 20050207-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 20050207-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From ec301d93f5b6d87ad83df79f868a06e87d78c55b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:19:59 +0000 Subject: [PATCH 33/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 76c06af..14dd724 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 20050207-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 20050207-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From adf38d611d0a22f6da2f3c988615ca5286ba6987 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 17 Dec 2022 22:29:59 +0100 Subject: [PATCH 34/42] Port configure script to C99 Related to: --- uisp-configure-c99.patch | 49 ++++++++++++++++++++++++++++++++++++++++ uisp.spec | 7 +++++- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 uisp-configure-c99.patch diff --git a/uisp-configure-c99.patch b/uisp-configure-c99.patch new file mode 100644 index 0000000..e74be34 --- /dev/null +++ b/uisp-configure-c99.patch @@ -0,0 +1,49 @@ +Avoid historic C99 incompatibilities. No need to upstream this +because re-running autoconf with a moderately recent version +will fix this. + +diff --git a/configure b/configure +index e7c4d8c370d8168d..e3670ac596caed52 100755 +--- a/configure ++++ b/configure +@@ -3053,7 +3053,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + for ac_declaration in \ +- '' \ ++ '#include ' \ + 'extern "C" void std::exit (int) throw (); using std::exit;' \ + 'extern "C" void std::exit (int); using std::exit;' \ + 'extern "C" void exit (int) throw ();' \ +@@ -3652,8 +3652,8 @@ main () + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) +- exit(2); +- exit (0); ++ return 2; ++ return 0; + } + _ACEOF + rm -f conftest$ac_exeext +@@ -4939,7 +4939,7 @@ main() + double value; + value = strtod (string, &term); + if (value != 69 || term != (string + 4)) +- exit (1); ++ return 1; + } + + { +@@ -4949,9 +4949,9 @@ main() + char *term; + strtod (string, &term); + if (term != string && *(term - 1) == 0) +- exit (1); ++ return 1; + } +- exit (0); ++ return 0; + } + + _ACEOF diff --git a/uisp.spec b/uisp.spec index 14dd724..bfc795e 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -9,6 +9,7 @@ URL: http://www.nongnu.org/uisp Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: uisp_Werror.patch Patch1: uisp-20050207-m168-stk500-extendedFuseSupport.patch +Patch2: uisp-configure-c99.patch BuildRequires: make @@ -36,6 +37,7 @@ For use with the following hardware to program the devices: %setup -q %patch0 -p0 %patch1 -p1 +%patch2 -p1 %build %configure @@ -53,6 +55,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Dec 17 2022 Florian Weimer - 20050207-33 +- Port configure script to C99 + * Sat Jul 23 2022 Fedora Release Engineering - 20050207-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 18b3124148d3a92fba230e8cdf5bc23ad8490c40 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 05:45:20 +0000 Subject: [PATCH 35/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index bfc795e..acda7aa 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -55,6 +55,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 20050207-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Dec 17 2022 Florian Weimer - 20050207-33 - Port configure script to C99 From 3257096ebbb83ed3c2720bffa076423ab5cdf6f6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:03:23 +0000 Subject: [PATCH 36/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index acda7aa..a3d4f54 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -55,6 +55,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 20050207-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 20050207-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From f0a40cd46d850f33c4ecb6bbe9484ae240ce8bc5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:03:18 +0000 Subject: [PATCH 37/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index a3d4f54..ecc4336 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -55,6 +55,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 20050207-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 20050207-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From d58e3a2890cd586dce13e40a6002d897940963d1 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 38/42] Eliminate use of obsolete %patchN syntax (#2283636) --- uisp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uisp.spec b/uisp.spec index ecc4336..4dd2c6a 100644 --- a/uisp.spec +++ b/uisp.spec @@ -35,9 +35,9 @@ For use with the following hardware to program the devices: %prep %setup -q -%patch0 -p0 -%patch1 -p1 -%patch2 -p1 +%patch -P0 -p0 +%patch -P1 -p1 +%patch -P2 -p1 %build %configure From 184062fefceaee2b59e2e2a76a77bb3a5a1cde05 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:12:06 +0000 Subject: [PATCH 39/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 4dd2c6a..3fcad72 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -55,6 +55,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 20050207-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 20050207-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f8928b57cef7b1170586a519a8b216fddec6d899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:27:04 +0200 Subject: [PATCH 40/42] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- uisp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/uisp.spec b/uisp.spec index 3fcad72..6ab47e6 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,10 +1,11 @@ Name: uisp Version: 20050207 -Release: 37%{?dist} +Release: 38%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://www.nongnu.org/uisp Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz Patch0: uisp_Werror.patch @@ -55,6 +56,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Fri Jul 26 2024 Miroslav Suchý - 20050207-38 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 20050207-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 78450e57e9fea1293fcffd281224dd8cc814d0d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:41:26 +0000 Subject: [PATCH 41/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- uisp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisp.spec b/uisp.spec index 6ab47e6..cf93b5f 100644 --- a/uisp.spec +++ b/uisp.spec @@ -1,6 +1,6 @@ Name: uisp Version: 20050207 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Universal In-System Programmer for Atmel AVR and 8051 @@ -56,6 +56,9 @@ make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 20050207-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 20050207-38 - convert license to SPDX From 195f25dd8f934992b19c3ba7f1e2bf63df540f74 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 9 Apr 2025 18:36:01 -0500 Subject: [PATCH 42/42] Orphaned for 6+ weeks --- .gitignore | 1 - dead.package | 1 + sources | 1 - ...0207-m168-stk500-extendedFuseSupport.patch | 30 --- uisp-configure-c99.patch | 49 ----- uisp.spec | 176 ------------------ uisp_Werror.patch | 24 --- 7 files changed, 1 insertion(+), 281 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 uisp-20050207-m168-stk500-extendedFuseSupport.patch delete mode 100644 uisp-configure-c99.patch delete mode 100644 uisp.spec delete mode 100644 uisp_Werror.patch diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 903b524..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -uisp-20050207.tar.gz 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 d857429..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -b1e499d5a1011489635c1a0e482b1627 uisp-20050207.tar.gz diff --git a/uisp-20050207-m168-stk500-extendedFuseSupport.patch b/uisp-20050207-m168-stk500-extendedFuseSupport.patch deleted file mode 100644 index d34cf92..0000000 --- a/uisp-20050207-m168-stk500-extendedFuseSupport.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -cr uisp-20050207/src/Avr.C uisp-20050207-m168/src/Avr.C -*** uisp-20050207/src/Avr.C Tue Feb 8 00:55:08 2005 ---- uisp-20050207-m168/src/Avr.C Mon Mar 28 02:17:52 2005 -*************** -*** 101,106 **** ---- 101,107 ---- - { "ATmega163", 0x94, 0x02, 16384, 128, 512, 15000, 3800, AVR_M163 }, - { "ATmega16", 0x94, 0x03, 16384, 128, 512, 4500, 9000, AVR_M163 }, - { "ATmega162", 0x94, 0x04, 16384, 128, 512, 4500, 9000, AVR_M128 }, -+ { "ATmega168", 0x94, 0x06, 16384, 128, 512, 4500, 4000, AVR_M128 }, - { "ATmega169", 0x94, 0x05, 16384, 128, 512, 4500, 9000, AVR_M128 }, - - { "ATmega323", 0x95, 0x01, 32768, 128, 1024, 15000, 3800, AVR_M163 }, -diff -cr uisp-20050207/src/Stk500.C uisp-20050207-m168/src/Stk500.C -*** uisp-20050207/src/Stk500.C Tue Dec 28 16:54:12 2004 ---- uisp-20050207-m168/src/Stk500.C Mon Mar 28 02:21:32 2005 -*************** -*** 215,220 **** ---- 215,225 ---- - {0x42, 0x83, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x03, 0xff, 0xff, 0xff, - 0xff, {0x00, 0x80}, {0x02, 0x00}, {0x00, 0x00, 0x40, 0x00}, 0x20} - }, -+ {"ATmega168", -+ {0x04, 0xD7, 0xA0, 0x01}, -+ {0x42, 0x86, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x03, 0xff, 0xff, 0xff, -+ 0xff, {0x00, 0x80}, {0x02, 0x00}, {0x00, 0x00, 0x40, 0x00}, 0x20} -+ }, - {"ATmega169", - {0x04, 0xD7, 0xA0, 0x01}, - {0x42, 0x84, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x03, 0xff, 0xff, 0xff, diff --git a/uisp-configure-c99.patch b/uisp-configure-c99.patch deleted file mode 100644 index e74be34..0000000 --- a/uisp-configure-c99.patch +++ /dev/null @@ -1,49 +0,0 @@ -Avoid historic C99 incompatibilities. No need to upstream this -because re-running autoconf with a moderately recent version -will fix this. - -diff --git a/configure b/configure -index e7c4d8c370d8168d..e3670ac596caed52 100755 ---- a/configure -+++ b/configure -@@ -3053,7 +3053,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - for ac_declaration in \ -- '' \ -+ '#include ' \ - 'extern "C" void std::exit (int) throw (); using std::exit;' \ - 'extern "C" void std::exit (int); using std::exit;' \ - 'extern "C" void exit (int) throw ();' \ -@@ -3652,8 +3652,8 @@ main () - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) -- exit(2); -- exit (0); -+ return 2; -+ return 0; - } - _ACEOF - rm -f conftest$ac_exeext -@@ -4939,7 +4939,7 @@ main() - double value; - value = strtod (string, &term); - if (value != 69 || term != (string + 4)) -- exit (1); -+ return 1; - } - - { -@@ -4949,9 +4949,9 @@ main() - char *term; - strtod (string, &term); - if (term != string && *(term - 1) == 0) -- exit (1); -+ return 1; - } -- exit (0); -+ return 0; - } - - _ACEOF diff --git a/uisp.spec b/uisp.spec deleted file mode 100644 index cf93b5f..0000000 --- a/uisp.spec +++ /dev/null @@ -1,176 +0,0 @@ -Name: uisp -Version: 20050207 -Release: 39%{?dist} -Summary: Universal In-System Programmer for Atmel AVR and 8051 - - -# Automatically converted from old format: GPLv2+ - review is highly recommended. -License: GPL-2.0-or-later -URL: http://www.nongnu.org/uisp -Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz -Patch0: uisp_Werror.patch -Patch1: uisp-20050207-m168-stk500-extendedFuseSupport.patch -Patch2: uisp-configure-c99.patch - - -BuildRequires: make -BuildRequires: gcc-c++ -%description -Uisp is utility for downloading/uploading programs to AVR devices. Can also be -used for some Atmel 8051 type devices. In addition, uisp can erase the device, -write lock bits, verify and set the active segment. - -For use with the following hardware to program the devices: - pavr http://avr.jpk.co.nz/pavr/pavr.html - stk500 Atmel STK500 - dapa Direct AVR Parallel Access - stk200 Parallel Starter Kit STK200, STK300 - abb Altera ByteBlasterMV Parallel Port Download Cable - avrisp Atmel AVR ISP (?) - bsd http://www.bsdhome.com/avrprog/ (parallel) - fbprg http://ln.com.ua/~real/avreal/adapters.html (parallel) - dt006 http://www.dontronics.com/dt006.html (parallel) - dasa serial (RESET=RTS SCK=DTR MOSI=TXD MISO=CTS) - dasa2 serial (RESET=!TXD SCK=RTS MOSI=DTR MISO=CTS) - - -%prep -%setup -q -%patch -P0 -p0 -%patch -P1 -p1 -%patch -P2 -p1 - -%build -%configure -make - -%install -rm INSTALL -make install DESTDIR=$RPM_BUILD_ROOT DOC_INST_DIR=$RPM_BUILD_ROOT/%{_pkgdocdir} - - -%files -%doc AUTHORS CHANGES CHANGES.old COPYING ChangeLog* TODO -%{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz - - -%changelog -* Sun Jan 19 2025 Fedora Release Engineering - 20050207-39 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Fri Jul 26 2024 Miroslav Suchý - 20050207-38 -- convert license to SPDX - -* Sat Jul 20 2024 Fedora Release Engineering - 20050207-37 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Sat Jan 27 2024 Fedora Release Engineering - 20050207-36 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 20050207-35 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 20050207-34 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Dec 17 2022 Florian Weimer - 20050207-33 -- Port configure script to C99 - -* Sat Jul 23 2022 Fedora Release Engineering - 20050207-32 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 20050207-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 20050207-30 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 20050207-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 20050207-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 20050207-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 20050207-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 20050207-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 20050207-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 20050207-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 20050207-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 20050207-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 20050207-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 17 2016 Lucian Langa - 20050207-19 -- cleanup up specfile -- fix build break - -* Fri Feb 05 2016 Fedora Release Engineering - 20050207-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 20050207-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 20050207-16 -- Rebuilt for GCC 5 C++11 ABI change - -* Mon Aug 18 2014 Fedora Release Engineering - 20050207-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 20050207-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Lucian Langa - 20050207-13 -- specify doc install dir, fixes FTBFS - -* Sun Aug 04 2013 Fedora Release Engineering - 20050207-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 20050207-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 20050207-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 20050207-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 20050207-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Dec 12 2010 Lucian Langa - 20050207-7 -- add atmega168 support (upstream #4041) - -* Sun Jul 26 2009 Fedora Release Engineering - 20050207-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 20050207-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Sep 8 2008 Tom "spot" Callaway - 20050207-4 -- fix patch - -* Mon Sep 8 2008 Tom "spot" Callaway - 20050207-3 -- fix license tag - -* Wed Feb 20 2008 Fedora Release Engineering - 20050207-2 -- Autorebuild for GCC 4.3 - -* Mon Mar 12 2007 Trond Danielsen - 20050207-1 -- Initial version. -- Summary and description taken from spec file included in uisp. diff --git a/uisp_Werror.patch b/uisp_Werror.patch deleted file mode 100644 index 8638c93..0000000 --- a/uisp_Werror.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -u ../uisp-20050207/src/Makefile.am src/Makefile.am ---- ../uisp-20050207/src/Makefile.am 2002-10-31 00:22:07.000000000 +0100 -+++ src/Makefile.am 2007-03-12 14:30:56.000000000 +0100 -@@ -31,7 +31,7 @@ - # Turn on all warnings and consider them errors. This kinda forces you to have - # to use gcc, but I'd rather have all warnings eliminated. - --AM_CXXFLAGS = -Wall -Werror -+AM_CXXFLAGS = -Wall - - bin_PROGRAMS = uisp - uisp_SOURCES = \ -diff -u ../uisp-20050207/src/Makefile.in src/Makefile.in ---- ../uisp-20050207/src/Makefile.in 2005-02-07 22:48:13.000000000 +0100 -+++ src/Makefile.in 2007-03-12 14:31:08.000000000 +0100 -@@ -145,7 +145,7 @@ - - # Turn on all warnings and consider them errors. This kinda forces you to have - # to use gcc, but I'd rather have all warnings eliminated. --AM_CXXFLAGS = -Wall -Werror -+AM_CXXFLAGS = -Wall - - bin_PROGRAMS = uisp - uisp_SOURCES = \