rpms/emacs/F-11 emacs.spec, 1.123, 1.124 rpm-spec-mode-utc.patch, 1.1, 1.2

Daniel Novotny dnovotny at fedoraproject.org
Thu Jun 11 11:04:44 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/emacs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv881

Modified Files:
	emacs.spec rpm-spec-mode-utc.patch 
Log Message:

fix bz#505083



Index: emacs.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs/F-11/emacs.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -p -r1.123 -r1.124
--- emacs.spec	10 Apr 2009 11:37:19 -0000	1.123
+++ emacs.spec	11 Jun 2009 11:04:13 -0000	1.124
@@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 22.3
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -364,6 +364,9 @@ alternatives --install %{_bindir}/etags 
 %dir %{_datadir}/emacs/%{version}
 
 %changelog
+* Thu Jun 11 2009 Daniel Novotny <dnovotny at redhat.com> 1:22:3-12
+- fix bz#505083 - rpm-add-change-log-entry date format rejected by rpmbuild
+
 * Fri Apr 10 2009 Daniel Novotny <dnovotny at redhat.com> 1:22.3-11
 - fix bz#443549 -  spell-buffer, flyspell-mode do not work
 

rpm-spec-mode-utc.patch:

Index: rpm-spec-mode-utc.patch
===================================================================
RCS file: /cvs/extras/rpms/emacs/F-11/rpm-spec-mode-utc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rpm-spec-mode-utc.patch	12 Mar 2009 09:54:36 -0000	1.1
+++ rpm-spec-mode-utc.patch	11 Jun 2009 11:04:13 -0000	1.2
@@ -1,6 +1,6 @@
---- rpm-spec-mode.el.~1~
-+++ rpm-spec-mode.el
-@@ -708,6 +708,17 @@ with no args, if that value is non-nil."
+--- rpm-spec-mode.el~	2009-06-11 11:01:53.000000000 +0200
++++ rpm-spec-mode.el	2009-06-11 11:05:24.000000000 +0200
+@@ -708,6 +708,17 @@
  
  ;;------------------------------------------------------------
  
@@ -18,12 +18,13 @@
  (defun rpm-add-change-log-entry (&optional change-log-entry)
    "Find change log and add an entry for today."
    (interactive "sChange log entry: ")
-@@ -715,8 +726,7 @@ with no args, if that value is non-nil."
+@@ -715,8 +726,8 @@
      (rpm-goto-section "changelog")
      (let* ((address (rpm-spec-user-mail-address))
             (fullname (or rpm-spec-user-full-name (user-full-name)))
 -           (string (concat "* " (substring (current-time-string) 0 11)
 -                           (substring (current-time-string) -4) " "
++           (system-time-locale "C")
 +           (string (concat "* " (rpm-change-log-date-string) " "
                             fullname " <" address ">"
                             (and rpm-spec-insert-changelog-version




More information about the fedora-extras-commits mailing list