From fd62e0fd59260e22623131a5ddd06f0ef4fc14ca Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Oct 27 2009 00:39:27 +0000 Subject: Update for 0.11 --- diff --git a/.cvsignore b/.cvsignore index a1c1e59..6897a08 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iniadminplugin_0.10-r2824.zip +iniadminplugin_0.11-r6877.zip diff --git a/import.log b/import.log new file mode 100644 index 0000000..0a6fc79 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +trac-iniadmin-plugin-0_1-7_20091026svn6877_fc12:HEAD:trac-iniadmin-plugin-0.1-7.20091026svn6877.fc12.src.rpm:1256603907 diff --git a/sources b/sources index 2d5c45e..02c000a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -591ed8eb2b5a15dfd0fb56a3e04c2dce iniadminplugin_0.10-r2824.zip +ecdcb9bb1c97a3cadf318a435350c0bf iniadminplugin_0.11-r6877.zip diff --git a/trac-iniadmin-plugin.spec b/trac-iniadmin-plugin.spec index be8942b..9e0a739 100644 --- a/trac-iniadmin-plugin.spec +++ b/trac-iniadmin-plugin.spec @@ -1,18 +1,18 @@ # sitelib for noarch packages, sitearch for others (remove the unneeded one) %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%define svnrev 2824 +%define svnrev 6877 Name: trac-iniadmin-plugin Version: 0.1 -Release: 5.20071126svn%{svnrev}%{?dist} -Summary: Expose all TracIni options using the Trac 0.10 config option API +Release: 7.20091026svn%{svnrev}%{?dist} +Summary: Expose all TracIni options using the Trac 0.11 config option API Group: Applications/Internet License: BSD URL: http://trac-hacks.org/wiki/IniAdminPlugin -# Source comes from Trac right now: http://trac-hacks.org/changeset/%{svnrev}/iniadminplugin/0.10?old_path=/&filename=iniadminplugin/0.10&format=zip -Source0: iniadminplugin_0.10-r%{svnrev}.zip +# Source comes from Trac right now: http://trac-hacks.org/changeset/%{svnrev}/iniadminplugin/0.11?old_path=/&filename=iniadminplugin/0.11&format=zip +Source0: iniadminplugin_0.11-r%{svnrev}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -21,7 +21,7 @@ BuildRequires: python-setuptools Requires: trac, python-setuptools %description -This plugin uses the new configuration option API in Trac 0.10 to allow +This plugin uses the new configuration option API in Trac 0.11 to allow modification of any field exposed through this mechanism. This currently includes all core Trac settings, and although no plugins are @@ -31,7 +31,7 @@ Note: Many Trac options require a restart of the server process, so your changes may not take effect until that is done. %prep -%setup -n iniadminplugin/0.10 -q +%setup -n iniadminplugin/0.11 -q %build @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 26 2009 Jesse Keating - 0.1-7.20091026svn3915 +- Update for 0.11 + * Sun Jul 26 2009 Fedora Release Engineering - 0.1-5.20071126svn2824 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild