Skip to content

Commit

Permalink
bump version number and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
olav-st committed Feb 14, 2015
1 parent b82b6fa commit 382ecc3
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 33 deletions.
2 changes: 1 addition & 1 deletion deploy/PKGBUILD 100755 → 100644
@@ -1,6 +1,6 @@
# Maintainer: Olav Sortland Thoresen <olav.s.th@gmail.com>
pkgname=screencloud
pkgver=1.1.6
pkgver=1.2.0
pkgrel=1
pkgdesc="Easy to use screenshot sharing application."
arch=('i686 x86_64')
Expand Down
2 changes: 1 addition & 1 deletion deploy/_service
@@ -1,6 +1,6 @@
<services>
<service name="tar_scm">
<param name="versionprefix">1.1.6</param>
<param name="versionprefix">1.2.0</param>
<param name="url">https://github.com/olav-st/screencloud.git</param>
<param name="scm">git</param>
<param name="filename">screencloud</param>
Expand Down
7 changes: 7 additions & 0 deletions deploy/debian.changelog
@@ -1,3 +1,10 @@
screencloud (1.2.0) unstable; urgency=low

* Added screenshot editor
* Fixed audio output sometimes crashing the application

-- Olav Sortland Thoresen <olav-s-th@gmail.com> Sat, 14 Feb 2015 14:57:30 -0000

screencloud (1.1.6) unstable; urgency=low

* Fixed plugin list not loading (url has changed)
Expand Down
23 changes: 0 additions & 23 deletions deploy/debian.control

This file was deleted.

4 changes: 2 additions & 2 deletions deploy/screencloud-xUbuntu_14.10.dsc
@@ -1,10 +1,10 @@
Format: 1.0
Source: screencloud
Version: 1.1.6-1
Version: 1.2.0-1
Binary: screencloud
Maintainer: Olav Sortand Thoresen <olav.s.th@gmail.com>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), cmake, libqt4-dev, qtmobility-dev, libqxt-dev, libquazip-dev, zlib1g-dev, python2.7-dev
Build-Conflicts: libpam-systemd
Files:
fba167de7a961c37e1c177a0742805fd 6468030 screencloud-1.1.6.tar.gz
fba167de7a961c37e1c177a0742805fd 6468030 screencloud-1.2.0.tar.gz
4 changes: 2 additions & 2 deletions deploy/screencloud.dsc
@@ -1,10 +1,10 @@
Format: 1.0
Source: screencloud
Version: 1.1.6-1
Version: 1.2.0-1
Binary: screencloud
Maintainer: Olav Sortand Thoresen <olav.s.th@gmail.com>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), cmake, libqt4-dev, qtmobility-dev, libqxt-dev, libquazip0-dev, zlib1g-dev, python2.7-dev
Build-Conflicts: libpam-systemd
Files:
bd606940fffeceb3e048b79db19fd3b1 3003083 screencloud-1.1.6.tar.gz
fba167de7a961c37e1c177a0742805fd 6468030 screencloud-1.2.0.tar.gz
6 changes: 5 additions & 1 deletion deploy/screencloud.spec 100755 → 100644
Expand Up @@ -6,7 +6,7 @@ Name: screencloud
License: GPL-2.0
Group: Productivity/Networking/Other
Summary: Easy to use screenshot sharing application
Version: 1.1.6
Version: 1.2.0
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -101,6 +101,10 @@ ln -sf /opt/screencloud/screencloud.sh $RPM_BUILD_ROOT/usr/bin/screencloud
/usr/bin/screencloud

%changelog
* Sat Feb 14 2014 Olav Sortland Thoresen <olav.s.th@gmail.com> - 1.2.0
- Added screenshot editor
- Fixed audio output sometimes crashing the application

* Sun Mar 30 2014 Olav Sortland Thoresen <olav.s.th@gmail.com> - 1.1.6
- Fixed plugin list not loading (url has changed)
- Made more strings translatable
Expand Down
2 changes: 1 addition & 1 deletion screencloud/CMakeLists.txt
@@ -1,6 +1,6 @@
project( screencloud )
cmake_minimum_required (VERSION 2.6)
set(VERSION_STRING 1.1.6)
set(VERSION_STRING 1.2.0)


#set module path
Expand Down
4 changes: 2 additions & 2 deletions screencloud/res/Info.plist 100755 → 100644
Expand Up @@ -17,9 +17,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>106</string>
<string>120</string>
<key>CFBundleShortVersionString</key>
<string>1.1.6</string>
<string>1.2.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file modified screencloud/res/doc/changelog.gz
Binary file not shown.

0 comments on commit 382ecc3

Please sign in to comment.