Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Dec 31, 2014
1 parent 6a67190 commit c5f7251
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common-project-config.pri
Expand Up @@ -33,7 +33,7 @@ UI_HEADERS_DIR = ui/include
UI_SOURCES_DIR = ui/src

# we don't like warnings...
QMAKE_CXXFLAGS *= -Werror
QMAKE_CXXFLAGS *= -Werror -Wno-psabi


# End of File
Expand Down
2 changes: 1 addition & 1 deletion common-vars.pri
Expand Up @@ -34,7 +34,7 @@ PROJECT_NAME = libcommhistory-qt5
# Project version
# remember to update debian/* files if you changes this
#-----------------------------------------------------------------------------
PROJECT_VERSION = 1.7.5
PROJECT_VERSION = 1.8.1

#------------------------------------------------------------------------------
# Library version
Expand Down
9 changes: 6 additions & 3 deletions rpm/libcommhistory-qt5.spec
@@ -1,6 +1,6 @@
Name: libcommhistory-qt5
Summary: Communications event history database API
Version: 1.7.22
Version: 1.8.1
Release: 1
Group: System/Libraries
License: LGPL
Expand All @@ -15,6 +15,9 @@ BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions) >= 0.1.41
BuildRequires: pkgconfig(contactcache-qt5) >= 0.0.17

%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%{!?qtc_make:%define qtc_make make}

%description
Library for accessing the communications (IM, SMS and call) history database.

Expand Down Expand Up @@ -71,8 +74,8 @@ Documentation for libcommhistory

%build
unset LD_AS_NEEDED
%qmake5
make %{?_smp_mflags}
%qtc_qmake5
%qtc_make %{?_smp_mflags}

%install
rm -rf %{buildroot}
Expand Down
2 changes: 1 addition & 1 deletion src/commhistory-qt5.pc
Expand Up @@ -5,7 +5,7 @@ includedir=${prefix}/include/commhistory-qt5/

Name: libcommhistory-qt5
Description: Messaging/Call-History Library
Version: 1.7.5
Version: 1.8.1
Libs: -L${libdir} -lcommhistory-qt5
Libs.private: -L/usr/lib
Cflags: -I${includedir}
Expand Down

0 comments on commit c5f7251

Please sign in to comment.