This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I37604ae0504b726e1a1c02c105f08694d4547642 Reviewed-on: https://codereview.kdab.com/39488 Reviewed-by: Frank Osterfeld <[email protected]>
- Loading branch information
1 parent
fd0ea3a
commit 5ab45f6
Showing
4 changed files
with
13 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,9 +1,9 @@ | ||
Format: 1.0 | ||
Source: charmtimetracker | ||
Version: 1.11.3 | ||
Version: 1.11.4 | ||
Binary: charmtimetracker | ||
Maintainer: Frank Osterfeld <[email protected]> | ||
Architecture: any | ||
Build-Depends: debhelper (>= 4.1.16), cdbs, cmake, libqt4-dev, libxss-dev, libqt4-sql-sqlite | ||
Files: | ||
00000000000000000000000000000000 00000 charmtimetracker-1.11.3.tar.gz | ||
00000000000000000000000000000000 00000 charmtimetracker-1.11.4.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: charmtimetracker | ||
Version: 1.11.3 | ||
Version: 1.11.4 | ||
Release: 0 | ||
Summary: Time Tracking Application | ||
Source: %{name}-%{version}.tar.gz | ||
|
@@ -67,6 +67,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCharm_VERSION=% | |
%{_prefix}/bin/charmtimetracker | ||
|
||
%changelog | ||
* Wed Nov 01 2016 Steffen Hansen <[email protected]> 1.11.4 | ||
- 1.11.4 release | ||
* Wed Nov 01 2016 Steffen Hansen <[email protected]> 1.11.3 | ||
- 1.11.3 release | ||
* Sat Apr 30 2016 Allen Winter <[email protected]> 1.11.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,3 +1,10 @@ | ||
charmtimetracker (1.11.4) stable; urgency=medium | ||
|
||
* 1.11.4 release | ||
|
||
-- Steffen Hansen <[email protected]> Nov, 01 Nov 2016 12:00:00 +0100 | ||
|
||
|
||
charmtimetracker (1.11.3) stable; urgency=medium | ||
|
||
* 1.11.3 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,4 +1,4 @@ | ||
#!/usr/bin/make -f | ||
DEB_CMAKE_EXTRA_FLAGS = -DCharm_VERSION=1.11.3 | ||
DEB_CMAKE_EXTRA_FLAGS = -DCharm_VERSION=1.11.4 | ||
include /usr/share/cdbs/1/rules/debhelper.mk | ||
include /usr/share/cdbs/1/class/cmake.mk |