%global qt_module qtwayland Summary: Qt5 - Wayland platform support and QtCompositor module Name: qt5-%{qt_module} Version: 5.15.8 Release: 4.1%{?dist} License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz ## Upstream patches ## repo: https://invent.kde.org/qt/qt/qtwayland ## branch: kde/5.15 ## git format-patch v5.15.8-lts-lgpl Patch1: 0001-Client-Announce-an-output-after-receiving-more-compl.patch Patch2: 0002-Fix-issue-with-repeated-window-size-changes.patch Patch3: 0003-Client-Connect-drags-being-accepted-to-updating-the-.patch Patch4: 0004-Client-Disconnect-registry-listener-on-destruction.patch Patch5: 0005-Client-Set-XdgShell-size-hints-before-the-first-comm.patch Patch6: 0006-Fix-build.patch Patch7: 0007-Fix-remove-listener.patch Patch8: 0008-Hook-up-queryKeyboardModifers.patch Patch9: 0009-Correctly-detect-if-image-format-is-supported-by-QIm.patch Patch10: 0010-Client-Don-t-always-recreate-frame-callbacks.patch Patch11: 0011-Client-Always-destroy-frame-callback-in-the-actual-c.patch Patch12: 0012-Wayland-client-use-wl_keyboard-to-determine-active-s.patch Patch13: 0013-Client-do-not-empty-clipboard-when-a-new-popup-windo.patch Patch14: 0014-Set-preedit-cursor-when-cursor-equals-to-0.patch Patch15: 0015-Client-Implement-DataDeviceV3.patch Patch16: 0016-Client-Delay-deletion-of-QDrag-object-until-after-we.patch Patch17: 0017-Client-Avoid-processing-of-events-when-showing-windo.patch Patch18: 0018-Handle-registry_global-out-of-constructor.patch Patch19: 0019-Connect-flushRequest-after-forceRoundTrip.patch Patch20: 0020-Move-the-wayland-socket-polling-to-a-separate-event-.patch Patch21: 0021-Fix-crash-if-no-input-method-module-could-be-loaded.patch Patch22: 0022-Client-Remove-mWaitingForUpdateDelivery.patch Patch23: 0023-Cursor-position-0-should-still-show-the-cursor.patch Patch24: 0024-Update-the-preedit-styling-mapping.patch Patch25: 0025-client-Simplify-round-trip-behavior.patch Patch26: 0026-Client-Fix-opaque-region-setter.patch Patch27: 0027-Use-proper-dependencies-in-compile-tests.patch Patch28: 0028-client-update-button-state-and-etc-in-pointer_leave.patch Patch29: 0029-Revert-Client-Remove-mWaitingForUpdateDelivery.patch Patch30: 0030-Fix-race-condition-on-mWaitingForUpdateDelivery.patch Patch31: 0031-use-poll-2-when-reading-from-clipboard.patch Patch32: 0032-Reduce-memory-leakage.patch Patch33: 0033-Fix-build-with-libcxx-missing-array-include.patch Patch34: 0034-Only-close-popup-in-the-the-hierchary.patch Patch35: 0035-Build-fixes-for-GCC-11.patch Patch36: 0036-Check-pointer-for-null-before-use-in-ASSERT.patch Patch37: 0037-Use-wl_surface.damage_buffer-on-the-client-side.patch Patch38: 0038-Client-clear-focus-on-touch-cancel.patch Patch39: 0039-Guard-mResizeDirty-by-the-correctMutex.patch Patch40: 0040-client-Synthesize-enter-leave-event-for-popup-in-xdg.patch Patch41: 0041-Fix-compile-tests.patch Patch42: 0042-Use-CRLF-line-delimiter-for-text-uri-list-data.patch Patch43: 0043-Fix-missing-update-when-toggling-client-side-decorat.patch Patch44: 0044-Avoid-calling-requestUpdate-from-wrong-thread.patch Patch45: 0045-Client-support-high-dpi-mode-for-window-icon.patch Patch46: 0046-Call-finishDrag-in-QWaylandDataDevice-dragSourceCanc.patch Patch47: 0047-Hold-surface-read-lock-throughout-QWaylandEglWindow-.patch Patch48: 0048-Client-Ensure-that-wl_surface-lives-as-long-as-qtqui.patch Patch49: 0049-Keep-toplevel-windows-in-the-top-left-corner-of-the-.patch Patch50: 0050-Revert-Client-Ensure-that-wl_surface-lives-as-long-a.patch Patch51: 0051-Client-Add-F_SEAL_SHRINK-seal-to-shm-backing-file.patch Patch52: 0052-Client-Call-wl_output_release-upon-QWaylandScreen-de.patch Patch53: 0053-Client-Bump-wl_output-version.patch Patch54: 0054-Fix-frame-sync-related-to-unprotected-multithread-ac.patch Patch55: 0055-Client-Handle-zwp_primary_selection_device_manager_v.patch Patch56: 0056-Fixes-the-build-on-CentOS.patch Patch57: 0057-client-Avoid-protocol-error-with-invalid-min-max-siz.patch Patch80: 0080-Client-set-constraint-adjustments-for-popups-in-xdg.patch Patch102: qtwayland-decoration-support-backports-from-qt6.patch # Upstreamable patches # filter qml provides %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: qt5-qtdeclarative-devel BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libinput) BuildRequires: libXext-devel %description %{summary}. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel%{?_isa} %description devel %{summary}. %package examples Summary: Programming examples for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description examples %{summary}. %prep %autosetup -n %{qt_module}-everywhere-src-%{version} -p1 %build %{qmake_qt5} %make_build %install make install INSTALL_ROOT=%{buildroot} ## .prl/.la file love # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs pushd %{buildroot}%{_qt5_libdir} for prl_file in libQt5*.prl ; do sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file} if [ -f "$(basename ${prl_file} .prl).so" ]; then rm -fv "$(basename ${prl_file} .prl).la" sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file} fi done popd %ldconfig_scriptlets %files %doc README %license LICENSE.* %{_qt5_libdir}/libQt5WaylandCompositor.so.5* %{_qt5_libdir}/libQt5WaylandClient.so.5* %{_qt5_plugindir}/wayland-decoration-client/ %{_qt5_plugindir}/wayland-graphics-integration-server %{_qt5_plugindir}/wayland-graphics-integration-client %{_qt5_plugindir}/wayland-shell-integration %{_qt5_plugindir}/platforms/libqwayland-egl.so %{_qt5_plugindir}/platforms/libqwayland-generic.so %{_qt5_plugindir}/platforms/libqwayland-xcomposite-egl.so %{_qt5_plugindir}/platforms/libqwayland-xcomposite-glx.so %{_qt5_qmldir}/QtWayland/ %files devel %{_qt5_bindir}/qtwaylandscanner %{_qt5_headerdir}/QtWaylandCompositor/ %{_qt5_headerdir}/QtWaylandClient/ %{_qt5_libdir}/libQt5WaylandCompositor.so %{_qt5_libdir}/libQt5WaylandClient.so %{_qt5_libdir}/libQt5WaylandCompositor.prl %{_qt5_libdir}/libQt5WaylandClient.prl %{_qt5_libdir}/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfig*.cmake %{_qt5_libdir}/pkgconfig/*.pc %{_qt5_archdatadir}/mkspecs/modules/*.pri %{_qt5_libdir}/cmake/Qt5WaylandCompositor/ %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_*.cmake %{_qt5_libdir}/cmake/Qt5WaylandClient/ %files examples %{_qt5_examplesdir}/wayland/ %changelog * Mon Mar 20 2023 Than Ngo - 5.15.8-4 - Fix bz#2178389, rebuild against new qt5-qtbase * Tue Jan 31 2023 Jan Grulich - 5.15.8-3 - migrated to SPDX license * Fri Jan 20 2023 Fedora Release Engineering - 5.15.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jan 05 2023 Jan Grulich - 5.15.8-1 - 5.15.8 * Mon Oct 31 2022 Jan Grulich - 5.15.7-1 - 5.15.7 * Tue Sep 20 2022 Jan Grulich - 5.15.6-1 - 5.15.6 * Thu Aug 25 2022 Jan Grulich - 5.15.5-4 - Re-enable CSD backports from Qt6 (will be used by QGnomePlatform) * Sat Jul 23 2022 Fedora Release Engineering - 5.15.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jan Grulich - 5.15.5-2 - Keep toplevel windows in the top left corner of the screen * Wed Jul 13 2022 Jan Grulich - 5.15.5-1 - 5.15.5 * Mon May 16 2022 Jan Grulich - 5.15.4-1 - 5.15.4 * Fri Apr 15 2022 Kenneth Topp - 5.15.3-2 - Pull in latest kde/5.15 branch fixes * Fri Mar 04 2022 Jan Grulich - 5.15.3-1 - 5.15.3 * Fri Feb 11 2022 Jan Grulich - 5.15.2-21 - Pull in latest kde/5.15 branch fixes + backport a fix to crashes caused by patch 0043 * Fri Feb 04 2022 Rex Dieter - 5.15.2-20 - re-enable nvidia-related patches (44,100) * Thu Feb 03 2022 Jan Grulich - 5.15.2-19 - Disable some upstream patches causing a crash on Wayland sessions bz#2049560 * Mon Jan 31 2022 Jan Grulich - 5.15.2-18 - Include potential upstream fix for Plasma panel freezes * Thu Jan 20 2022 Jan Grulich - 5.15.2-17 - Pull in latest kde/5.15 branch fixes * Tue Jan 18 2022 Jan Grulich - 5.15.2-16 - Pull in latest kde/5.15 branch fixes * Mon Dec 06 2021 Jan Grulich - 5.15.2-15 - Pull in latest kde/5.15 branch fixes * Mon Oct 04 2021 Jan Grulich - 5.15.2-14 - Update clipboard patch * Mon Oct 04 2021 Jan Grulich - 5.15.2-13 - Backport clipboard fixes Resolves: bz#1957503 * Tue Sep 14 2021 Rex Dieter - 5.15.2-12 - Pull in latest kde/5.15 branch fixes * Tue Sep 07 2021 Jan Grulich - 5.15.2-11 - Include only some Qt6 API additions for better client-side decoration support * Tue Sep 07 2021 Jan Grulich - 5.15.2-10 - Disable decoration shadow support * Mon Aug 30 2021 Jan Grulich - 5.15.2-9 - Client: include decoration fixes and improvements from Qt6 * Fri Jul 23 2021 Fedora Release Engineering - 5.15.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 02 2021 Jan Grulich - 5.15.2-7 - Client: expose toplevel window state (change from Qt6) * Tue Apr 27 2021 Rex Dieter - 5.15.2-6 - Pull in latest fixes from https://invent.kde.org/qt/qt/qtwayland * Tue Apr 06 2021 Jan Grulich - 5.15.2-5 - Backport changes from Qt 5.15.3 * Wed Jan 27 2021 Fedora Release Engineering - 5.15.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 6 09:32:16 CET 2021 Jan Grulich - 5.15.2-3 - Scanner: Avoid accessing dangling pointers in destroy_func() * Tue Nov 24 07:54:16 CET 2020 Jan Grulich - 5.15.2-2 - Rebuild for qtbase with -no-reduce-relocations option * Fri Nov 20 09:30:47 CET 2020 Jan Grulich - 5.15.2-1 - 5.15.2 * Thu Sep 10 2020 Jan Grulich - 5.15.1-1 - 5.15.1 * Sat Aug 01 2020 Fedora Release Engineering - 5.14.2-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 5.14.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Jan Grulich - 5.14.2-4 - Backport upstream patches Resolves: bz#1860455 * Thu Apr 30 2020 Ivan Mironov - 5.14.2-3 - Cherry-pick fix for clipboard related crash from v5.15.0 * Tue Apr 21 2020 Jan Grulich - 5.14.2-2 - Fix bold font rendering Resolves: bz#1823984 * Sat Apr 04 2020 Rex Dieter - 5.14.2-1 - 5.14.2 * Thu Jan 30 2020 Fedora Release Engineering - 5.13.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Dec 11 2019 Jan Grulich - 5.13.2-2 - Add support for primary-selection-unstable-v1 protocol - Fix inverse repeat rate implementation * Mon Dec 09 2019 Jan Grulich - 5.13.2-1 - 5.13.2 * Fri Oct 18 2019 Jan Grulich - 5.12.5-2 - Client: Fix 100ms freeze when applications do not swap after deliverUpdateRequest * Tue Sep 24 2019 Jan Grulich - 5.12.5-1 - 5.12.5 * Tue Jul 30 2019 Jan Grulich - 5.12.3-6 - Do not redraw decorations everytime * Fri Jul 26 2019 Fedora Release Engineering - 5.12.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 23 2019 Jan Grulich - 5.12.3-5 - Use Gnome platform theme on Gnome Wayland sessions Resolves: bz#1732129 * Thu Jul 11 2019 Jan Grulich - 5.12.4-4 - Pull in upstream fixes - Disable patch which is not needed anymore because of qtbase change * Tue Jul 02 2019 Jan Grulich - 5.12.4-3 - Pull in upstream fixes * Thu Jun 27 2019 Jan Grulich - 5.12.4-2 - Pull in upstream fixes * Fri Jun 14 2019 Jan Grulich - 5.12.4-1 - 5.12.4 * Tue Jun 04 2019 Jan Grulich - 5.12.3-1 - 5.12.3 * Fri May 17 2019 Rex Dieter - 5.12.1-4 - rebuild again (#1711115) * Fri May 10 2019 Rex Dieter - 5.12.1-3 - rebuild (qt5-qtbase) * Thu May 09 2019 Rex Dieter - 5.12.1-2 - drop BR: pkgconfig(glesv2) * Fri Feb 15 2019 Rex Dieter - 5.12.1-1 - 5.12.1 * Sat Feb 02 2019 Fedora Release Engineering - 5.11.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Dec 07 2018 Rex Dieter - 5.11.3-1 - 5.11.3 * Fri Sep 21 2018 Jan Grulich - 5.11.2-1 - 5.11.2 * Sat Jul 14 2018 Fedora Release Engineering - 5.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 20 2018 Rex Dieter - 5.11.1-1 - 5.11.1 * Sun May 27 2018 Rex Dieter - 5.11.0-1 - 5.11.0 - use %%make_build %%ldconfig_scriptlets * Tue Mar 13 2018 Jan Grulich - 5.10.1-2 - Do not crash when opening dialogs * Wed Feb 14 2018 Jan Grulich - 5.10.1-1 - 5.10.1 * Fri Feb 09 2018 Fedora Release Engineering - 5.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 10 2018 Jan Grulich - 5.10.0-2 - Do not recreate hidden egl surfaces QTBUG-65553 * Tue Dec 19 2017 Jan Grulich - 5.10.0-1 - 5.10.0 * Thu Nov 23 2017 Jan Grulich - 5.9.3-1 - 5.9.3 * Mon Oct 09 2017 Jan Grulich - 5.9.2-1 - 5.9.2 * Thu Aug 03 2017 Fedora Release Engineering - 5.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 5.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jul 19 2017 Rex Dieter - 5.9.1-1 - 5.9.1 * Fri Jun 16 2017 Rex Dieter - 5.9.0-2 - .spec cosmetics, Source URL, refer to qt5- builddeps directly * Wed May 31 2017 Helio Chissini de Castro - 5.9.0-1 - Upstream official release * Fri May 26 2017 Helio Chissini de Castro - 5.9.0-0.1.rc - Upstream Release Candidate retagged * Tue May 09 2017 Helio Chissini de Castro - 5.9.0-0.beta.3 - Upstream beta 3 * Mon Jan 30 2017 Helio Chissini de Castro - 5.8.0-1 - New upstream version * Mon Jan 02 2017 Rex Dieter - 5.7.1-3 - filter qml provides, BR: qtbase-private-devel qtdeclarative explicitly * Sat Dec 10 2016 Rex Dieter - 5.7.1-2 - drop BR: cmake (handled by qt5-rpm-macros now) - 5.7.1 dec5 snapshot * Wed Nov 09 2016 Helio Chissini de Castro - 5.7.1-1 - New upstream version * Mon Jul 04 2016 Helio Chissini de Castro - 5.7.0-2 - Compiled with gcc * Wed Jun 15 2016 Helio Chissini de Castro - 5.7.0-1 - Qt 5.7.0 release * Thu Jun 09 2016 Jan Grulich - 5.6.1-1 - Update to 5.6.1 * Mon Mar 21 2016 Rex Dieter - 5.6.0-11 - rebuild * Fri Mar 18 2016 Rex Dieter - 5.6.0-10 - rebuild * Tue Mar 15 2016 Peter Robinson 5.6.0-9 - Bump release to 9 so it's higher than the final RC * Mon Mar 14 2016 Helio Chissini de Castro - 5.6.0-1 - 5.6.0 final release * Tue Feb 23 2016 Helio Chissini de Castro - 5.6.0-8.rc - Update to final RC * Mon Feb 15 2016 Helio Chissini de Castro - 5.6.0-7 - Update RC release * Thu Feb 04 2016 Fedora Release Engineering - 5.6.0-6.rc - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Feb 01 2016 Rex Dieter 5.6.0-5.rc - use %%qmake_qt5 consistently * Mon Dec 28 2015 Rex Dieter 5.6.0-4.rc - BR: cmake, update source URL, use %%license * Mon Dec 21 2015 Helio Chissini de Castro - 5.6.0-3 - Update to final rc release * Thu Dec 10 2015 Helio Chissini de Castro - 5.6.0-2 - Official rc release * Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 - Start to implement 5.6.0 rc * Thu Oct 15 2015 Helio Chissini de Castro - 5.5.1-2 - Update to final release 5.5.1 * Tue Sep 29 2015 Helio Chissini de Castro - 5.5.1-1 - Update to Qt 5.5.1 RC1 * Thu Jul 16 2015 Rex Dieter 5.5.0-3 - tighten qtbase dep (#1233829) * Sun Jul 05 2015 Pier Luigi Fiorini - 5.5.0-2 - Add xkbcommon to the devel package. * Wed Jul 1 2015 Helio Chissini de Castro 5.5.0-1 - New final upstream release Qt 5.5.0 * Thu Jun 25 2015 Helio Chissini de Castro - 5.5.0-0.2.rc - Update for official RC1 released packages * Wed Jun 17 2015 Daniel Vrátil - 5.5.0-0.1.rc - Qt5 5.5.0 RC1 * Wed Jun 03 2015 Jan Grulich - 5.4.2-1 - 5.4.2 * Sat May 02 2015 Kalev Lember - 5.4.1-2 - Rebuilt for GCC 5 C++11 ABI change * Fri Feb 27 2015 Rex Dieter 5.4.1-1 - 5.4.1 * Wed Dec 10 2014 Rex Dieter 5.4.0-1 - 5.4.0 (final) * Fri Nov 28 2014 Rex Dieter 5.4.0-0.3.rc - 5.4.0-rc * Mon Nov 03 2014 Rex Dieter 5.4.0-0.2.rc - use %%qmake_qt5 macro * Mon Oct 20 2014 Rex Dieter 5.4.0-0.1.rc - 5.4.0-rc * Wed Sep 24 2014 Lubomir Rintel - 5.4.0-0.alpha1 - Switch from a Git snapshot to a pre-release tarball * Sun Aug 17 2014 Fedora Release Engineering - 5.3.0-0.3.20140723git02c499c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Jul 24 2014 Lubomir Rintel - 5.3.0-0.2.20140723git02c499c - Update * Sun Jun 08 2014 Fedora Release Engineering - 5.3.0-0.2.20140529git98dca3b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 27 2014 Lubomir Rintel - 5.3.0-0.1.20140529git98dca3b - Update and rebuild for Qt 5.3 * Fri Feb 14 2014 Lubomir Rintel - 5.1.0-0.6.20140202git6d038fb - A more recent snapshot - Disable xcomposite compositor until it builds * Sat Jan 04 2014 Lubomir Rintel - 5.1.0-0.6.20131203git6b20dfe - Enable QtQuick compositor * Sat Jan 04 2014 Lubomir Rintel - 5.1.0-0.5.20131203git6b20dfe - A newer snapshot * Mon Nov 25 2013 Lubomir Rintel - 5.1.0-0.5.20131125git4f5985c - Rebase to a later snapshot, drop our patches - Add license texts * Sat Nov 23 2013 Lubomir Rintel - 5.1.0-0.5.20131120git8cd1a77 - Rebuild with EGL backend * Fri Nov 22 2013 Lubomir Rintel - 5.1.0-0.4.20131120git8cd1a77 - Rebase to a later snapshot, drop 5.2 ABI patch - Enable nogl backend * Sun Nov 10 2013 Rex Dieter 5.1.0-0.4.20130826git3b0b90b - rebuild (arm/qreal) * Thu Oct 24 2013 Lubomir Rintel - 5.1.0-0.3.20130826git3b0b90b - Bulk sad and useless attempt at consistent SPEC file formatting * Sun Oct 06 2013 Lubomir Rintel - 5.1.0-0.2.20130826git3b0b90b - Bump platform plugin ABI to 5.2 for Qt 5.2 aplha * Wed Sep 11 2013 Lubomir Rintel - 5.1.0-0.1.20130826git3b0b90b - Initial packaging - Adjustments from review (Rex Dieter, #1008529)