kalev pushed to gnome-builder (master). "Update to 3.16.2"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 22:11:31 UTC 2015


>From d66a2ede48705f9ef3325dd0501f3fdfa04c9f8e Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Fri, 17 Apr 2015 00:08:50 +0200
Subject: Update to 3.16.2


diff --git a/.gitignore b/.gitignore
index bb00d5b..11b4ab1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gnome-builder-3.15.4.1.tar.xz
 /gnome-builder-3.16.0.tar.xz
 /gnome-builder-3.16.1.tar.xz
+/gnome-builder-3.16.2.tar.xz
diff --git a/0001-portability-use-sysconf-3-to-get-PAGE_SIZE.patch b/0001-portability-use-sysconf-3-to-get-PAGE_SIZE.patch
deleted file mode 100644
index 23d5ad1..0000000
--- a/0001-portability-use-sysconf-3-to-get-PAGE_SIZE.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From a7508c8c8b61d1f9c4735021a4e3dcd952dd7fef Mon Sep 17 00:00:00 2001
-From: Antoine Jacoutot <ajacoutot at gnome.org>
-Date: Tue, 14 Apr 2015 09:43:14 +0200
-Subject: [PATCH] portability: use sysconf(3) to get PAGE_SIZE
-
-https://bugzilla.gnome.org/show_bug.cgi?id=747826
----
- libide/ide-highlight-index.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/libide/ide-highlight-index.c b/libide/ide-highlight-index.c
-index 1c92119..6ed2770 100644
---- a/libide/ide-highlight-index.c
-+++ b/libide/ide-highlight-index.c
-@@ -21,6 +21,7 @@
- #include <string.h>
- #include <sys/types.h>
- #include <sys/user.h>
-+#include <unistd.h>
- 
- #include "ide-debug.h"
- #include "ide-highlight-index.h"
-@@ -47,7 +48,7 @@ ide_highlight_index_new (void)
- 
-   ret = g_new0 (IdeHighlightIndex, 1);
-   ret->ref_count = 1;
--  ret->strings = g_string_chunk_new (PAGE_SIZE);
-+  ret->strings = g_string_chunk_new (sysconf (_SC_PAGE_SIZE));
-   ret->index = g_hash_table_new (g_str_hash, g_str_equal);
- 
-   return ret;
--- 
-2.3.5
-
diff --git a/gnome-builder.spec b/gnome-builder.spec
index ca37217..ac93e4a 100644
--- a/gnome-builder.spec
+++ b/gnome-builder.spec
@@ -1,5 +1,5 @@
 Name:    gnome-builder
-Version: 3.16.1
+Version: 3.16.2
 Release: 1%{?dist}
 Summary: IDE for writing GNOME-based software
 
@@ -58,8 +58,6 @@ 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.16/%{name}-%{version}.tar.xz
-# Backported upstream patch
-Patch0:  0001-portability-use-sysconf-3-to-get-PAGE_SIZE.patch
 
 BuildRequires: desktop-file-utils
 BuildRequires: intltool
@@ -92,7 +90,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -154,6 +151,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Apr 16 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.2-1
+- Update to 3.16.2
+
 * Tue Apr 14 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.1-1
 - Update to 3.16.1
 
diff --git a/sources b/sources
index 47acbb1..eec8c89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec087d72dec645114099647c2fcd0d2a  gnome-builder-3.16.1.tar.xz
+c7365fee143c2d4e95977e6b85dcfd7a  gnome-builder-3.16.2.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gnome-builder.git/commit/?h=master&id=d66a2ede48705f9ef3325dd0501f3fdfa04c9f8e


More information about the scm-commits mailing list