Hello community,

here is the log from the commit of package qxmledit for openSUSE:Factory 
checked in at 2017-08-28 15:04:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qxmledit (Old)
 and      /work/SRC/openSUSE:Factory/.qxmledit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qxmledit"

Mon Aug 28 15:04:07 2017 rev:11 rq:506791 version:0.9.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qxmledit/qxmledit.changes        2017-05-20 
10:14:30.844670537 +0200
+++ /work/SRC/openSUSE:Factory/.qxmledit.new/qxmledit.changes   2017-08-28 
15:04:10.398345741 +0200
@@ -1,0 +2,18 @@
+Wed Jun 28 08:13:29 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of descriptions.
+
+-------------------------------------------------------------------
+Fri Jun 23 07:01:54 UTC 2017 - mplus...@suse.com
+
+- Fix downlad url
+- Small cleanup with spec-cleaner
+- Switch to Qt5 of Factory
+
+-------------------------------------------------------------------
+Thu Jun 22 19:08:52 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to 0.9.7-1:
+  * Fixed build with GCC 7 (boo#1041272).
+
+-------------------------------------------------------------------

Old:
----
  qxmledit-0.9.7.tar.gz

New:
----
  qxmledit-0.9.7-1.tar.gz

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

Other differences:
------------------
++++++ qxmledit.spec ++++++
--- /var/tmp/diff_new_pack.5LZMY3/_old  2017-08-28 15:04:12.738016656 +0200
+++ /var/tmp/diff_new_pack.5LZMY3/_new  2017-08-28 15:04:12.750014969 +0200
@@ -17,20 +17,33 @@
 
 
 %define major   0
-
+%define _version 0.9.7-1
 Name:           qxmledit
-Version:        0.9.7
+Version:        0.9.7.1
 Release:        0
-Summary:        Simple XML Editor and XSD Viewer
-License:        LGPL-2.0+ and LGPL-3.0+
+Summary:        XML Editor and XSD Viewer
+License:        LGPL-2.0+ AND LGPL-3.0+
 Group:          Productivity/Publishing/XML
 Url:            http://qxmledit.org/
-Source0:        
https://github.com/lbellonda/qxmledit/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/lbellonda/qxmledit/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
 Source1:        http://qxmledit.org/tutorials/xsltmode.pdf
 Source99:       baselibs.conf
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version} > 1325
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5OpenGL)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Scxml)
+BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(Qt5XmlPatterns)
+%else
 BuildRequires:  pkgconfig(QtCore)
 BuildRequires:  pkgconfig(QtGui)
 BuildRequires:  pkgconfig(QtNetwork)
@@ -38,27 +51,26 @@
 BuildRequires:  pkgconfig(QtSvg)
 BuildRequires:  pkgconfig(QtXml)
 BuildRequires:  pkgconfig(QtXmlPatterns)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%endif
+BuildRequires:  pkgconfig(glu)
 
 %description
-QXmlEdit is a simple XML editor written in Qt4. Its main features are
+QXmlEdit is a XML editor written in Qt. Its main features are
 unusual data visualization modes, nice XML manipulation and presentation and
 it is multi platform. It can split very big XML files into fragments, and
-compare XML files. It is one of the few graphical Open Source XSD viewers.
-
-Main features:
+compare XML files. It can also few XSD files.
 
 * Hierarchical customizable view of XML elements.
-* Fast XML hierarchy navigation.
-* Split of big XML files.
+* XML hierarchy navigation.
+* Splitting of big XML files.
 * Search supporting XPath expressions.
-* Base 64 data handling.
+* Base64 data handling.
 * Custom visualization styles.
 * XML Schema (XSD) viewer.
 * Columnar view.
 * Sessions handling.
 * Graphical XML file view.
-* Map view of a XML document.
+* Map view of an XML document.
 * Split and fragment extraction of big XML files.
 * Visual compare of XML Schema files.
 * Visual compare of XML files.
@@ -67,28 +79,28 @@
 * Element display via user customizable rules.
 
 %package -n libqxmledit%{major}
-Summary:        Simple XML Editor Shared Libraries
+Summary:        XML Editor Shared Libraries
 Group:          System/Libraries
 
 %description -n libqxmledit%{major}
-QXmlEdit is a simple XML editor written in Qt4. It uses a tree based
+QXmlEdit is a XML editor written in Qt. It uses a tree-based
 interface to ease the edit of long files.
 
 This package includes QXmlEdit shared libraries.
 
 %package devel
-Summary:        Simple XML Editor Development Files
+Summary:        XML Editor Development Files
 Group:          Development/Libraries/C and C++
 Requires:       libqxmledit%{major} = %{version}
 
 %description devel
-QXmlEdit is a simple XML editor written in Qt4. It uses a tree based
+QXmlEdit is a XML editor written in Qt. It uses a tree-based
 interface to ease the edit of long files.
 
 This package includes QXmlEdit development files.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_version}
 
 %build
 export QXMLEDIT_INST_DATA_DIR=%{_datadir}/%{name}/
@@ -99,14 +111,23 @@
 export QXMLEDIT_INST_TRANSLATIONSDIR=%{_datadir}/%{name}/translations/
 export QXMLEDIT_INST_USE_C11=y
 export QXMLEDIT_NO_QWTPLOT=y
+%if 0%{?suse_version} > 1325
+%qmake5
+%make_jobs
+%else
 qmake \
     QMAKE_CFLAGS+="%{optflags}" \
     QMAKE_CXXFLAGS+="%{optflags}" \
     QMAKE_STRIP="true"
 make %{?_smp_mflags}
+%endif
 
 %install
+%if 0%{?suse_version} > 1325
+%qmake5_install
+%else
 make INSTALL_ROOT=%{buildroot} install
+%endif
 
 cp %{SOURCE1} .
 
@@ -143,7 +164,6 @@
 %icon_theme_cache_postun
 
 %post -n libqxmledit%{major} -p /sbin/ldconfig
-
 %postun -n libqxmledit%{major} -p /sbin/ldconfig
 
 %files


Reply via email to