diff --git a/.gitignore b/.gitignore index c95895b..b9eb855 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/attica-0.1.91.tar.bz2 +/attica-0.2.0.tar.bz2 diff --git a/attica-0.1.91-version.patch b/attica-0.1.91-version.patch deleted file mode 100644 index 3d8c95e..0000000 --- a/attica-0.1.91-version.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up attica-0.1.91/CMakeLists.txt.version attica-0.1.91/CMakeLists.txt ---- attica-0.1.91/CMakeLists.txt.version 2010-09-09 03:42:42.000000000 -0500 -+++ attica-0.1.91/CMakeLists.txt 2010-11-20 13:44:18.909612397 -0600 -@@ -2,7 +2,7 @@ project(attica) - - set(CMAKE_LIBATTICA_VERSION_MAJOR 0 CACHE INT "Major Attica version number" FORCE) - set(CMAKE_LIBATTICA_VERSION_MINOR 1 CACHE INT "Minor Attica version number" FORCE) --set(CMAKE_LIBATTICA_VERSION_PATCH 90 CACHE INT "Release Attica version number" FORCE) -+set(CMAKE_LIBATTICA_VERSION_PATCH 91 CACHE INT "Release Attica version number" FORCE) - set(CMAKE_LIBATTICA_VERSION_STRING "${CMAKE_LIBATTICA_VERSION_MAJOR}.${CMAKE_LIBATTICA_VERSION_MINOR}.${CMAKE_LIBATTICA_VERSION_PATCH}" CACHE STRING "Attica version string" FORCE) - - cmake_minimum_required(VERSION 2.6) diff --git a/attica.spec b/attica.spec index 5592216..8a8d38f 100644 --- a/attica.spec +++ b/attica.spec @@ -1,20 +1,15 @@ Name: attica -Version: 0.1.91 -Release: 2%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: Implementation of the Open Collaboration Services API Group: Development/Libraries License: LGPLv2+ URL: http://www.kde.org -Source0: ftp://ftp.kde.org/pub/kde/unstable/attica/attica-%{version}.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/stable/attica/attica-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -## upstreamable patches -Patch50: attica-0.1.91-version.patch - -## upstream patches - BuildRequires: cmake BuildRequires: qt4-devel BuildRequires: openssl-devel @@ -35,8 +30,6 @@ developing applications that use %{name}. %prep %setup -q -%patch50 -p1 -b .version - %build mkdir -p %{_target_platform} @@ -82,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 26 2011 Rex Dieter 0.2.0-1 +- attica-0.2.0 + * Mon Feb 07 2011 Fedora Release Engineering - 0.1.91-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 497f64a..14a1f23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -946c0f22b50f4256599046b028c40ef2 attica-0.1.91.tar.bz2 +df3dcea0229cfa31539bdd427976e15b attica-0.2.0.tar.bz2