Hello community,

here is the log from the commit of package gpsbabel for openSUSE:Factory 
checked in at 2017-04-18 13:50:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpsbabel (Old)
 and      /work/SRC/openSUSE:Factory/.gpsbabel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpsbabel"

Tue Apr 18 13:50:32 2017 rev:32 rq:487330 version:1.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpsbabel/gpsbabel.changes        2016-07-03 
12:27:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpsbabel.new/gpsbabel.changes   2017-04-18 
13:50:34.688943175 +0200
@@ -1,0 +2,12 @@
+Tue Apr 11 11:12:14 UTC 2017 - lpecha...@suse.com
+
+- Update to 1.5.4
+  * no release announcement available
+  * fixes boo#1033379
+- Refresh patches
+  * 0006-Use-system-zlib.patch
+- Fix packaging
+  * build with libudev-devel (boo#1033503)
+  * package gmapbase.html (boo#1033538)
+
+-------------------------------------------------------------------

Old:
----
  gpsbabel-1.5.3.tar.gz

New:
----
  gpsbabel-1.5.4.tar.gz

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

Other differences:
------------------
++++++ gpsbabel.spec ++++++
--- /var/tmp/diff_new_pack.gGbat2/_old  2017-04-18 13:50:35.876775054 +0200
+++ /var/tmp/diff_new_pack.gGbat2/_new  2017-04-18 13:50:35.884773922 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsbabel
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global translationdir %{_datadir}/qt5/translations
 Name:           gpsbabel
-Version:        1.5.3
+Version:        1.5.4
 Release:        0
 Summary:        Converts GPS waypoint, route and track data from one format 
type to another
 License:        GPL-2.0+
@@ -40,6 +40,7 @@
 Patch7:         0007-Use-system-minizip.patch
 BuildRequires:  autoconf
 BuildRequires:  libqt5-qtbase-devel
+BuildRequires:  libudev-devel
 BuildRequires:  libusb-devel
 BuildRequires:  minizip-devel
 BuildRequires:  pkgconfig
@@ -48,6 +49,7 @@
 BuildRequires:  pkgconfig(Qt5Designer)
 BuildRequires:  pkgconfig(Qt5Help)
 BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(Qt5WebEngineWidgets)
 BuildRequires:  pkgconfig(Qt5WebKit)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(expat)
@@ -127,6 +129,8 @@
 make -C gui DESTDIR=%{buildroot} install
 
 install -m 0755 -p gui/objects/gpsbabelfe-bin %{buildroot}/%{_bindir}
+install -m 0755 -d %{buildroot}/%{_datadir}/%{name}
+install -m 0644 -p gui/gmapbase.html %{buildroot}/%{_datadir}/%{name}/
 install -m 0755 -d %{buildroot}/%{translationdir}
 install -m 0644 -p gui/gpsbabel*_*.qm %{buildroot}/%{translationdir}/
 
@@ -152,6 +156,8 @@
 %{_bindir}/gpsbabel
 %{_bindir}/gpsbabelfe-bin
 %{_datadir}/applications/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
 %dir %{translationdir}/
 %{translationdir}/*
 %dir %{_datadir}/icons/hicolor/256x256/

++++++ 0006-Use-system-zlib.patch ++++++
--- /var/tmp/diff_new_pack.gGbat2/_old  2017-04-18 13:50:35.920768827 +0200
+++ /var/tmp/diff_new_pack.gGbat2/_new  2017-04-18 13:50:35.920768827 +0200
@@ -8,10 +8,10 @@
  gbfile.cc   |   5 +
  2 files changed, 220 insertions(+), 245 deletions(-)
 
-Index: gpsbabel-1.5.3/Makefile.in
+Index: gpsbabel-1.5.4/Makefile.in
 ===================================================================
---- gpsbabel-1.5.3.orig/Makefile.in
-+++ gpsbabel-1.5.3/Makefile.in
+--- gpsbabel-1.5.4.orig/Makefile.in
++++ gpsbabel-1.5.4/Makefile.in
 @@ -105,10 +105,7 @@ SHAPE=-lshp
  MINIZIP=zlib/contrib/minizip/zip.o \
        zlib/contrib/minizip/ioapi.o
@@ -19,12 +19,12 @@
 -ZLIB=zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/deflate.o 
zlib/inffast.o \
 -      zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/trees.o \
 -      zlib/uncompr.o zlib/gzlib.o zlib/gzclose.o zlib/gzread.o \
--        zlib/gzwrite.o zlib/zutil.o $(MINIZIP)
+-      zlib/gzwrite.o zlib/zutil.o $(MINIZIP)
 +ZLIB=-lz
  
  
  LIBOBJS = queue.o route.o waypt.o filter_vecs.o util.o vecs.o mkshort.o \
-@@ -432,93 +429,93 @@ toolinfo:
+@@ -435,90 +432,90 @@ toolinfo:
        -$(QMAKE) -v
  
  # Machine generated from here down. 
@@ -79,10 +79,6 @@
    jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h \
    jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h \
    grtcirc.h src/core/logging.h strptime.h xcsv_tokens.gperf
--delbin.o: delbin.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \
-+delbin.o: delbin.cc defs.h config.h queue.h \
-   gbfile.h cet.h inifile.h session.h src/core/datetime.h \
-   src/core/xmltag.h
 -delgpl.o: delgpl.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \
 +delgpl.o: delgpl.cc defs.h config.h queue.h \
    gbfile.h cet.h inifile.h session.h src/core/datetime.h
@@ -157,7 +153,7 @@
    gbfile.h cet.h inifile.h session.h src/core/datetime.h cet_util.h \
    grtcirc.h jeeps/gps.h jeeps/gpsport.h jeeps/gpsdevice.h \
    jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h \
-@@ -526,82 +523,82 @@ garmin.o: garmin.cc defs.h config.h queu
+@@ -526,85 +523,85 @@ garmin.o: garmin.cc defs.h config.h queu
    jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h \
    jeeps/gpsserial.h garmin_tables.h garmin_fs.h garmin_device_xml.h
  garmin_device_xml.o: garmin_device_xml.cc defs.h config.h queue.h \
@@ -228,6 +224,9 @@
 -geo.o: geo.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h gbfile.h \
 +geo.o: geo.cc defs.h config.h queue.h gbfile.h \
    cet.h inifile.h session.h src/core/datetime.h src/core/file.h
+-ggv_bin.o: ggv_bin.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \
++ggv_bin.o: ggv_bin.cc defs.h config.h queue.h \
+   gbfile.h cet.h inifile.h session.h src/core/datetime.h
 -ggv_log.o: ggv_log.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \
 +ggv_log.o: ggv_log.cc defs.h config.h queue.h \
    gbfile.h cet.h inifile.h session.h src/core/datetime.h grtcirc.h \
@@ -239,6 +238,11 @@
 -globals.o: globals.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \
 +globals.o: globals.cc defs.h config.h queue.h \
    gbfile.h cet.h inifile.h session.h src/core/datetime.h gbversion.h
+-globalsat_sport.o: globalsat_sport.cc defs.h config.h queue.h zlib/zlib.h \
+- zlib/zconf.h config.h gbfile.h cet.h inifile.h session.h \
++globalsat_sport.o: globalsat_sport.cc defs.h config.h queue.h \
++ config.h gbfile.h cet.h inifile.h session.h \
+  src/core/datetime.h gbser.h
 -glogbook.o: glogbook.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \
 +glogbook.o: glogbook.cc defs.h config.h queue.h \
    gbfile.h cet.h inifile.h session.h src/core/datetime.h xmlgeneric.h \
@@ -246,9 +250,6 @@
 -gnav_trl.o: gnav_trl.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \
 +gnav_trl.o: gnav_trl.cc defs.h config.h queue.h \
    gbfile.h cet.h inifile.h session.h src/core/datetime.h
--google.o: google.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \
-+google.o: google.cc defs.h config.h queue.h \
-   gbfile.h cet.h inifile.h session.h src/core/datetime.h xmlgeneric.h
 -googledir.o: googledir.cc defs.h config.h queue.h zlib/zlib.h \
 -  zlib/zconf.h gbfile.h cet.h inifile.h session.h src/core/datetime.h \
 +googledir.o: googledir.cc defs.h config.h queue.h \
@@ -270,7 +271,7 @@
    cet.h inifile.h session.h src/core/datetime.h cet_util.h garmin_fs.h \
    jeeps/gps.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
    jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
-@@ -609,79 +606,79 @@ gpx.o: gpx.cc defs.h config.h queue.h zl
+@@ -612,79 +609,79 @@ gpx.o: gpx.cc defs.h config.h queue.h zl
    jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h garmin_tables.h \
    src/core/logging.h src/core/file.h src/core/xmlstreamwriter.h \
    src/core/xmltag.h
@@ -375,7 +376,7 @@
    cet.h inifile.h session.h src/core/datetime.h jeeps/gpsport.h \
    jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \
    jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \
-@@ -689,89 +686,89 @@ jeeps/gpslibusb.o: jeeps/gpslibusb.cc co
+@@ -692,89 +689,89 @@ jeeps/gpslibusb.o: jeeps/gpslibusb.cc co
    jeeps/gpsproj.h jeeps/garminusb.h jeeps/gpsusbcommon.h \
    jeeps/../garmin_device_xml.h
  jeeps/gpsmath.o: jeeps/gpsmath.cc jeeps/gps.h jeeps/../defs.h config.h \
@@ -484,7 +485,7 @@
  mac/libusb/darwin.o: mac/libusb/darwin.c config.h mac/libusb/usbi.h \
    mac/libusb/usb.h mac/libusb/error.h
  mac/libusb/descriptors.o: mac/libusb/descriptors.c mac/libusb/usbi.h \
-@@ -780,257 +777,230 @@ mac/libusb/error.o: mac/libusb/error.c m
+@@ -783,257 +780,230 @@ mac/libusb/error.o: mac/libusb/error.c m
    mac/libusb/error.h
  mac/libusb/usb.o: mac/libusb/usb.c mac/libusb/usbi.h mac/libusb/usb.h \
    mac/libusb/error.h
@@ -843,10 +844,10 @@
 +
  internal_styles.cc: mkstyle.sh $(srcdir)/style/*.style
        $(srcdir)/mkstyle.sh > internal_styles.cc || (rm -f internal_styles.cc 
; exit 1)
-Index: gpsbabel-1.5.3/gbfile.cc
+Index: gpsbabel-1.5.4/gbfile.cc
 ===================================================================
---- gpsbabel-1.5.3.orig/gbfile.cc
-+++ gpsbabel-1.5.3/gbfile.cc
+--- gpsbabel-1.5.4.orig/gbfile.cc
++++ gpsbabel-1.5.4/gbfile.cc
 @@ -21,6 +21,11 @@
   */
  

++++++ gpsbabel-1.5.3.tar.gz -> gpsbabel-1.5.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/gpsbabel/gpsbabel-1.5.3.tar.gz 
/work/SRC/openSUSE:Factory/.gpsbabel.new/gpsbabel-1.5.4.tar.gz differ: char 5, 
line 1



Reply via email to