Skip to content

Commit

Permalink
Bump version of package and pkgconfig
Browse files Browse the repository at this point in the history
Significant API break requires version bump.
  • Loading branch information
Chris Adams committed Sep 23, 2020
1 parent 97d831e commit 2e30ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rpm/qtcontacts-sqlite-qt5.spec
@@ -1,5 +1,5 @@
Name: qtcontacts-sqlite-qt5
Version: 0.2.41
Version: 0.3.0
Release: 0
Summary: SQLite-based plugin for QtPIM Contacts
License: BSD
Expand All @@ -8,7 +8,7 @@ Source0: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Contacts)
BuildRequires: pkgconfig(Qt5Contacts) >= 5.2.0
BuildRequires: pkgconfig(mlite5)
Requires: qt5-plugin-sqldriver-sqlite

Expand Down
2 changes: 1 addition & 1 deletion src/qtcontacts-sqlite-qt5-extensions.pc
Expand Up @@ -3,5 +3,5 @@ includedir=${prefix}/include/qtcontacts-sqlite-qt5-extensions

Name: qtcontacts-sqlite-qt5-extensions
Description: QtContacts extensions implemented by qtcontacts-sqlite-qt5
Version: 0.2.36
Version: 0.3.0
Cflags: -I${includedir}

0 comments on commit 2e30ae4

Please sign in to comment.