Hello community,

here is the log from the commit of package gputils for openSUSE:Factory checked 
in at 2014-12-01 14:00:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-07-29 
21:22:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gputils.new/gputils.changes     2014-12-01 
14:00:50.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 27 21:50:12 UTC 2014 - [email protected]
+
+- updated to 1.4.0-1
+
+-------------------------------------------------------------------

Old:
----
  gputils-1.3.0.tar.gz

New:
----
  gputils-1.4.0-1.tar.gz

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

Other differences:
------------------
++++++ gputils.spec ++++++
--- /var/tmp/diff_new_pack.2N7yia/_old  2014-12-01 14:00:52.000000000 +0100
+++ /var/tmp/diff_new_pack.2N7yia/_new  2014-12-01 14:00:52.000000000 +0100
@@ -15,15 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define ver 1.4.0
+%define version %{ver}.1
+%define src_ver %{ver}-1
 
 Name:           gputils
-Version:        1.3.0
+Version:        %{version}
 Release:        0
 Summary:        Development utilities for Microchip (TM) PIC (TM) 
microcontrollers
 License:        GPL-2.0+
 Group:          Development/Tools/Other
 Url:            http://gputils.sourceforge.net
-Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{src_ver}.tar.gz
 # PATCH-FIX-OPENSUSE gputils-no-build-time.patch -- fix W: 
file-contains-current-date
 Patch1:         gputils-no-build-time.patch
 BuildRequires:  bison
@@ -52,7 +55,7 @@
 Documentation for gputils and supported PIC MCUs.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{src_ver}
 %patch1 -p1
 
 %build
@@ -66,8 +69,8 @@
 
 # documentation
 install -d %{buildroot}%{_docdir}/%{name}
-mv %{buildroot}%{_datadir}/doc/%{name}-%{version}/html 
%{buildroot}%{_docdir}/%{name}
-rm -r %{buildroot}%{_datadir}/doc/%{name}-%{version}
+mv %{buildroot}%{_datadir}/doc/%{name}-%{ver}/html 
%{buildroot}%{_docdir}/%{name}
+rm -r %{buildroot}%{_datadir}/doc/%{name}-%{ver}
 install -Dm 644 doc/gputils.pdf %{buildroot}%{_docdir}/%{name}
 
 %files
@@ -86,9 +89,11 @@
 %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
 
 %changelog

++++++ gputils-no-build-time.patch ++++++
--- /var/tmp/diff_new_pack.2N7yia/_old  2014-12-01 14:00:52.000000000 +0100
+++ /var/tmp/diff_new_pack.2N7yia/_new  2014-12-01 14:00:52.000000000 +0100
@@ -1,7 +1,6 @@
-Index: gputils-1.3.0/gpasm/gpasm.h.in
-===================================================================
---- gputils-1.3.0.orig/gpasm/gpasm.h.in
-+++ gputils-1.3.0/gpasm/gpasm.h.in
+diff -up gputils-1.4.0-1/gpasm/gpasm.h.in.date gputils-1.4.0-1/gpasm/gpasm.h.in
+--- gputils-1.4.0-1/gpasm/gpasm.h.in.date      2014-08-28 15:26:05.000000000 
+0200
++++ gputils-1.4.0-1/gpasm/gpasm.h.in   2014-11-15 23:54:21.000000000 +0100
 @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
  #ifndef __GPASM_H__
  #define __GPASM_H__
@@ -11,10 +10,9 @@
  
  /* This symbol will get placed into the symbol table for the 16bit cores
   * and thus allow compile-time selection of the proper macro set */
-Index: gputils-1.3.0/gplink/gplink.h.in
-===================================================================
---- gputils-1.3.0.orig/gplink/gplink.h.in
-+++ gputils-1.3.0/gplink/gplink.h.in
+diff -up gputils-1.4.0-1/gplink/gplink.h.in.date 
gputils-1.4.0-1/gplink/gplink.h.in
+--- gputils-1.4.0-1/gplink/gplink.h.in.date    2014-06-25 10:26:58.000000000 
+0200
++++ gputils-1.4.0-1/gplink/gplink.h.in 2014-11-15 23:54:21.000000000 +0100
 @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
  #ifndef GPLINK_H
  #define GPLINK_H
