From 45bc53ab32254e12af4dad98b9acbb61388c7ad8 Mon Sep 17 00:00:00 2001 From: codestation Date: Tue, 7 Oct 2014 12:43:45 -0430 Subject: [PATCH] Bump versions on rpm/windows scripts --- rpmbuild/VitaMTP-fedora.spec | 4 ++-- rpmbuild/VitaMTP-openSUSE.spec | 4 ++-- rpmbuild/qcma-fedora.spec | 2 +- rpmbuild/qcma-openSUSE.spec | 2 +- windows/qcma.nsi | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rpmbuild/VitaMTP-fedora.spec b/rpmbuild/VitaMTP-fedora.spec index 99fa927..66759cb 100644 --- a/rpmbuild/VitaMTP-fedora.spec +++ b/rpmbuild/VitaMTP-fedora.spec @@ -3,9 +3,9 @@ # Name: libvitamtp -Version: 2.5.1 +Version: 2.5.4 Release: 0 -%define sonum 3 +%define sonum 4 Summary: Low-level Vita communication library License: GPL-3.0 Group: System/Libraries diff --git a/rpmbuild/VitaMTP-openSUSE.spec b/rpmbuild/VitaMTP-openSUSE.spec index 5b441d8..4c5ec1a 100644 --- a/rpmbuild/VitaMTP-openSUSE.spec +++ b/rpmbuild/VitaMTP-openSUSE.spec @@ -3,9 +3,9 @@ # Name: libvitamtp -Version: 2.5.1 +Version: 2.5.4 Release: 0 -%define sonum 3 +%define sonum 4 Summary: Low-level Vita communication library License: GPL-3.0 Group: System/Libraries diff --git a/rpmbuild/qcma-fedora.spec b/rpmbuild/qcma-fedora.spec index 377fa04..c9ce75e 100644 --- a/rpmbuild/qcma-fedora.spec +++ b/rpmbuild/qcma-fedora.spec @@ -13,7 +13,7 @@ Group: Productivity/File utilities Requires: ffmpeg Requires: qt5-qtbase Requires: qt5-qtimageformats -Requires: libvitamtp3 >= 2.5.0 +Requires: libvitamtp4 >= 2.5.4 BuildRequires: pkgconfig BuildRequires: ffmpeg-devel BuildRequires: libvitamtp-devel diff --git a/rpmbuild/qcma-openSUSE.spec b/rpmbuild/qcma-openSUSE.spec index eb06cb2..4f89afc 100644 --- a/rpmbuild/qcma-openSUSE.spec +++ b/rpmbuild/qcma-openSUSE.spec @@ -13,7 +13,7 @@ Group: Productivity/File utilities Requires: ffmpeg Requires: libqt5-qtbase Requires: libqt5-qtimageformats -Requires: libvitamtp3 >= 2.5.0 +Requires: libvitamtp4 >= 2.5.4 BuildRequires: pkg-config BuildRequires: ffmpeg-devel BuildRequires: libvitamtp-devel diff --git a/windows/qcma.nsi b/windows/qcma.nsi index 304e520..523fcb9 100644 --- a/windows/qcma.nsi +++ b/windows/qcma.nsi @@ -10,7 +10,7 @@ !define PRODUCT_EXE_NAME "qcma.exe" !define PRODUCT_VERSION_MAJOR 0 !define PRODUCT_VERSION_MINOR 3 -!define PRODUCT_VERSION_BUILD 3 +!define PRODUCT_VERSION_BUILD 4 !define PRODUCT_PUBLISHER "codestation" !define PRODUCT_WEB_SITE "https://github.com/codestation/qcma" !define HELPURL "https://github.com/xiannox/qcma/wiki"