[gedit-valencia] Update to 0.4.0

Michel Alexandre Salim salimma at fedoraproject.org
Sun Apr 7 10:37:16 UTC 2013


commit 510c72be2759b062224580eafb05081151072d25
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Apr 7 17:36:54 2013 +0700

    Update to 0.4.0

 .gitignore          |    2 +-
 gedit-valencia.spec |   23 +++++++++++++----------
 sources             |    2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93b9fe9..c19299c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/valencia-0.3.0-97087fc.tar.xz
+/valencia-0.4.0.tar.xz
diff --git a/gedit-valencia.spec b/gedit-valencia.spec
index b6faa37..52943b7 100644
--- a/gedit-valencia.spec
+++ b/gedit-valencia.spec
@@ -7,23 +7,24 @@
 %endif
 
 %global debug_package %{nil}
-%global major_ver 0.3
+%global major_ver 0.4
 
 # git rev-parse --short ...
-%global commit_hash 97087fc
-%global alphatag    20120919git%{commit_hash}
+#global commit_hash 97087fc
+#global alphatag    20120919git%{commit_hash}
 
 Name:           gedit-valencia
 Version:        %{major_ver}.0
-Release:        16.%{alphatag}%{?dist}
+#Release:        16.%%{alphatag}%{?dist}
+Release:        1%{?dist}
 Summary:        A gedit plugin providing lightweight Vala IDE
 
 Group:          Development/Tools
 License:        LGPLv2+
 URL:            http://redmine.yorba.org/projects/valencia/wiki
 # 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.bz2
+#Source0:        valencia-%{version}-%{commit_hash}.tar.xz
+Source0:        http://yorba.org/download/valencia/%{major_ver}/valencia-%{version}.tar.xz
 %if 0%{?fedora} > 18
 Patch0:         valencia-Compile-against-Vala-API-level-0.20.patch
 %endif
@@ -45,12 +46,12 @@ Requires:       gedit >= %{gedit_version}
 Valencia is a gedit plugin that turns gedit into a lightweight IDE for Vala.
 Using Valencia, you can easily browse between symbols in a Vala program.  You
 can build a Vala program inside gedit and can easily jump to lines with
-build errors. You can also get tooltips for methods and get autocompletion 
+build errors. You can also get tooltips for methods and get autocompletion
 suggestions by invoking autocomplete in the appropriate context.
 
 
 %prep
-%setup -q -n valencia-%{version}-%{commit_hash}
+%setup -q -n valencia-%{version} #-%{commit_hash}
 %if 0%{?fedora} > 18
 %patch0 -p1 -b .vala20
 %endif
@@ -88,10 +89,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Apr  7 2013 Michel Salim <salimma at fedoraproject.org> - 0.4.0-1
+- Update to 0.4.0
+
 * Tue Mar 26 2013 Kalev Lember <kalevlember at gmail.com> - 0.3.0-16.20120919git97087fc
 - Rebuilt for gtksourceview3 soname bump
 
-* Sun Mar 17 2013 Michel Salim <salimma at fedoraproject.org> - 0.3.0-15.20120919git%{commit_hash}%{?dist}
+* Sun Mar 17 2013 Michel Salim <salimma at fedoraproject.org> - 0.3.0-15.20120919git97087fc
 - Update project URL
 
 * Sun Mar 17 2013 Michel Salim <salimma at fedoraproject.org> - 0.3.0-14.20120919git97087fc
@@ -140,4 +144,3 @@ rm -rf $RPM_BUILD_ROOT
 
 * Sun Aug 23 2009 Michel Salim <salimma at fedoraproject.org> - 0.2.1-1
 - Initial Fedora package
-
diff --git a/sources b/sources
index ed1e2cb..9e2dafe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e44803affb41f93af05ec365c622e8d3  valencia-0.3.0-97087fc.tar.xz
+f795b66ab0ffd537c8f61975310537eb  valencia-0.4.0.tar.xz


More information about the scm-commits mailing list