new possibly fixed version

This commit is contained in:
root 2012-03-29 19:28:04 +04:00
parent f9a15d5f34
commit 0af79b4148
2 changed files with 6 additions and 11 deletions

View file

@ -1,3 +1,3 @@
---
sources:
firefox-10.0.2.source.tar.bz2: d9b459d915d4638a48b3e249fcbaf7cafc27e834
firefox-10.0.source.tar.bz2: cbf1fb0efe0a3a2b2dafaa324b136736e93de70c

View file

@ -1,5 +1,5 @@
%define major 10
%define realver %{major}.0.2
%define realver %{major}.0
# (tpg) MOZILLA_FIVE_HOME
%define mozillalibdir %{_libdir}/%{name}-%{realver}
@ -8,10 +8,10 @@
%if %mandriva_branch == Cooker
# Cooker
%define release 1
%define release 3
%else
# Old distros
%define subrel 1
%define subrel 5
%define release %mkrel 0
%endif
@ -92,7 +92,7 @@ Requires: xdg-utils
# https://qa.mandriva.com/show_bug.cgi?id=65237
Requires: gtk2-modules
%endif
#Suggests: ff_deps myspell-en_US nspluginwrapper
Suggests: ff_deps myspell-en_US nspluginwrapper
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%description
@ -333,12 +333,6 @@ fi
%changelog
* Thu Feb 23 2012 Oden Eriksson <oeriksson@mandriva.com> 10.0.2-0.1mdv2010.2
- 10.0.2
* Sun Feb 12 2012 Oden Eriksson <oeriksson@mandriva.com> 10.0.1-0.1
- 10.0.1
* Fri Feb 10 2012 Oden Eriksson <oeriksson@mandriva.com> 10.0-0.5
- built for updates
@ -959,3 +953,4 @@ fi
- stop packaging useless OS/2 & build doc as well as CVS directories
- RC1
- patch 7: fix testing for sqlite >= 3.5.4 that fails with sqlite-3.5.7