From d6ff1b98faf8d12f2d6037860e4e2cc1bd67ac40 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 16 2013 05:42:41 +0000 Subject: 0.4.2 --- diff --git a/.gitignore b/.gitignore index fcb9143..2acd984 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /attica-0.4.1.tar.bz2 +/attica-0.4.2.tar.bz2 diff --git a/attica.spec b/attica.spec index b8c76ed..642ef37 100644 --- a/attica.spec +++ b/attica.spec @@ -1,7 +1,7 @@ Name: attica -Version: 0.4.1 -Release: 2%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: Implementation of the Open Collaboration Services API Group: Development/Libraries @@ -31,7 +31,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build mkdir -p %{_target_platform} pushd %{_target_platform} -%{cmake} .. +%{cmake} \ + -DQT4_BUILD:BOOL=ON \ + .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -62,6 +64,9 @@ test "$(pkg-config --modversion libattica)" = "%{version}" %changelog +* Sat Jun 15 2013 Rex Dieter 0.4.2-1 +- 0.4.2 + * Wed Feb 13 2013 Fedora Release Engineering - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 5da4f98..a2c2f29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b90983ec5d79e5ddcbc9146fa23cab72 attica-0.4.1.tar.bz2 +d62c5c9489a68432e8d990dde7680c24 attica-0.4.2.tar.bz2