Hello community,

here is the log from the commit of package qterm for openSUSE:Factory checked 
in at 2017-12-22 12:18:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qterm (Old)
 and      /work/SRC/openSUSE:Factory/.qterm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qterm"

Fri Dec 22 12:18:14 2017 rev:26 rq:548453 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qterm/qterm.changes      2016-06-29 
15:10:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qterm.new/qterm.changes 2017-12-22 
12:18:20.175609817 +0100
@@ -1,0 +2,17 @@
+Mon Dec  4 22:07:00 UTC 2017 - mimi...@gmail.com
+
+- update to 0.7.2
+- move to QT5 libraries
+- drop patches: 
+    qterm-0.5.12-cmake-2.6.patch
+    qterm-0.5.12-gcc-4.7.patch
+    qterm-0.5.12-gcc6.patch
+
+-------------------------------------------------------------------
+Wed Nov 29 15:23:15 UTC 2017 - dims...@opensuse.org
+
+- Replace openssl-devel BuildRequires with pkgconfig(openssl):
+  Allow OBS to pick the right openSSL version based on the other
+  pulled in dependencies.
+
+-------------------------------------------------------------------

Old:
----
  qterm-0.5.12-cmake-2.6.patch
  qterm-0.5.12-gcc-4.7.patch
  qterm-0.5.12-gcc6.patch
  qterm-0.5.12.tar.bz2

New:
----
  qterm-0.7.2.tar.gz

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

Other differences:
------------------
++++++ qterm.spec ++++++
--- /var/tmp/diff_new_pack.2pxOhN/_old  2017-12-22 12:18:20.927573152 +0100
+++ /var/tmp/diff_new_pack.2pxOhN/_new  2017-12-22 12:18:20.931572957 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qterm
 #
-# 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
@@ -17,67 +17,45 @@
 
 
 Name:           qterm
-Version:        0.5.12
+Version:        0.7.2
 Release:        0
 Summary:        QTerm is BBS client
 License:        GPL-2.0+
 Group:          System/X11/Terminals
-Url:            http://qterm.sourceforge.net/
-Source0:        
http://prdownloads.sourceforge.net/qterm/%{name}-%{version}.tar.bz2
+Url:            https://github.com/qterm/qterm
+Source0:        
https://github.com/qterm/%{name}/archive/%{version}.tar.gz#./%{name}-%{version}.tar.gz
 Source1:        qterm.desktop
-Patch1:         qterm-0.5.12-gcc-4.7.patch
-Patch2:         qterm-0.5.12-cmake-2.6.patch
-#PATCH-FIX-UPSTREAM gcc6 narrowing conversion from char to unsigned char
-Patch3:         qterm-0.5.12-gcc6.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libjpeg-devel
-BuildRequires:  libqt4-devel >= 4.5.0
-BuildRequires:  libqt4-devel-doc
-BuildRequires:  openssl-devel
-BuildRequires:  python-devel
-BuildRequires:  qt4-qtscript
-BuildRequires:  update-desktop-files
-Requires:       hicolor-icon-theme
-Requires(post): update-desktop-files
-Requires(postun): update-desktop-files
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Help)
+BuildRequires:  pkgconfig(Qt5Multimedia)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(openssl)
 
 %description
 QTerm is a full featured BBS client written in Qt.
 
 %prep
 %setup -q
-%patch1
-%patch2 -p1
-%patch3 -p1
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
-%cmake
-make %{?_smp_mflags}
+%cmake -DQT5=YES
+%make_jobs
 
 %install
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
 %cmake_install
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/
 %fdupes -s %{buildroot}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
-%defattr(-,root,root)
 %{_datadir}/qterm
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/apps/*.png


Reply via email to