[dex] Update to latest upstream commit

cbb cbb at fedoraproject.org
Tue Feb 3 02:13:03 UTC 2015


commit d880854e6e37671f59d365fe54bedfcb45273811
Author: Craig Barnes <Cr at igBarn.es>
Date:   Tue Feb 3 02:12:47 2015 +0000

    Update to latest upstream commit

 .gitignore |    1 +
 dex.spec   |   14 ++++++++++----
 sources    |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5240d0c..919e709 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /dex-ad89dc2611d9b631aa7f905e9266f290c8a21c8f.tar.gz
 /dex-3c0f69701dd4c228ab56b3dc4928f20b066aa7e9.tar.gz
 /dex-ece266851942f6badb51c71fb834d692b38c0172.tar.gz
+/dex-dbe12c5c0de0b38076f61d1affa116e0252c4703.tar.gz
diff --git a/dex.spec b/dex.spec
index 684b908..d7bced3 100644
--- a/dex.spec
+++ b/dex.spec
@@ -1,16 +1,18 @@
-%global     snapshotdate 20140609
-%global     commit ece266851942f6badb51c71fb834d692b38c0172
+%global     snapshotdate 20150202
+%global     commit dbe12c5c0de0b38076f61d1affa116e0252c4703
 %global     shortcommit %(c=%{commit}; echo ${c:0:7})
 %global     checkout %{snapshotdate}git%{shortcommit}
 
 Name:       dex
 Version:    0
-Release:    0.7.%{checkout}%{?dist}
+Release:    0.8.%{checkout}%{?dist}
 Summary:    Dextrous text editor
 License:    GPLv2
 URL:        https://github.com/tihirvon/dex
 Source0:    %{url}/archive/%{commit}/dex-%{commit}.tar.gz
 
+BuildRequires: ncurses-devel
+
 %description
 dex is a small and easy to use text editor. Colors and bindings can be
 fully customized to your liking. It has some features useful to
@@ -48,10 +50,14 @@ make %{?_smp_mflags} V=1
 
 
 %changelog
+
+* Mon Feb 02 2015 Craig Barnes <cr at igbarn.es> - 0-0.8.20150202gitdbe12c5
+- Update snapshot to latest upstream commit
+- Add ncurses-devel as a build dependency
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.7.20140609gitece2668
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
-
 * Mon Jun 09 2014 Craig Barnes <cr at igbarn.es> - 0-0.6.20140609gitece2668
 - Fix %%files section
 
diff --git a/sources b/sources
index 07f84a2..d467eb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4136f50267fd9941214d2e72f8d972a3  dex-ece266851942f6badb51c71fb834d692b38c0172.tar.gz
+64ad218851bbbb23786f19f72e76fc93  dex-dbe12c5c0de0b38076f61d1affa116e0252c4703.tar.gz


More information about the scm-commits mailing list