-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mikhail Galanin
committed
Aug 3, 2013
1 parent
23dbfa0
commit 4673547
Showing
4 changed files
with
15 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,11 @@ | ||
kopete-mrim (0.2.2) stable; urgency=low | ||
|
||
* 0.2.2 | ||
|
||
0.2 stable | ||
|
||
-- Galanin Mikhail <[email protected]> Tue, 23 Jul 2013 22:39:27 +0400 | ||
|
||
kopete-mrim (0.2.2-beta1) unstable; urgency=low | ||
|
||
* 0.2.2 beta 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
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,6 +1,6 @@ | ||
%define name kopete-mrim | ||
%define version 0.2.2 | ||
%define release 00beta1 | ||
%define release 1 | ||
|
||
# Macros for in the menu-file. | ||
%define section Networking | ||
|
@@ -23,7 +23,7 @@ Group: Chat | |
URL: https://github.com/negram/kopete_mrim | ||
|
||
# https://github.com/downloads/negram/kopete_mrim/kopete-mrim-0.2.0-beta2.tar.gz | ||
%define source kopete-mrim-0.2.2-beta2 | ||
%define source kopete-mrim-0.2.2 | ||
|
||
# https://github.com/downloads/negram/kopete_mrim/kopete-mrim-0.2.0-beta2.tar.gz | ||
|
||
|
@@ -84,6 +84,9 @@ rm -rf %buildroot | |
|
||
|
||
%changelog | ||
* Tue Jul 23 2013 Mikhail Galanin <[email protected]> 0.2.2-1 | ||
- 2.2.0 stable | ||
|
||
* Sun Apr 28 2013 Mikhail Galanin <[email protected]> 0.2.2-00beta2 | ||
- File transfer | ||
- Fixed many errors | ||
|
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 @@ | ||
#include <QString> | ||
|
||
QString kopeteMrimVersion() { | ||
return "0.2.2b1"; | ||
return "0.2.2"; | ||
} |