diff --git a/atheme.spec b/atheme.spec index d5ab7de..f804b93 100644 --- a/atheme.spec +++ b/atheme.spec @@ -1,7 +1,7 @@ # norootforbuild Name: atheme -Version: 2.0.0 +Version: 2.1.0 Release: 1 %define pkg_name atheme # @@ -17,8 +17,6 @@ BuildRequires: postgresql-devel openssl-devel pkgconfig URL: http://www.atheme.net/ Source: http://www.atheme.net/releases/atheme-%{version}.tar.gz Source1: atheme.init -Patch: atheme-2.0.0_fhs_paths.patch -Patch1: atheme-2.0.0_static_buffer_overflow.patch # Summary: A portable, secure set of open source, modular IRC services %description @@ -52,12 +50,8 @@ Authors: %debug_package %prep %setup -n %{pkg_name}-%{version} -%patch -%patch1 %build -autoconf -autoheader %if 0%{?suse_version} > 1000 export CFLAGS="%{optflags} -fstack-protector-all" %endif @@ -124,5 +118,7 @@ export CFLAGS="%{optflags} -fstack-protector-all" %dir %attr(750,atheme,atheme) %{atheme_log} %changelog +* Tue Feb 20 2007 - mrueckert@suse.de +- update to version 2.1.0 * Sat Nov 25 2006 - mrueckert@suse.de - initial package of version 2.0.0