[git-annex] update to 5.20140108

Jens Petersen petersen at fedoraproject.org
Tue Jan 14 04:29:47 UTC 2014


commit 29447cc1496369aa077e45de91f158e5f1820687
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jan 14 13:29:45 2014 +0900

    update to 5.20140108

 .gitignore                    |    1 +
 git-annex-default-flags.patch |   14 +++++++-------
 git-annex.spec                |    7 +++++--
 sources                       |    2 +-
 4 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a129815..c13c380 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /git-annex-3.20121009.tar.gz
 /git-annex-3.20130207.tar.gz
 /git-annex-4.20130827.tar.gz
+/git-annex-5.20140108.tar.gz
diff --git a/git-annex-default-flags.patch b/git-annex-default-flags.patch
index 23dc49e..c8641ae 100644
--- a/git-annex-default-flags.patch
+++ b/git-annex-default-flags.patch
@@ -1,5 +1,6 @@
---- git-annex-4.20130827/git-annex.cabal~	2013-08-28 05:23:34.000000000 +0900
-+++ git-annex-4.20130827/git-annex.cabal	2013-09-04 11:43:32.261880003 +0900
+diff -u /home/petersen/fedora/haskell/git-annex/master/git-annex-5.20140108/git-annex.cabal.flags /home/petersen/fedora/haskell/git-annex/master/git-annex-5.20140108/git-annex.cabal
+--- git-annex-5.20140108/git-annex.cabal.flags	2014-01-09 01:46:06.000000000 +0900
++++ git-annex-5.20140108/git-annex.cabal	2014-01-14 13:26:05.502459406 +0900
 @@ -27,30 +27,39 @@
  
  Flag S3
@@ -40,7 +41,7 @@
  
  Flag Production
    Description: Enable production build (slower build; faster binary)
-@@ -61,12 +70,15 @@
+@@ -65,12 +74,15 @@
  
  Flag TestSuite
    Description: Embed the test suite into git-annex
@@ -52,8 +53,7 @@
  
  Flag Feed
    Description: Enable podcast feed support
-+  Default: False
++  Default: True
  
- Executable git-annex
-   Main-Is: git-annex.hs
-
+ Flag Quvi
+   Description: Enable use of quvi to download videos
diff --git a/git-annex.spec b/git-annex.spec
index 7ff6b12..4c6587a 100644
--- a/git-annex.spec
+++ b/git-annex.spec
@@ -3,8 +3,8 @@
 %bcond_without ikiwiki
 
 Name:           git-annex
-Version:        4.20130827
-Release:        2%{?dist}
+Version:        5.20140108
+Release:        1%{?dist}
 Summary:        Manage files with git, without checking their contents into git
 
 License:        GPLv3+
@@ -128,6 +128,9 @@ install -m 0644 git-annex-shell.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Tue Jan 14 2014 Jens Petersen <petersen at redhat.com> - 5.20140108-1
+- update to 5.20140108
+
 * Tue Jan 14 2014 Jens Petersen <petersen at redhat.com> - 4.20130827-2
 - enable dbus
 
diff --git a/sources b/sources
index 927c35d..ab7fae5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12b68973c5815e1837a2266d09bfaeb8  git-annex-4.20130827.tar.gz
+6b5160bda72d391ccad4a836b63422b5  git-annex-5.20140108.tar.gz


More information about the scm-commits mailing list