commit apache2-mod_macro for openSUSE:Factory
Hello community, here is the log from the commit of package apache2-mod_macro for openSUSE:Factory checked in at 2013-02-01 10:59:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2-mod_macro (Old) and /work/SRC/openSUSE:Factory/.apache2-mod_macro.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "apache2-mod_macro", Maintainer is "draht@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/apache2-mod_macro/apache2-mod_macro.changes 2012-02-21 12:14:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.apache2-mod_macro.new/apache2-mod_macro.changes 2013-02-01 10:59:43.000000000 +0100 @@ -1,0 +2,18 @@ +Mon Jan 28 19:50:27 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.2.1: + + Minor documentation update. +- Changes from version 1.2.0: + + Port to Apache 2.4 API +- Changes from version 1.1.11: + + Fix compilation on MacOS X + + Style-updated documentation +- Changes from version 1.1.10: + + Escape @-arguments, useful in some case +- Changes from version 1.1.9: + + fix Error/Warning coredump, because Apache 2.2 has changed how + to access bthe current filename and line number. +- Fix build with apache 2.4: apxs2 moved from %{_sbindir} to + %{_bindir}. + +------------------------------------------------------------------- Old: ---- mod_macro-1.1.8.tar.bz2 New: ---- mod_macro-1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache2-mod_macro.spec ++++++ --- /var/tmp/diff_new_pack.lOtCH3/_old 2013-02-01 10:59:44.000000000 +0100 +++ /var/tmp/diff_new_pack.lOtCH3/_new 2013-02-01 10:59:44.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package apache2-mod_macro # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: apache2-mod_macro -BuildRequires: apache2-devel +BuildRequires: apache2-devel >= 2.4 BuildRequires: pcre-devel %define modname mod_macro -%define apxs /usr/sbin/apxs2 +%define apxs %{_bindir}/apxs2 %define apache apache2 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR) %define apache_sysconfdir %(%{apxs} -q SYSCONFDIR) @@ -28,14 +28,15 @@ %define apache_serverroot %(%{apxs} -q PREFIX) %define apache_localstatedir %(%{apxs} -q LOCALSTATEDIR) %define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN) -Version: 1.1.8 +Version: 1.2.1 Release: 0 -Requires: apache2 %{apache_mmn} +Requires: %{apache_mmn} +Requires: apache2 Summary: Define and Use Macros within the Apache Configuration License: BSD-3-Clause Group: Productivity/Networking/Web/Servers Url: http://www.coelho.net/mod_macro/ -Source: http://www.coelho.net/mod_macro/%{modname}-%{version}.tar.bz2 +Source: http://www.coelho.net/mod_macro/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build #Docdir: %{_defaultdocdir}/%{apache} -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de