Hello community,

here is the log from the commit of package dxflib for openSUSE:Factory checked 
in at 2018-04-20 17:28:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dxflib (Old)
 and      /work/SRC/openSUSE:Factory/.dxflib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dxflib"

Fri Apr 20 17:28:44 2018 rev:10 rq:597408 version:3.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dxflib/dxflib.changes    2015-12-24 
12:16:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dxflib.new/dxflib.changes       2018-04-20 
17:30:33.588167739 +0200
@@ -1,0 +2,8 @@
+Sun Apr 15 09:16:11 UTC 2018 - aloi...@gmx.com
+
+- Update to version 3.17.0 (no changelog supplied)
+- Refreshed dxflib-versioning.diff
+- Switched build to Qt5
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  dxflib-3.12.2-src.tar.gz

New:
----
  dxflib-3.17.0-src.tar.gz

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

Other differences:
------------------
++++++ dxflib.spec ++++++
--- /var/tmp/diff_new_pack.RofLzg/_old  2018-04-20 17:30:34.572132059 +0200
+++ /var/tmp/diff_new_pack.RofLzg/_new  2018-04-20 17:30:34.580131769 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dxflib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,21 +16,20 @@
 #
 
 
-Name:           dxflib
 # Patch1 needs update on version change
-%define lname  libdxflib-3_12_2-1
-Version:        3.12.2
+%define lname  libdxflib-3_17_0-1
+Name:           dxflib
+Version:        3.17.0
 Release:        0
 Summary:        Parser library for the Drawing Exchange Format (DXF)
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://qcad.org/en/dxflib-downloads
-
-Source:         http://qcad.org/archives/dxflib/%name-%version-src.tar.gz
+Url:            https://qcad.org/en/dxflib-downloads
+Source:         https://qcad.org/archives/dxflib/%name-%version-src.tar.gz
 Patch1:         dxflib-versioning.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
-BuildRequires:  libqt4-devel
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
 
 %description
 dxflib is a C++ library mainly for parsing and writing DXF files.
@@ -59,7 +58,7 @@
 %patch -P 1 -p1
 
 %build
-qmake dxflib.pro QMAKE_CFLAGS="%optflags" QMAKE_CXXFLAGS="%optflags"
+%qmake5 %name.pro
 make %{?_smp_mflags}
 
 %install
@@ -77,12 +76,10 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %doc gpl-2.0greater.txt
 %_libdir/libdxflib-%version.so.1*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/%name/
 %_libdir/libdxflib.so
 

++++++ dxflib-3.12.2-src.tar.gz -> dxflib-3.17.0-src.tar.gz ++++++
++++ 3306 lines of diff (skipped)

++++++ dxflib-versioning.diff ++++++
--- /var/tmp/diff_new_pack.RofLzg/_old  2018-04-20 17:30:34.984117120 +0200
+++ /var/tmp/diff_new_pack.RofLzg/_new  2018-04-20 17:30:34.988116975 +0200
@@ -11,16 +11,16 @@
  dxflib.pro |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-Index: dxflib-3.12.2-src/dxflib.pro
+Index: dxflib-3.17.0-src/dxflib.pro
 ===================================================================
---- dxflib-3.12.2-src.orig/dxflib.pro
-+++ dxflib-3.12.2-src/dxflib.pro
+--- dxflib-3.17.0-src.orig/dxflib.pro
++++ dxflib-3.17.0-src/dxflib.pro
 @@ -23,7 +23,7 @@ SOURCES = \
      src/dl_dxf.cpp \
      src/dl_writer_ascii.cpp
  
 -TARGET = dxflib
-+TARGET = dxflib-3.12.2
++TARGET = dxflib-3.17.0
  TEMPLATE = lib
 -CONFIG += staticlib
 +CONFIG += sharedlib


Reply via email to