-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Allen Winter
committed
Dec 20, 2015
1 parent
212f202
commit 963fc95
Showing
7 changed files
with
44 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
gammaray (2.3.99) final; urgency=low | ||
|
||
* 2.4.0 rc1 release | ||
|
||
-- Allen Winter <[email protected]> Sun, 20 Dec 2015 12:30:00 -0500 | ||
|
||
gammaray (2.3.0) final; urgency=low | ||
|
||
* 2.3.0 final release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Format: 1.0 | ||
Source: gammaray | ||
Version: 2.3.0 | ||
Version: 2.3.99 | ||
Binary: gammaray | ||
Maintainer: Allen Winter <[email protected]> | ||
Architecture: any | ||
Build-Depends: debhelper (>= 4.1.16), cdbs, cmake, libqt4-dev, libqtwebkit-dev, graphviz-dev | ||
|
||
Files: | ||
00000000000000000000000000000000 00000 gammaray-2.3.0.tar.gz | ||
00000000000000000000000000000000 00000 gammaray-2.3.99.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: gammaray-qt4 | ||
Version: 2.3.0 | ||
Version: 2.3.99 | ||
Release: 1 | ||
Summary: An introspection tool for Qt applications | ||
Source: gammaray-%{version}.tar.gz | ||
|
@@ -111,6 +111,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DGAMMARAY_PROBE_ | |
%{_libdir}/gammaray/*/*/gammaray_kjobtracker_ui.desktop | ||
|
||
%changelog | ||
* Sun Dec 20 2015 Allen Winter <[email protected]> 2.3.99 | ||
2.4.0 release candidate 1 | ||
* Fri Jul 10 2015 Allen Winter <[email protected]> 2.3.0 | ||
2.3.0 final | ||
* Tue Jan 27 2015 Allen Winter <[email protected]> 2.2.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Name: gammaray | ||
Version: 2.2.50+git20150705 | ||
Version: 2.3.99 | ||
Release: 1 | ||
Summary: An introspection tool for Qt applications | ||
Source: %{name}-%{version}.tar.bz2 | ||
Source: %{name}-%{version}.tar.gz | ||
Url: http://github.com/KDAB/GammaRay | ||
Group: Development/Tools | ||
License: GPL-2.0+ | ||
|
@@ -11,11 +11,21 @@ Vendor: Klaralvdalens Datakonsult AB (KDAB) | |
Packager: Klaralvdalens Datakonsult AB (KDAB) <[email protected]> | ||
|
||
BuildRequires: cmake | ||
BuildRequires: libqt5-qtdeclarative-private-headers-devel libQt5Concurrent-devel libqt5-qttools-devel libqt5-qtsvg-devel libQt5PrintSupport-devel libqt5-qtscript-devel libQt5WebKitWidgets-devel | ||
%if %{defined suse_version} | ||
BuildRequires: libqt5-qtdeclarative-private-headers-devel libQt5Concurrent-devel libqt5-qttools-devel libqt5-qtsvg-devel libQt5PrintSupport-devel libqt5-qtscript-devel libQt5WebKitWidgets-devel graphviz-devel | ||
%if 0%{?suse_version} > 1320 | ||
BuildRequires: libqt5-qtconnectivity-devel | ||
%endif | ||
# TODO: this seems only to be in the update repo? | ||
# libqt5-qtconnectivity-devel | ||
BuildRequires: kdstatemachineeditor-devel | ||
BuildRequires: kcoreaddons-devel | ||
%endif | ||
|
||
%if %{defined fedora} | ||
BuildRequires: qt5-qtdeclarative-devel qt5-qtconnectivity-devel qt5-qttools-devel qt5-qtsvg-devel qt5-qtscript-devel qt5-qtwebkit-devel graphviz-devel | ||
%if 0%{?fedora} >= 21 | ||
BuildRequires: kf5-kcoreaddons-devel | ||
%endif | ||
%endif | ||
|
||
%if %{defined suse_version} | ||
BuildRequires: update-desktop-files | ||
|
@@ -123,6 +133,9 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE | |
%{_libdir}/gammaray/*/*/gammaray_quickinspector* | ||
%{_libdir}/gammaray/*/*/gammaray_translatorinspector* | ||
%{_libdir}/gammaray/*/*/styles/ | ||
%if 0%{?suse_version} > 1320|| 0%{?fedora} | ||
%{_libdir}/gammaray/*/*/gammaray_bluetooth* | ||
%endif | ||
|
||
%files kf5-plugins | ||
%defattr(-,root,root) | ||
|
@@ -140,6 +153,10 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE | |
%{_libdir}/qt5/mkspecs/modules/* | ||
|
||
%changelog | ||
* Sun Dec 20 2015 Allen Winter <[email protected]> 2.3.99 | ||
2.4.0 release candidate 1 | ||
* Fri Jul 10 2015 Allen Winter <[email protected]> 2.3.0 | ||
2.3.0 final | ||
* Tue Jan 27 2015 Allen Winter <[email protected]> 2.2.1 | ||
2.2.1 final | ||
* Fri Oct 31 2014 Allen Winter <[email protected]> 2.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Format: 1.0 | ||
Source: gammaray | ||
Version: 2.3.0 | ||
Version: 2.3.99 | ||
Binary: gammaray | ||
Maintainer: Allen Winter <[email protected]> | ||
Architecture: any | ||
Build-Depends: debhelper (>= 4.1.16), cdbs, cmake, qt5-default, qtbase5-private-dev, qtdeclarative5-dev, qtscript5-dev, qttools5-dev, libqt5svg5-dev, libqt5webkit5-dev, graphviz-dev | ||
Build-Depends: debhelper (>= 4.1.16), cdbs, cmake, qt5-default, qtbase5-private-dev, qtdeclarative5-dev, qtscript5-dev, qttools5-dev, libqt5svg5-dev, libqt5webkit5-dev, graphviz-dev, kdstatemachineeditor-dev | ||
|
||
Files: | ||
00000000000000000000000000000000 00000 gammaray-2.3.0.tar.gz | ||
00000000000000000000000000000000 00000 gammaray-2.3.99.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Name: gammaray | ||
Version: 2.3.0 | ||
Version: 2.3.99 | ||
Release: 1 | ||
Summary: An introspection tool for Qt applications | ||
Source: %{name}-%{version}.tar.gz | ||
Source: %{name}-%{version}.tar.bz2 | ||
Url: http://github.com/KDAB/GammaRay | ||
Group: Development/Tools | ||
License: GPL-2.0+ | ||
|
@@ -11,21 +11,11 @@ Vendor: Klaralvdalens Datakonsult AB (KDAB) | |
Packager: Klaralvdalens Datakonsult AB (KDAB) <[email protected]> | ||
|
||
BuildRequires: cmake | ||
%if %{defined suse_version} | ||
BuildRequires: libqt5-qtdeclarative-private-headers-devel libQt5Concurrent-devel libqt5-qttools-devel libqt5-qtsvg-devel libQt5PrintSupport-devel libqt5-qtscript-devel libQt5WebKitWidgets-devel graphviz-devel | ||
%if 0%{?suse_version} > 1320 | ||
BuildRequires: libqt5-qtconnectivity-devel | ||
%endif | ||
BuildRequires: libqt5-qtdeclarative-private-headers-devel libQt5Concurrent-devel libqt5-qttools-devel libqt5-qtsvg-devel libQt5PrintSupport-devel libqt5-qtscript-devel libQt5WebKitWidgets-devel | ||
# TODO: this seems only to be in the update repo? | ||
# libqt5-qtconnectivity-devel | ||
BuildRequires: kdstatemachineeditor-devel | ||
BuildRequires: kcoreaddons-devel | ||
%endif | ||
|
||
%if %{defined fedora} | ||
BuildRequires: qt5-qtdeclarative-devel qt5-qtconnectivity-devel qt5-qttools-devel qt5-qtsvg-devel qt5-qtscript-devel qt5-qtwebkit-devel graphviz-devel | ||
%if 0%{?fedora} >= 21 | ||
BuildRequires: kf5-kcoreaddons-devel | ||
%endif | ||
%endif | ||
|
||
%if %{defined suse_version} | ||
BuildRequires: update-desktop-files | ||
|
@@ -133,9 +123,6 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE | |
%{_libdir}/gammaray/*/*/gammaray_quickinspector* | ||
%{_libdir}/gammaray/*/*/gammaray_translatorinspector* | ||
%{_libdir}/gammaray/*/*/styles/ | ||
%if 0%{?suse_version} > 1320|| 0%{?fedora} | ||
%{_libdir}/gammaray/*/*/gammaray_bluetooth* | ||
%endif | ||
|
||
%files kf5-plugins | ||
%defattr(-,root,root) | ||
|
@@ -153,8 +140,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE | |
%{_libdir}/qt5/mkspecs/modules/* | ||
|
||
%changelog | ||
* Fri Jul 10 2015 Allen Winter <[email protected]> 2.3.0 | ||
2.3.0 final | ||
* Sun Dec 20 2015 Allen Winter <[email protected]> 2.3.99 | ||
2.4.0 release candidate 1 | ||
* Tue Jan 27 2015 Allen Winter <[email protected]> 2.2.1 | ||
2.2.1 final | ||
* Fri Oct 31 2014 Allen Winter <[email protected]> 2.2.0 | ||
|