Accepting request 600829 from KDE:Extra
- Version update to 0.12.4: * Various small fixes * Fix for DOS and information leaks bsc#1090495 - Rebase patch quassel-set-required-libs-and-flags.patch - Switch from qt5webkit to webengine OBS-URL: https://build.opensuse.org/request/show/600829 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quassel?expand=0&rev=37
This commit is contained in:
commit
df0a80b544
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93e4e54cb3743cbe2e5684c2fcba94fd2bc2cd739f7672dee14341b49c29444d
|
|
||||||
size 3742639
|
|
3
quassel-0.12.5.tar.bz2
Normal file
3
quassel-0.12.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1894574dfd79654152a5b7427e7df592b055ae908230504f98a4cb48961e74e2
|
||||||
|
size 3747392
|
@ -1,13 +1,13 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
Index: quassel-0.12.5/CMakeLists.txt
|
||||||
index 2c29af4..c3a7992 100644
|
===================================================================
|
||||||
--- a/CMakeLists.txt
|
--- quassel-0.12.5.orig/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ quassel-0.12.5/CMakeLists.txt
|
||||||
@@ -427,6 +427,8 @@ endif()
|
@@ -465,6 +465,8 @@ endif()
|
||||||
# a small test program checking the defines. This works for both Qt4 and Qt5.
|
# a small test program checking the defines. This works for both Qt4 and Qt5.
|
||||||
cmake_push_check_state(RESET)
|
cmake_push_check_state(RESET)
|
||||||
set(CMAKE_REQUIRED_INCLUDES ${QT_INCLUDES} ${Qt5Core_INCLUDE_DIRS})
|
set(CMAKE_REQUIRED_INCLUDES ${QT_INCLUDES} ${Qt5Core_INCLUDE_DIRS})
|
||||||
+set(CMAKE_REQUIRED_FLAGS ${Qt5Core_EXECUTABLE_COMPILE_FLAGS})
|
+set(CMAKE_REQUIRED_FLAGS ${Qt5Core_EXECUTABLE_COMPILE_FLAGS})
|
||||||
+set(CMAKE_REQUIRED_LIBRARIES ${Qt5Core_LIBRARIES})
|
+set(CMAKE_REQUIRED_LIBRARIES ${Qt5Core_LIBRARIES})
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Core_EXECUTABLE_COMPILE_FLAGS}")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Core_EXECUTABLE_COMPILE_FLAGS}")
|
||||||
check_cxx_source_compiles("
|
|
||||||
#include \"qglobal.h\"
|
if (USE_QT5 AND Qt5_POSITION_INDEPENDENT_CODE)
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 25 07:56:26 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to 0.12.4:
|
||||||
|
* Various small fixes
|
||||||
|
* Fix for DOS and information leaks bsc#1090495
|
||||||
|
- Rebase patch quassel-set-required-libs-and-flags.patch
|
||||||
|
- Switch from qt5webkit to webengine
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 23 13:53:34 UTC 2017 - rbrown@suse.com
|
Thu Nov 23 13:53:34 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
40
quassel.spec
40
quassel.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package quassel
|
# spec file for package quassel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,16 +18,15 @@
|
|||||||
|
|
||||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
%if ! %{defined _fillupdir}
|
%if ! %{defined _fillupdir}
|
||||||
%define _fillupdir /var/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: quassel
|
Name: quassel
|
||||||
Version: 0.12.4
|
Version: 0.12.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Modern, cross-platform, distributed IRC client
|
Summary: Modern, cross-platform, distributed IRC client
|
||||||
License: GPL-2.0 or GPL-3.0
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
Url: http://quassel-irc.org/
|
URL: http://quassel-irc.org/
|
||||||
Source: http://%{name}-irc.org/pub/%{name}-%{version}.tar.bz2
|
Source: http://%{name}-irc.org/pub/%{name}-%{version}.tar.bz2
|
||||||
Source1: service.%{name}core
|
Source1: service.%{name}core
|
||||||
Source2: sysconfig.%{name}core
|
Source2: sysconfig.%{name}core
|
||||||
@ -48,22 +47,21 @@ BuildRequires: knotifications-devel
|
|||||||
BuildRequires: knotifyconfig-devel
|
BuildRequires: knotifyconfig-devel
|
||||||
BuildRequires: ktextwidgets-devel
|
BuildRequires: ktextwidgets-devel
|
||||||
BuildRequires: kxmlgui-devel
|
BuildRequires: kxmlgui-devel
|
||||||
BuildRequires: phonon4qt5-devel
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: snorenotify-qt5-devel >= 0.7
|
BuildRequires: snorenotify-qt5-devel >= 0.7
|
||||||
BuildRequires: systemd
|
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
BuildRequires: pkgconfig(Qt5Network)
|
BuildRequires: pkgconfig(Qt5Network)
|
||||||
BuildRequires: pkgconfig(Qt5Script)
|
BuildRequires: pkgconfig(Qt5Script)
|
||||||
BuildRequires: pkgconfig(Qt5Sql)
|
BuildRequires: pkgconfig(Qt5Sql)
|
||||||
BuildRequires: pkgconfig(Qt5WebKit)
|
BuildRequires: pkgconfig(Qt5WebEngine)
|
||||||
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
BuildRequires: pkgconfig(dbusmenu-qt5)
|
BuildRequires: pkgconfig(dbusmenu-qt5)
|
||||||
|
BuildRequires: pkgconfig(phonon4qt5)
|
||||||
BuildRequires: pkgconfig(qca2-qt5)
|
BuildRequires: pkgconfig(qca2-qt5)
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -182,10 +180,10 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/common/quassel.cpp
|
|||||||
FAKE_BUILDTIME=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S')
|
FAKE_BUILDTIME=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S')
|
||||||
sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/common/quassel.cpp
|
sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/common/quassel.cpp
|
||||||
|
|
||||||
%cmake_kf5 -d build -- -DUSE_QT5=ON -DWITH_WEBKIT=ON -DWITH_KDE=ON
|
%cmake_kf5 -d build -- -DUSE_QT5=ON -DWITH_WEBENGINE=ON -DWITH_KDE=ON
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
cd ..
|
cd ..
|
||||||
%cmake_kf5 -d build-qt5 -- -DUSE_QT5=ON -DWITH_WEBKIT=ON -DWITH_KDE=OFF
|
%cmake_kf5 -d build-qt5 -- -DUSE_QT5=ON -DWITH_WEBENGINE=ON -DWITH_KDE=OFF
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -227,11 +225,13 @@ install -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.
|
|||||||
%postun core
|
%postun core
|
||||||
%service_del_postun quasselcore.service
|
%service_del_postun quasselcore.service
|
||||||
|
|
||||||
|
%if 0%{?suse_version} < 1500
|
||||||
%post base
|
%post base
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
|
|
||||||
%postun base
|
%postun base
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
%endif
|
||||||
|
|
||||||
%post client
|
%post client
|
||||||
update-alternatives --install %{_bindir}/quasselclient quasselclient %{_bindir}/quasselclient-kde 20
|
update-alternatives --install %{_bindir}/quasselclient quasselclient %{_bindir}/quasselclient-kde 20
|
||||||
@ -250,28 +250,24 @@ if [ $1 -eq 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files mono
|
%files mono
|
||||||
%defattr(-,root,root)
|
%doc AUTHORS ChangeLog README.md
|
||||||
%doc AUTHORS ChangeLog README
|
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%files client
|
%files client
|
||||||
%defattr(-,root,root)
|
%doc AUTHORS ChangeLog README.md
|
||||||
%doc AUTHORS ChangeLog README
|
|
||||||
%{_bindir}/%{name}client-kde
|
%{_bindir}/%{name}client-kde
|
||||||
%ghost %{_sysconfdir}/alternatives/quasselclient
|
%ghost %{_sysconfdir}/alternatives/quasselclient
|
||||||
%{_bindir}/%{name}client
|
%{_bindir}/%{name}client
|
||||||
|
|
||||||
%files client-qt5
|
%files client-qt5
|
||||||
%defattr(-,root,root)
|
%doc AUTHORS ChangeLog README.md
|
||||||
%doc AUTHORS ChangeLog README
|
|
||||||
%{_bindir}/%{name}client-qt5
|
%{_bindir}/%{name}client-qt5
|
||||||
%ghost %{_sysconfdir}/alternatives/quasselclient
|
%ghost %{_sysconfdir}/alternatives/quasselclient
|
||||||
%{_bindir}/%{name}client
|
%{_bindir}/%{name}client
|
||||||
|
|
||||||
%files core
|
%files core
|
||||||
%defattr(-,root,root)
|
%doc AUTHORS ChangeLog README.md
|
||||||
%doc AUTHORS ChangeLog README
|
|
||||||
%{_bindir}/%{name}core
|
%{_bindir}/%{name}core
|
||||||
%{_sbindir}/rc%{name}core
|
%{_sbindir}/rc%{name}core
|
||||||
%{_unitdir}/%{name}core.service
|
%{_unitdir}/%{name}core.service
|
||||||
@ -282,7 +278,7 @@ fi
|
|||||||
%{_fillupdir}/sysconfig.%{name}core
|
%{_fillupdir}/sysconfig.%{name}core
|
||||||
|
|
||||||
%files base
|
%files base
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%{_datadir}/applications/%{name}client.desktop
|
%{_datadir}/applications/%{name}client.desktop
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user