Skip to content

Commit 3d53d32

Browse files
committed
Moved build scripts out of the phpmyfaq/ folder
1 parent c0dacca commit 3d53d32

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<parameters>
22
<parameter name="Application Path" defaultValue="Default Web Site/faq" tags="iisapp">
3-
<parameterEntry type="ProviderPath" scope="iisapp" match="phpMyFAQ-2.7.0" />
3+
<parameterEntry type="ProviderPath" scope="iisapp" match="phpMyFAQ-2.8.0" />
44
</parameter>
55
</parameters>

phpmyfaq/phpmyfaq.spec renamed to phpmyfaq.spec

+13-9
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# phpMyFAQ
5656
#
5757
%define name phpmyfaq
58-
%define version 2.7.0
58+
%define version 2.8.0
5959
%define release 1
6060
%define epoch 0
6161

@@ -130,7 +130,7 @@ Requires: apache
130130
%else
131131
Requires: httpd
132132
%endif
133-
Requires: php >= 5.2.0
133+
Requires: php >= 5.2.3
134134
# GD is bundled into PHP starting from PHP 4.3.0
135135
Requires: php-gd
136136
# We do not require MySQL but one among the several DB supported by phpMyFAQ.
@@ -152,24 +152,28 @@ XML-support, PDF-support, a backup-system and an easy to use
152152
installation script.
153153

154154
%changelog
155-
=======
155+
=========
156+
157+
* Wed Sep 28 2011 Thorsten Rinne <[email protected]> - 2.7.0.alpha-1
158+
- New upstream version 2.8.0-alpha
159+
156160
* Tue Sep 20 2011 Thorsten Rinne <[email protected]> - 2.7.0-1
157-
- New upstream version 2.7-0
161+
- New upstream version 2.7.0
158162

159163
* Sun Aug 17 2011 Thorsten Rinne <[email protected]> - 2.7.0.RC-1
160-
- New upstream version 2.7-0-RC
164+
- New upstream version 2.7.0-RC
161165

162166
* Sun Aug 07 2011 Thorsten Rinne <[email protected]> - 2.7.0.beta3-1
163-
- New upstream version 2.7-0-beta3
167+
- New upstream version 2.7.0-beta3
164168

165169
* Thu Mar 24 2011 Thorsten Rinne <[email protected]> - 2.7.0.beta-1
166-
- New upstream version 2.7-0-beta
170+
- New upstream version 2.7.0-beta
167171

168172
* Sat Jan 28 2011 Thorsten Rinne <[email protected]> - 2.7.0.alpha2-1
169-
- New upstream version 2.7-0-alpha2
173+
- New upstream version 2.7.0-alpha2
170174

171175
* Mon Aug 08 2010 Thorsten Rinne <[email protected]> - 2.7.0.alpha-1
172-
- New upstream version 2.7-0-alpha
176+
- New upstream version 2.7.0-alpha
173177

174178
* Wed Jun 22 2011 Thorsten Rinne <[email protected]> - 2.6.18-1
175179
- New upstream version 2.6.18

0 commit comments

Comments
 (0)