@@ -24,23 +22,21 @@
  
  #define MAX_PATHS 100
  
-Index: gputils-1.3.0/gputils/gpdasm.h.in
-===================================================================
---- gputils-1.3.0.orig/gputils/gpdasm.h.in
-+++ gputils-1.3.0/gputils/gpdasm.h.in
-@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
- #ifndef __GPDASM_H__
- #define __GPDASM_H__
+diff -up gputils-1.4.0-1/gputils/gpdasm.h.in.date 
gputils-1.4.0-1/gputils/gpdasm.h.in
+--- gputils-1.4.0-1/gputils/gpdasm.h.in.date   2014-11-15 23:54:21.000000000 
+0100
++++ gputils-1.4.0-1/gputils/gpdasm.h.in        2014-11-15 23:55:43.000000000 
+0100
+@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA.  */
+ 
+ #include "labelset.h"
  
 -#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 */
-Index: gputils-1.3.0/gputils/gplib.h.in
-===================================================================
---- gputils-1.3.0.orig/gputils/gplib.h.in
-+++ gputils-1.3.0/gputils/gplib.h.in
+diff -up gputils-1.4.0-1/gputils/gplib.h.in.date 
gputils-1.4.0-1/gputils/gplib.h.in
+--- gputils-1.4.0-1/gputils/gplib.h.in.date    2013-03-03 17:50:16.000000000 
+0100
++++ gputils-1.4.0-1/gputils/gplib.h.in 2014-11-15 23:54:21.000000000 +0100
 @@ -32,7 +32,7 @@ enum lib_modes {
    ar_null
  };
@@ -50,10 +46,9 @@
  
  #define MAX_OBJ_NAMES 256
  
-Index: gputils-1.3.0/gputils/gpstrip.h.in
-===================================================================
---- gputils-1.3.0.orig/gputils/gpstrip.h.in
-+++ gputils-1.3.0/gputils/gpstrip.h.in
+diff -up gputils-1.4.0-1/gputils/gpstrip.h.in.date 
gputils-1.4.0-1/gputils/gpstrip.h.in
+--- gputils-1.4.0-1/gputils/gpstrip.h.in.date  2013-03-03 17:50:16.000000000 
+0100
++++ gputils-1.4.0-1/gputils/gpstrip.h.in       2014-11-15 23:54:21.000000000 
+0100
 @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
  #ifndef GPSTRIP_H
  #define GPSTRIP_H
@@ -63,10 +58,9 @@
  
  extern struct gpstrip_state {
    gp_boolean strip_debug;               /* strip debug symbols */
-Index: gputils-1.3.0/gputils/gpvc.h.in
-===================================================================
---- gputils-1.3.0.orig/gputils/gpvc.h.in
-+++ gputils-1.3.0/gputils/gpvc.h.in
+diff -up gputils-1.4.0-1/gputils/gpvc.h.in.date 
gputils-1.4.0-1/gputils/gpvc.h.in
+--- gputils-1.4.0-1/gputils/gpvc.h.in.date     2013-03-03 17:50:17.000000000 
+0100
++++ gputils-1.4.0-1/gputils/gpvc.h.in  2014-11-15 23:54:21.000000000 +0100
 @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA.  */
  
  #include "gpcod.h"
@@ -76,10 +70,9 @@
  
  #define BUFFER_LENGTH 256
  #define MAX_SOURCE_FILES 100
-Index: gputils-1.3.0/gputils/gpvo.h.in
-===================================================================
---- gputils-1.3.0.orig/gputils/gpvo.h.in
-+++ gputils-1.3.0/gputils/gpvo.h.in
+diff -up gputils-1.4.0-1/gputils/gpvo.h.in.date 
gputils-1.4.0-1/gputils/gpvo.h.in
+--- gputils-1.4.0-1/gputils/gpvo.h.in.date     2013-03-03 17:50:17.000000000 
+0100
++++ gputils-1.4.0-1/gputils/gpvo.h.in  2014-11-15 23:54:21.000000000 +0100
 @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
  #ifndef GPVO_H
  #define GPVO_H

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to