Hello community,

here is the log from the commit of package gputils for openSUSE:Factory checked 
in at 2016-10-20 23:08:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gputils (Old)
 and      /work/SRC/openSUSE:Factory/.gputils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gputils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gputils/gputils.changes  2016-02-17 
12:12:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gputils.new/gputils.changes     2016-10-20 
23:08:10.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 19:20:09 UTC 2016 - w...@ire.pw.edu.pl
+
+- updated to 1.5.0-1
+- gputils-no-build-time.patch updated
+
+-------------------------------------------------------------------

Old:
----
  gputils-1.4.2-1.tar.gz

New:
----
  gputils-1.5.0-1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gputils.spec ++++++
--- /var/tmp/diff_new_pack.zTzYcy/_old  2016-10-20 23:08:12.000000000 +0200
+++ /var/tmp/diff_new_pack.zTzYcy/_new  2016-10-20 23:08:12.000000000 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define ver 1.4.2
+%define ver 1.5.0
 %define version %{ver}
 %define src_ver %{ver}-1
 
@@ -26,7 +26,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Other
 Url:            http://gputils.sourceforge.net
-Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{src_ver}.tar.gz
+Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{src_ver}.tar.bz2
 # PATCH-FIX-OPENSUSE gputils-no-build-time.patch -- fix W: 
file-contains-current-date
 Patch1:         gputils-no-build-time.patch
 BuildRequires:  bison

++++++ gputils-1.4.2-1.tar.gz -> gputils-1.5.0-1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/gputils/gputils-1.4.2-1.tar.gz 
/work/SRC/openSUSE:Factory/.gputils.new/gputils-1.5.0-1.tar.bz2 differ: char 1, 
line 1

++++++ gputils-no-build-time.patch ++++++
--- /var/tmp/diff_new_pack.zTzYcy/_old  2016-10-20 23:08:12.000000000 +0200
+++ /var/tmp/diff_new_pack.zTzYcy/_new  2016-10-20 23:08:12.000000000 +0200
@@ -1,84 +1,83 @@
-diff -up gputils-1.4.2/gpasm/gpasm.h.in.orig gputils-1.4.2/gpasm/gpasm.h.in
---- gputils-1.4.2/gpasm/gpasm.h.in.orig        2015-12-12 12:07:25.000000000 
+0100
-+++ gputils-1.4.2/gpasm/gpasm.h.in     2016-01-03 19:34:09.000000000 +0100
-@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
- #ifndef __GPASM_H__
- #define __GPASM_H__
+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"
  
--#define GPASM_VERSION_STRING ("gpasm-" VERSION " #" @REVISION@ " (" __DATE__ 
")")
-+#define GPASM_VERSION_STRING ("gpasm-" VERSION " #" @REVISION@ )
+-#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.4.2/gplink/gplink.h.in.orig gputils-1.4.2/gplink/gplink.h.in
---- gputils-1.4.2/gplink/gplink.h.in.orig      2015-12-12 11:06:23.000000000 
+0100
-+++ gputils-1.4.2/gplink/gplink.h.in   2016-01-03 19:34:09.000000000 +0100
-@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
+    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.  */
  #ifndef GPLINK_H
  #define GPLINK_H
  
--#define GPLINK_VERSION_STRING ("gplink-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
-+#define GPLINK_VERSION_STRING ("gplink-" VERSION " #" @REVISION@ )
+-#define GPLINK_VERSION_STRING       ("gplink-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
++#define GPLINK_VERSION_STRING       ("gplink-" VERSION " #" @REVISION@ )
  
- #define MAX_PATHS 100
+ #define MAX_PATHS                   100
  
-diff -up gputils-1.4.2/gputils/gpdasm.h.in.orig 
gputils-1.4.2/gputils/gpdasm.h.in
---- gputils-1.4.2/gputils/gpdasm.h.in.orig     2016-01-03 19:34:09.000000000 
+0100
-+++ gputils-1.4.2/gputils/gpdasm.h.in  2016-01-03 19:34:59.000000000 +0100
-@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA.  */
+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
+@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA.  */
  
  #include "labelset.h"
  
