[plowshare] Update to new upstream snapshot: 1630

Elder Marco eldermarco at fedoraproject.org
Tue Jul 26 17:03:41 UTC 2011


commit cfb47c25c869a93bc507180b01a7a6faaadf43d0
Author: Elder Marco <eldermarco at fedoraproject.org>
Date:   Tue Jul 26 14:04:39 2011 -0300

    Update to new upstream snapshot: 1630

 .gitignore     |    1 +
 plowshare.spec |   17 ++++++++++++++---
 sources        |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6544fb8..6601e81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /plowshare-SVN-r1414-snapshot.tar.gz
 /plowshare-SVN-r1575-snapshot.tar.gz
 /plowshare-SVN-r1591-snapshot.tar.gz
+/plowshare-SVN-r1630-snapshot.tar.gz
diff --git a/plowshare.spec b/plowshare.spec
index 99dfed6..317ba01 100644
--- a/plowshare.spec
+++ b/plowshare.spec
@@ -1,8 +1,8 @@
-%global revision 1591
+%global revision 1630
 
 Name:        plowshare
 Version:     0.9.4
-Release:     0.8.svn%{revision}%{?dist}
+Release:     0.9.svn%{revision}%{?dist}
 Summary:     Download and upload files from file-sharing websites
 Summary(ru): терминальный аплоадер/доунлоадер для наиболее популярных файлообменников
 Group:       Applications/Internet
@@ -36,6 +36,11 @@ ZShare, Badongo, DepositFiles и Mediafire. Смотрите README для по
 
 %prep
 %setup -q -n %{name}-SVN-r%{revision}-snapshot
+# Convert to UTF-8 while keeping the original timestamps
+iconv -f iso8859-1 -t utf-8 AUTHORS > tmp
+touch -r AUTHORS tmp
+mv -f tmp AUTHORS
+chmod 0644 AUTHORS
 
 %build
 # Nothing build, its simple bash scripts
@@ -55,13 +60,19 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING CHANGELOG
+%doc AUTHORS README COPYING CHANGELOG
 %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jul 25 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.9.svn1630
+- Update to new upstream snapshot
+- New documentation file from upstream: AUTHORS
+- Using iconv to convert character encoding for file AUTHORS from iso8859-1
+  to utf-8.
+
 * Sun Jul 17 2011 Elder Marco <eldermarco at fedoraproject.org> - 0.9.4-0.8.svn1591
 - Update to new upstream revision
 - Removed dependency perl(Image::Magick). It's not necessary.
diff --git a/sources b/sources
index 8667047..57aa6db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e3d3db12653b4a942272c472773ca39  plowshare-SVN-r1591-snapshot.tar.gz
+8acd17c67ef3f84b994c0c6ee19de0a8  plowshare-SVN-r1630-snapshot.tar.gz


More information about the scm-commits mailing list