-
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.
update package specs for the 2.0.2 release
- Loading branch information
Allen Winter
committed
Apr 18, 2014
1 parent
a0e18a3
commit 3cd20c2
Showing
3 changed files
with
12 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
gammaray (2.0.2) final; urgency=low | ||
|
||
* 2.0.2 final release | ||
|
||
-- Allen Winter <[email protected]> Fri, 18 Apr 2014 11:30:00 -0500 | ||
|
||
gammaray (2.0.1) final; urgency=low | ||
|
||
* 2.0.1 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.0.1 | ||
Version: 2.0.2 | ||
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.0.1.tar.gz | ||
00000000000000000000000000000000 00000 gammaray-2.0.2.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.0.1 | ||
Version: 2.0.2 | ||
Release: 2 | ||
Summary: An introspection tool for Qt applications | ||
Source: %{name}-%{version}.tar.gz | ||
|
@@ -11,7 +11,7 @@ Vendor: Klaralvdalens Datakonsult AB (KDAB) | |
Packager: Klaralvdalens Datakonsult AB (KDAB) <[email protected]> | ||
|
||
%define rel 2.0 | ||
%define sover 2.0.1 | ||
%define sover 2.0.2 | ||
%define qtver qt4.8 | ||
%define this_arch %(uname -p) | ||
%if %{this_arch} == "athlon" | ||
|
@@ -197,6 +197,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release | |
%{_libdir}/cmake/GammaRay/ | ||
|
||
%changelog | ||
* Fri Apr 18 2014 Allen Winter <[email protected]> 2.0.2 | ||
2.0.2 final | ||
* Fri Feb 28 2014 Allen Winter <[email protected]> 2.0.1 | ||
2.0.1 final | ||
* Fri Jan 17 2014 Allen Winter <[email protected]> 2.0.0 | ||
|