Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.27
  • Loading branch information
monich committed Nov 9, 2020
1 parent 314e7e6 commit ebe45e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions rpm/libqofonoext.spec
@@ -1,18 +1,21 @@
Name: libqofonoext

Summary: A library of Qt bindings for ofono extensions
Version: 1.0.26
Version: 1.0.27
Release: 1
License: LGPLv2
URL: https://git.sailfishos.org/mer-core/libqofonoext
Source0: %{name}-%{version}.tar.bz2
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires: libqofono-qt5 >= 0.87

%define libqofono_version 0.101

BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(qofono-qt5) >= 0.87
BuildRequires: pkgconfig(qofono-qt5) >= %{libqofono_version}
Requires: libqofono-qt5 >= %{libqofono_version}

%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%{!?qtc_make:%define qtc_make make}
Expand All @@ -22,7 +25,6 @@ This package contains Qt bindings for ofono extensions

%package declarative
Summary: Declarative plugin for %{name}
Group: Development/Tools
Requires: %{name} = %{version}-%{release}
Requires: %{name} = %{version}

Expand All @@ -31,7 +33,6 @@ This package contains declarative plugin for %{name}

%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name} = %{version}

Expand Down
2 changes: 1 addition & 1 deletion src/version.pri
@@ -1 +1 @@
VERSION = 1.0.26
VERSION = 1.0.27

0 comments on commit ebe45e0

Please sign in to comment.