$ git diff --patch-with-stat --summary 2389b8433149af0d5818bb2169593c3f435f3223..d9c9f6e798e6c4126f918d5f018bb1e18a596302
.abf.yml | 3 +--
qt5-qtscxml.spec | 6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index f1034b1..cdd4d4e 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,3 +1,2 @@
sources:
- qtscxml-everywhere-src-5.13.0-rc3.tar.xz: c3f6332e8a311ff46c34f899193034949521d456
- qtscxml-everywhere-src-5.13.0.tar.xz: 88ddcde875b3b1a8248850631fd1344a2c80aed0
+ qtscxml-everywhere-src-5.13.1.tar.xz: 7b25276a9e6a76f4f4fa26f477b13c686f432ef8
diff --git a/qt5-qtscxml.spec b/qt5-qtscxml.spec
index af85fbe..47017d1 100644
--- a/qt5-qtscxml.spec
+++ b/qt5-qtscxml.spec
@@ -4,15 +4,15 @@
%define beta %{nil}
Name: qt5-qtscxml
-Version: 5.13.0
+Version: 5.13.1
%if "%{beta}" != "%{nil}"
%define qttarballdir qtscxml-everywhere-src-%{version}-%{beta}
Source0: http://download.qt.io/development_releases/qt/%(echo %{version}|cut -d. -f1-2)/%{version}-%(echo %{beta} |sed -e "s,1$,,")/submodules/%{qttarballdir}.tar.xz
-Release: 0.%{beta}.1
+Release: 1
%else
%define qttarballdir qtscxml-everywhere-src-%{version}
Source0: http://download.qt.io/official_releases/qt/%(echo %{version}|cut -d. -f1-2)/%{version}/submodules/%{qttarballdir}.tar.xz
-Release: 1
+Release: 1
%endif
Summary: Qt scxml library
URL: https://github.com/qtproject/qtscxml