-
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
Aug 1, 2018
1 parent
4f6a066
commit d31144f
Showing
7 changed files
with
31 additions
and
8 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
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,10 @@ | ||
gammaray (2.9.1) final; urgency=low | ||
|
||
* 2.9.1 final release | ||
|
||
-- Allen Winter <[email protected]> Wed, 01 Aug 2018 12:00:00 -0500 | ||
|
||
|
||
gammaray (2.9.0) final; urgency=low | ||
|
||
* 2.9.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.9.0 | ||
Version: 2.9.1 | ||
Binary: gammaray | ||
Maintainer: Allen Winter <[email protected]> | ||
Architecture: any | ||
Build-Depends: debhelper (>=9), cdbs, cmake, libqt4-dev, libqtwebkit-dev | ||
|
||
Files: | ||
00000000000000000000000000000000 00000 gammaray-2.9.0.tar.gz | ||
00000000000000000000000000000000 00000 gammaray-2.9.1.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.9.0 | ||
Version: 2.9.1 | ||
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* | ||
|
||
%changelog | ||
* Wed Aug 01 2018 Allen Winter <[email protected]> 2.9.1 | ||
2.9.1 final | ||
* Wed Feb 07 2018 Allen Winter <[email protected]> 2.9.0 | ||
2.9.0 final | ||
* Tue Sep 05 2017 Allen Winter <[email protected]> 2.8.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,10 +1,10 @@ | ||
Format: 1.0 | ||
Source: gammaray | ||
Version: 2.9.0 | ||
Version: 2.9.1 | ||
Binary: gammaray | ||
Maintainer: Allen Winter <[email protected]> | ||
Architecture: any | ||
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-private-dev, qtdeclarative5-dev, qtdeclarative5-private-dev, qtdeclarative5-dev-tools, qtscript5-dev, qttools5-dev, qttools5-dev-tools, libqt5svg5-dev, libqt5webkit5-dev, libwayland-dev, kdstatemachineeditor | ||
|
||
Files: | ||
00000000000000000000000000000000 00000 gammaray-2.9.0.tar.gz | ||
00000000000000000000000000000000 00000 gammaray-2.9.1.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 | ||
Version: 2.9.0 | ||
Version: 2.9.1 | ||
Release: 1 | ||
Summary: An introspection tool for Qt applications | ||
Source: %{name}-%{version}.tar.gz | ||
|
@@ -167,6 +167,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE | |
%{_libdir}/qt5/mkspecs/modules/* | ||
|
||
%changelog | ||
* Wed Aug 01 2018 Allen Winter <[email protected]> 2.9.1 | ||
2.9.1 final | ||
* Wed Feb 07 2018 Allen Winter <[email protected]> 2.9.0 | ||
2.9.0 final | ||
* Tue Sep 05 2017 Allen Winter <[email protected]> 2.8.1 | ||
|