[gnome-builder] Update to 3.16.0

Igor Gnatenko ignatenkobrain at fedoraproject.org
Tue Mar 24 10:48:24 UTC 2015


commit 615eda88fdccc235df3f5de86067bb41f0d87e5c
Author: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Date:   Tue Mar 24 13:48:19 2015 +0300

    Update to 3.16.0
    
    Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>

 .gitignore         |  1 +
 gnome-builder.spec | 18 +++++++++++-------
 sources            |  2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d996b97..4424b98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gnome-builder-3.15.4.1.tar.xz
+/gnome-builder-3.16.0.tar.xz
diff --git a/gnome-builder.spec b/gnome-builder.spec
index 85012e8..22681f8 100644
--- a/gnome-builder.spec
+++ b/gnome-builder.spec
@@ -1,6 +1,6 @@
 Name:    gnome-builder
-Version: 3.15.4.1
-Release: 2%{?dist}
+Version: 3.16.0
+Release: 1%{?dist}
 Summary: IDE for writing GNOME-based software
 
 Group:   Applications/Editors
@@ -57,9 +57,7 @@ Group:   Applications/Editors
 License: GPLv3+ and GPLv2+ and LGPLv3+ and LGPLv2+ and MIT and CC-BY-SA and CC0
 URL:     https://wiki.gnome.org/Apps/Builder
 #VCS:    git:git://git.gnome.org/gnome-builder
-Source0: https://download.gnome.org/sources/%{name}/3.15/%{name}-%{version}.tar.xz
-# https://bugzilla.gnome.org/show_bug.cgi?id=743402
-Patch0:  gnome-builder-3.15.4.1-fix-32-bit-build.patch
+Source0: https://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
 
 BuildRequires: desktop-file-utils
 BuildRequires: intltool
@@ -67,7 +65,11 @@ BuildRequires: pkgconfig(gtk+-3.0)
 BuildRequires: pkgconfig(gtksourceview-3.0)
 BuildRequires: pkgconfig(libdevhelp-3.0)
 BuildRequires: pkgconfig(libgit2-glib-1.0)
+BuildRequires: pkgconfig(gjs-1.0)
+BuildRequires: pkgconfig(pygobject-3.0)
 BuildRequires: /usr/bin/appstream-util
+BuildRequires: llvm-devel clang-devel
+BuildRequires: python3-devel
 
 Requires:      uncrustify
 
@@ -78,8 +80,7 @@ to be a generic IDE, but one specialized for writing GNOME software.
 
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup
 
 
 %build
@@ -133,6 +134,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Mar 24 2015 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 3.16.0-1
+- Update to 3.16.0
+
 * Thu Jan 29 2015 David King <amigadave at amigadave.com> - 3.15.4.1-2
 - Add uncrustify Requires
 
diff --git a/sources b/sources
index 7954534..43a0251 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3d01851c327e418ad35f98bb977d773  gnome-builder-3.15.4.1.tar.xz
+afe8d30ac8b57368ec9e807694a053c4  gnome-builder-3.16.0.tar.xz


More information about the scm-commits mailing list