X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=myslice.spec;h=e0504ea4d0b1cb4b7aa4179d5ce4eba550041a4b;hp=2925b604fd33f2ac9a501d5d59ba710f0968b403;hb=d384e4b10bf9ba67f610bef72cf0e5b2dd747baf;hpb=4fbc399d29eb1a887a7cad3a560498b3435b53a8 diff --git a/myslice.spec b/myslice.spec index 2925b604..e0504ea4 100644 --- a/myslice.spec +++ b/myslice.spec @@ -1,6 +1,6 @@ %define name myslice -%define version 0.1 -%define taglevel 1 +%define version 0.2 +%define taglevel 4 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -16,9 +16,9 @@ Vendor: OpenLab Packager: OpenLab URL: %{SCMURL} -# We use set everywhere Requires: python >= 2.7 -Requires: Django +# in f14 this used to be called Django +Requires: python-django Requires: httpd Requires: mod_wsgi BuildRequires: python-setuptools make @@ -47,3 +47,23 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myslice/* %changelog +* Wed Sep 25 2013 Thierry Parmentelat - myslice-0.2-4 +- move to bootstrap v3 complete - hopefully +- static files directory is now plain static/ +- templates files directory is now plain templates/ +- packaging for debian should be working fine, using apache+wsgi + +* Fri Sep 20 2013 Thierry Parmentelat - myslice-0.2-3 +- checkpoint for deployment on test.myslice.info + +* Mon Sep 09 2013 Thierry Parmentelat - myslice-0.2-2 +- cleaner tag, using module-tag for consistent numbering + +* Mon Apr 08 2013 Thierry Parmentelat - myslice-django-0.1-3 +- a small number of representative plugins are available +- next step is to correlate a Get query with its corresponding Update like in slice.php + +* Mon Mar 25 2013 Thierry Parmentelat - myslice-django-0.1-2 +- new pluing 'hazelnut' which is a tmpname for the former datatables one +- querycode is syntaxhighlighter-enabled +