[gedit-valencia] Update to latest snapshot

Michel Alexandre Salim salimma at fedoraproject.org
Wed Feb 5 03:55:39 UTC 2014


commit c691d93325243896ad3fb27a3a9f5b7baf141131
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Feb 5 10:56:02 2014 +0700

    Update to latest snapshot

 .gitignore          |    1 +
 gedit-valencia.spec |   22 ++++++++++------------
 sources             |    2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e71c6ab..293116d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /valencia-0.4.0-9b1f910.tar.xz
+/valencia-0.4.0-94442bf.tar.xz
diff --git a/gedit-valencia.spec b/gedit-valencia.spec
index f8657ba..931dab8 100644
--- a/gedit-valencia.spec
+++ b/gedit-valencia.spec
@@ -10,12 +10,12 @@
 %global major_ver 0.4
 
 # git rev-parse --short ...
-%global commit_hash 9b1f910
-%global alphatag    20130618git%{commit_hash}
+%global commit_hash 94442bf
+%global alphatag    20131223git%{commit_hash}
 
 Name:           gedit-valencia
 Version:        %{major_ver}.0
-Release:        2.%{alphatag}%{?dist}
+Release:        1.%{alphatag}%{?dist}
 #Release:        2%{?dist}
 Summary:        A gedit plugin providing lightweight Vala IDE
 
@@ -25,16 +25,14 @@ URL:            https://wiki.gnome.org/action/show/Projects/Valencia
 # git archive --format=tar --prefix=valencia-%%{version}-%%{commit_hash}/ %%{commit_hash} | xz > ../valencia-%%{version}-%%{commit_hash}.tar.xz
 Source0:        valencia-%{version}-%{commit_hash}.tar.xz
 #Source0:        http://yorba.org/download/valencia/%{major_ver}/valencia-%{version}.tar.xz
-Patch0:         %{name}-0.4.0-vala-0.22.patch
+#Patch0:         %{name}-0.4.0-vala-0.22.patch
 
 BuildRequires:  pkgconfig(gedit)
 BuildRequires:  pkgconfig(gee-0.8)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
-%if 0%{?fedora} > 19
-BuildRequires:  pkgconfig(libvala-0.22)
-%else
-BuildRequires:  pkgconfig(libvala-0.20)
-%endif
+BuildRequires:  pkgconfig(libpeas-1.0)
+BuildRequires:  pkgconfig(libvala-0.24)
 BuildRequires:  pkgconfig(vte-2.90)
 Requires:       gedit >= %{gedit_version}
 
@@ -48,9 +46,6 @@ suggestions by invoking autocomplete in the appropriate context.
 
 %prep
 %setup -q -n valencia-%{version}-%{commit_hash}
-%if 0%{?fedora} > 19
-%patch0 -p1 -b .vala22
-%endif
 
 
 %build
@@ -84,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb  5 2014 Michel Salim <salimma at fedoraproject.org> - 0.4.0-1.20131223git94442bf
+- Update to latest snapshot
+
 * Tue Sep  3 2013 Michel Salim <salimma at fedoraproject.org> - 0.4.0-2.20130618git9b1f910
 - Update to latest snapshot, merging support for newer Vala and Gedit APIs
 - Use Vala API 0.22 on Fedora 20+
diff --git a/sources b/sources
index 312806d..a1e1a35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b841d04c456cece98e5511e8f0035b4f  valencia-0.4.0-9b1f910.tar.xz
+8c6eefa35a6f8ed30f380943202b24bb  valencia-0.4.0-94442bf.tar.xz


More information about the scm-commits mailing list