[git-annex] update BRs using cblrpm diff and disable DesktopNotify

Jens Petersen petersen at fedoraproject.org
Fri Jul 25 05:11:25 UTC 2014


commit 2c015d8a39c34da699e754f4470b31e1d5a2fd52
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jul 25 14:11:05 2014 +0900

    update BRs using cblrpm diff and disable DesktopNotify
    
    DesktopNotify requires fdo-notify

 git-annex-default-flags.patch |    2 +-
 git-annex.spec                |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/git-annex-default-flags.patch b/git-annex-default-flags.patch
index 101c3f0..0d4db31 100644
--- a/git-annex-default-flags.patch
+++ b/git-annex-default-flags.patch
@@ -83,7 +83,7 @@ diff -u -r -U5 git-annex-5.20140717/git-annex.cabal git-annex-5.20140717.flags/g
  
  Flag DesktopNotify
    Description: Enable desktop environment notifications
-+  Default: True
++  Default: False
  
  Flag EKG
    Description: Enable use of EKG to monitor git-annex as it runs (at http://localhost:4242/)
diff --git a/git-annex.spec b/git-annex.spec
index 9d7681b..a084fec 100644
--- a/git-annex.spec
+++ b/git-annex.spec
@@ -18,7 +18,6 @@ BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-HTTP-devel
 BuildRequires:  ghc-IfElse-devel
 BuildRequires:  ghc-MissingH-devel
-BuildRequires:  ghc-MonadCatchIO-transformers-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-SHA-devel
 BuildRequires:  ghc-SafeSemaphore-devel
@@ -26,13 +25,16 @@ BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-bloomfilter-devel
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-case-insensitive-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-cryptohash-devel
+BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-dataenc-devel
 BuildRequires:  ghc-dbus-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-dlist-devel
 BuildRequires:  ghc-edit-distance-devel
+BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-extensible-exceptions-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hinotify-devel
@@ -131,6 +133,7 @@ install -m 0644 git-annex-shell.1 %{buildroot}%{_mandir}/man1
 %changelog
 * Wed Jul 23 2014 Ben Boeckel <mathstuf at gmail.com> - 5.20140717-1
 - Update to 5.20140717
+- disable DesktopNotify until fdo-notify packaged
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.20140221-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list