[emacs-auto-complete] - Update to 1.3.1, fixing a css-mode bug - Use bundled license texts

Michel Alexandre Salim salimma at fedoraproject.org
Fri Nov 26 22:36:37 UTC 2010


commit fb3ad9ded03e7841d3289aefca628676719a6614
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Nov 26 23:36:28 2010 +0100

    - Update to 1.3.1, fixing a css-mode bug
    - Use bundled license texts

 .gitignore               |    2 +-
 COPYING.FDL              |  451 -------------------------------
 COPYING.GPL              |  674 ----------------------------------------------
 emacs-auto-complete.spec |   13 +-
 sources                  |    2 +-
 5 files changed, 8 insertions(+), 1134 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85df93b..e47f4ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/auto-complete-1.3.tar.bz2
+/auto-complete-1.3.1.tar.bz2
diff --git a/emacs-auto-complete.spec b/emacs-auto-complete.spec
index 9ed6116..c9bec7a 100644
--- a/emacs-auto-complete.spec
+++ b/emacs-auto-complete.spec
@@ -2,7 +2,7 @@
 %global pkgname Auto Complete Mode
 
 Name:           emacs-%{pkg}
-Version:        1.3
+Version:        1.3.1
 Release:        1%{?dist}
 Summary:        Intelligent auto-complete extension for GNU Emacs
 
@@ -12,10 +12,6 @@ License:        GPLv3 and GFDL
 URL:            http://cx4a.org/software/auto-complete/
 Source0:        http://cx4a.org/pub/auto-complete/auto-complete-%{version}.tar.bz2
 Source1:        auto-complete-init.el
-# ask upstream to include it, esp. since it is actually mentioned in
-# the source headers
-Source2:        COPYING.GPL
-Source3:        COPYING.FDL
 
 BuildArch:      noarch
 BuildRequires:  emacs
@@ -43,7 +39,6 @@ under GNU Emacs. You do not need to install this package to run
 
 %prep
 %setup -q -n %{pkg}-%{version}
-cp -p %{SOURCE2} %{SOURCE3} .
 
 %build
 make
@@ -61,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.* doc/*
+%doc COPYING.* README.txt TODO.txt doc/*
 %{_emacs_sitelispdir}/%{pkg}/*.elc
 %{_emacs_sitelispdir}/%{pkg}/ac-dict
 %{_emacs_sitestartdir}/*.el
@@ -72,5 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_emacs_sitelispdir}/%{pkg}/*.el
 
 %changelog
+* Thu Nov 25 2010 Michel Salim <salimma at fedoraproject.org> - 1.3.1-1
+- Update to 1.3.1, fixing a css-mode bug
+- Use bundled license texts
+
 * Mon Nov  8 2010 Michel Salim <salimma at fedoraproject.org> - 1.3-1
 - Initial package
diff --git a/sources b/sources
index 3ef9370..1b687ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c095a7ad5f4848e3ca95000d81e86a8  auto-complete-1.3.tar.bz2
+0ffdc1223d40b8ebc57495e33708ceea  auto-complete-1.3.1.tar.bz2


More information about the scm-commits mailing list