Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
kekekeks committed Dec 24, 2011
1 parent ce0ee8f commit 89af27f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aboutdialog.ui
Expand Up @@ -33,7 +33,7 @@
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:20pt;">SkypeTab</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Version: 0.4.8</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Version: 0.4.9</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">This program adds tabs to Skype™ for Linux.</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Author: Nikita Tsukanov <</span><a href="mailto:keks9n@gmail.com"><span style=" font-family:'Sans'; text-decoration: underline; color:#0000ff;">keks9n@gmail.com</span></a><span style=" font-family:'Sans';">></span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Special thanks to:</span></p>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
skypetab-ng (0.4.9-1) oneiric; urgency=low

* Fixed some focus issues
* Added "don't close tabs with the window" option
* Added additional event counter to Skype's icon

-- Nikita Tsukanov <keks9n@gmail.com> Sat, 24 Dec 2011 16:55:57 +0400

skypetab-ng (0.4.8-1) oneiric; urgency=low

* Now it remembers it's last window position
Expand Down
4 changes: 3 additions & 1 deletion genrpm.sh
Expand Up @@ -5,6 +5,8 @@ rm -rf tmprpm
mkdir -p tmprpm/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
mkdir -p tmprpm/skypetab-ng-$VERSION
cp -R * tmprpm/skypetab-ng-$VERSION
rm -f tmprpm/skypetab-ng-$VERSION/skypetab-ng.src.rpm
rm -rf tmprpm/skypetab-ng-$VERSION/tmprpm
cd tmprpm
tar czf skypetab-ng.tar.gz skypetab-ng-$VERSION
mv skypetab-ng.tar.gz rpmbuild/SOURCES
Expand All @@ -13,4 +15,4 @@ cp ../skypetab-ng.spec rpmbuild/SPECS
echo Building
rpmbuild -bs ../skypetab-ng.spec --buildroot `pwd`/build/ --define='%_topdir %(echo `pwd`)/rpmbuild'
cp rpmbuild/SRPMS/* ../skypetab-ng.src.rpm
rm -rf tmprpm
rm -rf ../tmprpm
2 changes: 1 addition & 1 deletion skypetab-ng.pro
Expand Up @@ -6,7 +6,7 @@

TARGET = skypetab-ng
TEMPLATE = lib
VERSION = 0.4.8
VERSION = 0.4.9

DEFINES += SKYPETABNG_LIBRARY
QMAKE_CXXFLAGS += -std=c++0x
Expand Down
2 changes: 1 addition & 1 deletion skypetab-ng.spec
@@ -1,5 +1,5 @@
Summary: This program adds tabs to Skype™ for Linux
%define version 0.4.8
%define version 0.4.9
Group: Applications/Internet
Name: skypetab-ng
License: LGPL
Expand Down
Binary file modified skypetab-ng.src.rpm
Binary file not shown.

1 comment on commit 89af27f

@trofi
Copy link

@trofi trofi commented on 89af27f Feb 11, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about pushing tags to github?

It would allow releasing tarballs a bit easier.

`git tag -a -m "yyeeeah" v0.4.9` and `git push --tags`

Thanks!

Please sign in to comment.