rpms/zikula-module-advanced_polls/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 sources, 1.2, 1.3 zikula-module-advanced_polls.spec, 1.1, 1.2

Nick Bebout nb at fedoraproject.org
Tue Jun 8 02:04:43 UTC 2010


Author: nb

Update of /cvs/pkgs/rpms/zikula-module-advanced_polls/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2509/devel

Modified Files:
	.cvsignore import.log sources 
	zikula-module-advanced_polls.spec 
Log Message:
Update to 2.0.0




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zikula-module-advanced_polls/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	20 Oct 2009 02:37:17 -0000	1.2
+++ .cvsignore	8 Jun 2010 02:04:43 -0000	1.3
@@ -1 +1 @@
-advanced_polls151.zip
+advanced_polls200.zip


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/zikula-module-advanced_polls/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	20 Oct 2009 02:37:17 -0000	1.1
+++ import.log	8 Jun 2010 02:04:43 -0000	1.2
@@ -1 +1,2 @@
 zikula-module-advanced_polls-1_5_1-1_fc11:HEAD:zikula-module-advanced_polls-1.5.1-1.fc11.src.rpm:1256006189
+zikula-module-advanced_polls-2_0_0-1_fc13:HEAD:zikula-module-advanced_polls-2.0.0-1.fc13.src.rpm:1275961487


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zikula-module-advanced_polls/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	20 Oct 2009 02:37:17 -0000	1.2
+++ sources	8 Jun 2010 02:04:43 -0000	1.3
@@ -1 +1 @@
-8f4f1fb4095c7b428bff2273d2be4106  advanced_polls151.zip
+3d06e252e7ef899313c14b3b2541d152  advanced_polls200.zip


Index: zikula-module-advanced_polls.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zikula-module-advanced_polls/devel/zikula-module-advanced_polls.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- zikula-module-advanced_polls.spec	20 Oct 2009 02:37:17 -0000	1.1
+++ zikula-module-advanced_polls.spec	8 Jun 2010 02:04:43 -0000	1.2
@@ -3,29 +3,35 @@
 %global zikula_modname          advanced_polls
 
 Name:           zikula-module-%{zikula_modname}
-Version:        1.5.1
+Version:        2.0.0
 Release:        1%{?dist}
 Summary:        Advanced voting system for Zikula
 
 Group:          Applications/Publishing
 License:        GPL+
-URL:            http://code.zikula.org/avancedpolls/downloads
-# http://code.zikula.org/advancedpolls/downloads/2
-Source0:        %{zikula_modname}151.zip
+URL:            http://code.zikula.org/advancedpolls/downloads
+# http://code.zikula.org/advancedpolls/downloads/5
+# The Source0 URL must be used with a Internet browser.  wget will not work.
+Source0:        advanced_polls200.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 #BuildRequires:
-Requires:       zikula
+Requires:       zikula => 1.2.3
 
 %description
 Advanced Polls is an advanced voting system for the Zikula CMS system
 
 
 %prep
-%setup -qn html/modules/%{zikula_modname}
+%setup -qn modules/%{zikula_modname}
 # Remove empty index.html and others
 find -size 0 | xargs rm -f
-
+# Remove htaccess file
+cd pnincludes/
+rm .htaccess
+# Remove .mo file
+cd ../locale/
+rm -r *
 
 %build
 # Fixing wrong-file-end-of-line-encoding errors
@@ -53,5 +59,20 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 27 2010 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 2.0.0-1
+- Updated for Zikula v1.2
+- Gettext conversion
+- Category support
+- Permalink support
+- Meta data support
+- Ajax voting
+- Improved templates and interface
+- Multihook needle support #8
+- Added simple content plugin #8
+- Improved recurrence and DBUtil usage
+- Fixed blocks and authorisation methods
+- Fixed duplicate function
+- Improved results bars style
+
 * Wed Jul 15 2009 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.5.1-1
 - Initial RPM release



More information about the scm-commits mailing list