Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gputils for openSUSE:Factory checked in at 2022-08-05 19:50:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gputils (Old) and /work/SRC/openSUSE:Factory/.gputils.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gputils" Fri Aug 5 19:50:59 2022 rev:7 rq:993108 version:1.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gputils/gputils.changes 2016-10-26 13:30:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gputils.new.1521/gputils.changes 2022-08-05 19:51:56.721601976 +0200 @@ -1,0 +2,9 @@ +Sat Jul 23 06:50:46 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 1.5.2: + * Fix Parser doesn't allow more than one unary operator + * Fixed bug: "#318 ELIF is not ELSE IF, bug or unusual name?" + * Fixed bug: "#314 PIC16F69 TRIS does not assemble correctly" + * Fixed bug: "#315 gpasm allows RETURN for 10F202" + +------------------------------------------------------------------- Old: ---- gputils-1.5.0-1.tar.bz2 New: ---- gputils-1.5.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gputils.spec ++++++ --- /var/tmp/diff_new_pack.bLQxka/_old 2022-08-05 19:51:57.173603143 +0200 +++ /var/tmp/diff_new_pack.bLQxka/_new 2022-08-05 19:51:57.181603164 +0200 @@ -1,7 +1,7 @@ # # spec file for package gputils # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define ver 1.5.0 -%define version %{ver} -%define src_ver %{ver}-1 - Name: gputils -Version: %{version} +Version: 1.5.2 Release: 0 Summary: Development utilities for Microchip PIC microcontrollers -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Other -Url: http://gputils.sourceforge.net -Source: http://downloads.sourceforge.net/%{name}/%{name}-%{src_ver}.tar.bz2 +URL: http://gputils.sourceforge.net +Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE gputils-no-build-time.patch -- fix W: file-contains-current-date Patch1: gputils-no-build-time.patch BuildRequires: bison @@ -35,7 +31,6 @@ BuildRequires: flex BuildRequires: gcc BuildRequires: make -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is a collection of development tools for Microchip PIC @@ -61,21 +56,20 @@ %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install +%make_install %fdupes %{buildroot} # documentation install -d %{buildroot}%{_docdir}/%{name} -mv %{buildroot}%{_datadir}/doc/%{name}-%{ver}/html %{buildroot}%{_docdir}/%{name} -rm -r %{buildroot}%{_datadir}/doc/%{name}-%{ver} +mv %{buildroot}%{_datadir}/doc/%{name}-%{version}/html %{buildroot}%{_docdir}/%{name} +rm -r %{buildroot}%{_datadir}/doc/%{name}-%{version} install -Dm 644 doc/gputils.pdf %{buildroot}%{_docdir}/%{name} %files -%defattr(-,root,root) %{_bindir}/gpasm %{_bindir}/gpdasm %{_bindir}/gplib @@ -86,13 +80,13 @@ %{_mandir}/man1/* %{_mandir}/fr/man1/* %{_datadir}/gputils -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %exclude %{_docdir}/%{name}/html/ %exclude %{_docdir}/%{name}/gputils.pdf %if 0%{?suse_version} >= 1200 %files doc -%defattr(-,root,root) %{_docdir}/%{name}/html/ %{_docdir}/%{name}/gputils.pdf %endif ++++++ gputils-1.5.0-1.tar.bz2 -> gputils-1.5.2.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/gputils/gputils-1.5.0-1.tar.bz2 /work/SRC/openSUSE:Factory/.gputils.new.1521/gputils-1.5.2.tar.bz2 differ: char 11, line 1 ++++++ gputils-no-build-time.patch ++++++ --- /var/tmp/diff_new_pack.bLQxka/_old 2022-08-05 19:51:57.229603288 +0200 +++ /var/tmp/diff_new_pack.bLQxka/_new 2022-08-05 19:51:57.237603309 +0200 @@ -1,19 +1,21 @@ -diff -up gputils-1.5.0/gpasm/gpasm.h.in.orig gputils-1.5.0/gpasm/gpasm.h.in ---- gputils-1.5.0/gpasm/gpasm.h.in.orig 2016-10-10 21:01:36.000000000 +0200 -+++ gputils-1.5.0/gpasm/gpasm.h.in 2016-10-10 21:04:51.000000000 +0200 -@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ - - #include "symbol_list.h" +Index: gputils-1.5.2/gpasm/gpasm.h.in +=================================================================== +--- gputils-1.5.2.orig/gpasm/gpasm.h.in ++++ gputils-1.5.2/gpasm/gpasm.h.in +@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ + #ifndef __GPASM_H__ + #define __GPASM_H__ -#define GPASM_VERSION_STRING ("gpasm-" VERSION " #" @REVISION@ " (" __DATE__ ")") +#define GPASM_VERSION_STRING ("gpasm-" VERSION " #" @REVISION@ ) /* This symbol will get placed into the symbol table for the 16bit cores and thus allow compile-time selection of the proper macro set. */ -diff -up gputils-1.5.0/gplink/gplink.h.in.orig gputils-1.5.0/gplink/gplink.h.in ---- gputils-1.5.0/gplink/gplink.h.in.orig 2016-10-10 21:01:36.000000000 +0200 -+++ gputils-1.5.0/gplink/gplink.h.in 2016-10-10 21:04:14.000000000 +0200 -@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ +Index: gputils-1.5.2/gplink/gplink.h.in +=================================================================== +--- gputils-1.5.2.orig/gplink/gplink.h.in ++++ gputils-1.5.2/gplink/gplink.h.in +@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ #ifndef GPLINK_H #define GPLINK_H @@ -22,9 +24,10 @@ #define MAX_PATHS 100 -diff -up gputils-1.5.0/gputils/gpdasm.h.in.orig gputils-1.5.0/gputils/gpdasm.h.in ---- gputils-1.5.0/gputils/gpdasm.h.in.orig 2016-10-10 21:01:36.000000000 +0200 -+++ gputils-1.5.0/gputils/gpdasm.h.in 2016-10-10 21:05:39.000000000 +0200 +Index: gputils-1.5.2/gputils/gpdasm.h.in +=================================================================== +--- gputils-1.5.2.orig/gputils/gpdasm.h.in ++++ gputils-1.5.2/gputils/gpdasm.h.in @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ #include "labelset.h" @@ -34,9 +37,10 @@ extern struct gpdasm_state { pic_processor_t processor; /* selected processor */ -diff -up gputils-1.5.0/gputils/gplib.h.in.orig gputils-1.5.0/gputils/gplib.h.in ---- gputils-1.5.0/gputils/gplib.h.in.orig 2016-10-10 21:01:36.000000000 +0200 -+++ gputils-1.5.0/gputils/gplib.h.in 2016-10-10 21:06:10.000000000 +0200 +Index: gputils-1.5.2/gputils/gplib.h.in +=================================================================== +--- gputils-1.5.2.orig/gputils/gplib.h.in ++++ gputils-1.5.2/gputils/gplib.h.in @@ -34,7 +34,7 @@ enum lib_modes { AR_NULL }; @@ -46,9 +50,10 @@ #define MAX_OBJ_NAMES 256 -diff -up gputils-1.5.0/gputils/gpstrip.h.in.orig gputils-1.5.0/gputils/gpstrip.h.in ---- gputils-1.5.0/gputils/gpstrip.h.in.orig 2016-10-10 21:01:36.000000000 +0200 -+++ gputils-1.5.0/gputils/gpstrip.h.in 2016-10-10 21:06:44.000000000 +0200 +Index: gputils-1.5.2/gputils/gpstrip.h.in +=================================================================== +--- gputils-1.5.2.orig/gputils/gpstrip.h.in ++++ gputils-1.5.2/gputils/gpstrip.h.in @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #ifndef GPSTRIP_H #define GPSTRIP_H @@ -58,9 +63,10 @@ extern struct gpstrip_state { gp_boolean strip_debug; /* strip debug symbols */ -diff -up gputils-1.5.0/gputils/gpvc.h.in.orig gputils-1.5.0/gputils/gpvc.h.in ---- gputils-1.5.0/gputils/gpvc.h.in.orig 2016-10-10 21:01:36.000000000 +0200 -+++ gputils-1.5.0/gputils/gpvc.h.in 2016-10-10 21:07:15.000000000 +0200 +Index: gputils-1.5.2/gputils/gpvc.h.in +=================================================================== +--- gputils-1.5.2.orig/gputils/gpvc.h.in ++++ gputils-1.5.2/gputils/gpvc.h.in @@ -26,6 +26,6 @@ Boston, MA 02111-1307, USA. */ #include "gpcod.h" @@ -69,9 +75,10 @@ +#define GPVC_VERSION_STRING ("gpvc-" VERSION " #" @REVISION@ ) #endif -diff -up gputils-1.5.0/gputils/gpvo.h.in.orig gputils-1.5.0/gputils/gpvo.h.in ---- gputils-1.5.0/gputils/gpvo.h.in.orig 2016-10-10 21:01:36.000000000 +0200 -+++ gputils-1.5.0/gputils/gpvo.h.in 2016-10-10 21:07:45.000000000 +0200 +Index: gputils-1.5.2/gputils/gpvo.h.in +=================================================================== +--- gputils-1.5.2.orig/gputils/gpvo.h.in ++++ gputils-1.5.2/gputils/gpvo.h.in @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #ifndef GPVO_H #define GPVO_H
