Compare commits
5 commits
rawhide
...
EL-6-split
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8c3b6b705 | ||
|
|
e475f04e2e | ||
|
|
43b6416e8c | ||
|
|
968befdd16 | ||
|
|
dcd1f962de |
5 changed files with 12 additions and 5 deletions
|
|
@ -1 +1 @@
|
||||||
wordpress-2.8.4.tar.gz
|
wordpress-2.8.6.tar.gz
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ NAME := wordpress
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
define find-makefile-common
|
define find-makefile-common
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||||
|
|
|
||||||
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
F-12
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
0e8b296d4e2d4189b349f1d0f727bd98 wordpress-2.8.4.tar.gz
|
1956f09f2abe74ed85e0de04d511d433 wordpress-2.8.6.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
Summary: WordPress blogging software
|
Summary: WordPress blogging software
|
||||||
URL: http://www.wordpress.org
|
URL: http://www.wordpress.org
|
||||||
Name: wordpress
|
Name: wordpress
|
||||||
Version: 2.8.4
|
Version: 2.8.6
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
|
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
|
||||||
Source1: wordpress-httpd-conf
|
Source1: wordpress-httpd-conf
|
||||||
|
|
@ -81,6 +81,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||||
%dir %{_sysconfdir}/wordpress
|
%dir %{_sysconfdir}/wordpress
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 16 2009 Adrian Reber <adrian@lisas.de> - 2.8.6-2
|
||||||
|
- updated to 2.8.6 (Security Release)
|
||||||
|
|
||||||
|
* Wed Oct 21 2009 Adrian Reber <adrian@lisas.de> - 2.8.5-1
|
||||||
|
- updated to 2.8.5 (Hardening Release)
|
||||||
|
|
||||||
* Sun Aug 30 2009 Adrian Reber <adrian@lisas.de> - 2.8.4-1
|
* Sun Aug 30 2009 Adrian Reber <adrian@lisas.de> - 2.8.4-1
|
||||||
- updated to 2.8.4 (security fixes were already available with 2.8.3-2)
|
- updated to 2.8.4 (security fixes were already available with 2.8.3-2)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue