|
@@ -1,6 +1,6 @@
|
|
-%define emacsversion 24.3.90
|
|
+%define emacsversion 24.3.91
|
|
-#% define bzrdate 20110817
|
|
+#% define gitdate 20110817
|
|
-%define emacsrelease 1%{?bzrdate:.%bzrdate}%{?_dist_release}
|
|
+%define emacsrelease 1%{?gitdate:.%gitdate}%{?_dist_release}
|
|
%define vine_default_major_version %(echo %_dist_release|%__sed s/vl//)
|
|
%define vine_default_major_version %(echo %_dist_release|%__sed s/vl//)
|
|
|
|
|
|
%define _noVersionedDependencies 1
|
|
%define _noVersionedDependencies 1
|
|
@@ -18,7 +18,7 @@ Name: emacs
|
|
Version: %{emacsversion}
|
|
Version: %{emacsversion}
|
|
Release: %{emacsrelease}
|
|
Release: %{emacsrelease}
|
|
#Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}.tar.xz
|
|
#Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}.tar.xz
|
|
-#Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}%{?bzrdate:.bzr%bzrdate}.tar.xz
|
|
+#Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}%{?gitdate:.git%gitdate}.tar.xz
|
|
Source0: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-%{emacsversion}.tar.xz
|
|
Source0: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-%{emacsversion}.tar.xz
|
|
Source1: emacs-snapshot.sh
|
|
Source1: emacs-snapshot.sh
|
|
|
|
|
|
@@ -373,6 +373,9 @@ unset PRIORITY
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon May 12 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.91-1
|
|
|
|
+- updated to 24.3.91
|
|
|
|
+
|
|
* Sun Apr 27 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.90-1
|
|
* Sun Apr 27 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.90-1
|
|
- updated to 24.3.90
|
|
- updated to 24.3.90
|
|
|
|
|