[darktable] pre 1.1.3

madko madko at fedoraproject.org
Wed Feb 6 07:38:16 UTC 2013


commit cca0619c15f480cdf02d399d3961446d753c7ac7
Author: Edouard Bourguignon <madko at linuxed.net>
Date:   Wed Feb 6 08:38:01 2013 +0100

    pre 1.1.3

 .gitignore     |    1 +
 darktable.spec |   15 +++++++++++----
 sources        |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d664df..df799eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /darktable-1.1.tar.gz
 /darktable-1.1.1.tar.gz
 /darktable-1.1.2.tar.gz
+/darktable-20130201gitge1f2980.tar.gz
diff --git a/darktable.spec b/darktable.spec
index 49ac796..b2b8708 100644
--- a/darktable.spec
+++ b/darktable.spec
@@ -1,15 +1,18 @@
 #without --enable_gegl "until gegl is fast enough" as developers tell
 %define with_gegl 0
 
+%define checkout 20130201gitge1f2980
+%define realname darktable-1.1.2+26~ge1f2980
+
 Name:		darktable
-Version:	1.1.2
-Release:	2%{?dist}
+Version:	1.1.3
+Release:	0.1.%{checkout}%{?dist}
 Summary:	Utility to organize and develop raw images
 
 Group:		Applications/Multimedia
 License:	GPLv3+
 URL:		http://darktable.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{checkout}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
@@ -51,7 +54,8 @@ It also enables you to develop raw images and enhance them.
 
 
 %prep
-%setup -q -n %{name}-%{version}
+#%setup -q -n %{name}-%{version}
+%setup -q -n %{realname} 
 
 %build
 mkdir buildFedora
@@ -114,6 +118,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Feb  1 2013 Edouard Bourguignon <madko at linuxed.net> - 1.1.2+26~ge1f2980
+- Pre 1.1.3
+
 * Mon Jan 21 2013 Edouard Bourguignon <madko at linuxed.net> - 1.1.2-2
 - Add missing gtk2-engine dependancy (bug #902288)
 
diff --git a/sources b/sources
index 34ff60e..44494ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdc27dc2d9d53df3ec2c6aa908a3eb3c  darktable-1.1.2.tar.gz
+6bf7d4f6972ed8e80c33c9194b5885de  darktable-20130201gitge1f2980.tar.gz


More information about the scm-commits mailing list