Fix for packages.

--HG--
branch : release
master
Roman Telezhynskyi 2018-10-23 11:08:16 +03:00
parent 6a6180bf27
commit eecea8afda
7 changed files with 12 additions and 12 deletions

View File

@ -186,7 +186,7 @@ deploy:
package: valentina-win_auto-upload
publish: true
override: true
version: 0.6.0
version: 0.6.1
on:
DEPLOY: true
artifact: valentina-win-$(QT_VERSION)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)

View File

@ -1,5 +1,5 @@
valentina (0.6.0) trusty; urgency=low
valentina (0.6.1) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Mon, 01 Oct 2018 12:27:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 23 Oct 2018 12:27:00 +0300

View File

@ -1,5 +1,5 @@
valentina (0.6.0) trusty; urgency=low
valentina (0.6.1) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Mon, 01 Oct 2018 12:27:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 23 Oct 2018 12:27:00 +0300

View File

@ -19,9 +19,9 @@
<key>CFBundleIdentifier</key>
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>0.6.0</string>
<string>0.6.1</string>
<key>CFBundleVersion</key>
<string>0.6.0.0</string>
<string>0.6.1.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDocumentTypes</key>

View File

@ -19,9 +19,9 @@
<key>CFBundleIdentifier</key>
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>0.6.0</string>
<string>0.6.1</string>
<key>CFBundleVersion</key>
<string>0.6.0.0</string>
<string>0.6.1.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDocumentTypes</key>

2
dist/rpm/_service vendored
View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="url">https://github.com/dismine/Valentina_git.git</param>
<param name="versionprefix">0.6.0</param>
<param name="versionprefix">0.6.1</param>
<param name="filename">valentina</param>
<param name="scm">git</param>
<param name="versionformat">%at</param>

View File

@ -73,7 +73,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel
Requires: poppler-utils
Version: 0.6.0
Version: 0.6.1
Release: 0
URL: https://bitbucket.org/dismine/valentina
License: GPL-3.0+
@ -198,6 +198,6 @@ rm -f dist/debian/%{name}.1.gz dist/debian/tape.1.gz dist/debian/%{name}.xml dis
%changelog
* Mon Jun 11 2018 Roman Telezhynskyi
* Tue Oct 23 2018 Roman Telezhynskyi
- Auto build