[plowshare/el5] Update to new upstream snapshot

Elder Marco eldermarco at fedoraproject.org
Fri Oct 7 20:09:58 UTC 2011


commit 975b08b2db29b65712d2d58b1e53670d61025c4e
Author: Elder Marco <eldermarco at gmail.com>
Date:   Fri Oct 7 17:10:32 2011 -0300

    Update to new upstream snapshot

 .gitignore     |    1 +
 plowshare.spec |   16 +++++++++++++---
 sources        |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfcaa78..3476084 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /plowshare-SVN-r1645-snapshot.tar.gz
 /plowshare-snapshot-git20110828.tar.gz
 /plowshare-snapshot-git20110914.tar.gz
+/plowshare-snapshot-git20110926.tar.gz
diff --git a/plowshare.spec b/plowshare.spec
index 2b699f0..f98a52d 100644
--- a/plowshare.spec
+++ b/plowshare.spec
@@ -1,8 +1,8 @@
-%global date 20110914
+%global date 20110926
 
 Name:           plowshare
 Version:        0.9.4
-Release:        0.15.%{date}git%{?dist}
+Release:        0.17.%{date}git%{?dist}
 Summary:        Download and upload files from file-sharing websites
 Summary(pt_BR): Baixe e carregue arquivos em sites de compartilhamento
 Summary(ru):    терминальный аплоадер/доунлоадер для наиболее популярных файлообменников
@@ -60,7 +60,9 @@ bash setup.sh install
 # Programmable completion
 mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/
 install -p -m0644  etc/%{name}.completion \
-    %{buildroot}%{_sysconfdir}/bash_completion.d/
+    %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
+sed -i 's|/local||g' \
+    %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
 
 # We remove at destination, so we still have install
 # for the doc section
@@ -80,6 +82,14 @@ rm -rf %{buildroot}
 %{_mandir}/man5/%{name}.conf.5.*
 
 %changelog
+* Fri Oct 07 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.17.20110926git
+- Update to new upstream snapshot
+- Fixed CDIR path in programmable completion file
+
+* Sun Sep 25 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.16.20110918git
+- Update to new upstream snapshot
+- File plowshare.completion renamed to plowshare
+
 * Thu Sep 15 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.15.20110914git
 - New upstream snapshot
 
diff --git a/sources b/sources
index 7460881..d140b7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98cb332afb098126f51462af383791da  plowshare-snapshot-git20110914.tar.gz
+f2ee791ddb43a0f98f09c5ed49fdcea4  plowshare-snapshot-git20110926.tar.gz


More information about the scm-commits mailing list