--#define GPDASM_VERSION_STRING ("gpdasm-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
-+#define GPDASM_VERSION_STRING ("gpdasm-" VERSION " #" @REVISION@ )
+-#define GPDASM_VERSION_STRING       ("gpdasm-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
++#define GPDASM_VERSION_STRING       ("gpdasm-" VERSION " #" @REVISION@ )
  
  extern struct gpdasm_state {
-   pic_processor_t processor;    /* selected processor */
-diff -up gputils-1.4.2/gputils/gplib.h.in.orig gputils-1.4.2/gputils/gplib.h.in
---- gputils-1.4.2/gputils/gplib.h.in.orig      2016-01-03 19:34:09.000000000 
+0100
-+++ gputils-1.4.2/gputils/gplib.h.in   2016-01-03 19:35:16.000000000 +0100
-@@ -32,7 +32,7 @@ enum lib_modes {
+   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
+@@ -34,7 +34,7 @@ enum lib_modes {
    AR_NULL
  };
  
--#define GPLIB_VERSION_STRING ("gplib-" VERSION " #" @REVISION@ " (" __DATE__ 
")")
-+#define GPLIB_VERSION_STRING ("gplib-" VERSION " #" @REVISION@ )
+-#define GPLIB_VERSION_STRING        ("gplib-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
++#define GPLIB_VERSION_STRING        ("gplib-" VERSION " #" @REVISION@ )
  
  #define MAX_OBJ_NAMES 256
  
-diff -up gputils-1.4.2/gputils/gpstrip.h.in.orig 
gputils-1.4.2/gputils/gpstrip.h.in
---- gputils-1.4.2/gputils/gpstrip.h.in.orig    2013-03-03 17:50:16.000000000 
+0100
-+++ gputils-1.4.2/gputils/gpstrip.h.in 2016-01-03 19:34:09.000000000 +0100
-@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
+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
+@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA.  */
  #ifndef GPSTRIP_H
  #define GPSTRIP_H
  
--#define GPSTRIP_VERSION_STRING ("gpstrip-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
-+#define GPSTRIP_VERSION_STRING ("gpstrip-" VERSION " #" @REVISION@ )
+-#define GPSTRIP_VERSION_STRING      ("gpstrip-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
++#define GPSTRIP_VERSION_STRING      ("gpstrip-" VERSION " #" @REVISION@ )
  
  extern struct gpstrip_state {
-   gp_boolean strip_debug;               /* strip debug symbols */
-diff -up gputils-1.4.2/gputils/gpvc.h.in.orig gputils-1.4.2/gputils/gpvc.h.in
---- gputils-1.4.2/gputils/gpvc.h.in.orig       2013-03-03 17:50:17.000000000 
+0100
-+++ gputils-1.4.2/gputils/gpvc.h.in    2016-01-03 19:34:09.000000000 +0100
-@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA.  */
+   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
+@@ -26,6 +26,6 @@ Boston, MA 02111-1307, USA.  */
  
  #include "gpcod.h"
  
--#define GPVC_VERSION_STRING ("gpvc-" VERSION " #" @REVISION@ " (" __DATE__ 
")")
-+#define GPVC_VERSION_STRING ("gpvc-" VERSION " #" @REVISION@ )
+-#define GPVC_VERSION_STRING         ("gpvc-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
++#define GPVC_VERSION_STRING         ("gpvc-" VERSION " #" @REVISION@ )
  
- #define BUFFER_LENGTH 256
- #define MAX_SOURCE_FILES 100
-diff -up gputils-1.4.2/gputils/gpvo.h.in.orig gputils-1.4.2/gputils/gpvo.h.in
---- gputils-1.4.2/gputils/gpvo.h.in.orig       2013-03-03 17:50:17.000000000 
+0100
-+++ gputils-1.4.2/gputils/gpvo.h.in    2016-01-03 19:34:09.000000000 +0100
-@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
+ #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
+@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA.  */
  #ifndef GPVO_H
  #define GPVO_H
  
--#define GPVO_VERSION_STRING ("gpvo-" VERSION " #" @REVISION@ " (" __DATE__ 
")")
-+#define GPVO_VERSION_STRING ("gpvo-" VERSION " #" @REVISION@ )
+-#define GPVO_VERSION_STRING         ("gpvo-" VERSION " #" @REVISION@ " (" 
__DATE__ ")")
++#define GPVO_VERSION_STRING         ("gpvo-" VERSION " #" @REVISION@ )
  
  /* Dump Flags */
- #define PRINT_HEADER   1 << 1
+ #define PRINT_HEADER    (1 << 1)


Reply via email to