Accepting request 115577 from GNOME:Factory
Pushing G:F bits OBS-URL: https://build.opensuse.org/request/show/115577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=22
This commit is contained in:
commit
ec31f480c0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36d36080ba407e29e5c1cef43c8d29810e553f7c76aded4e9bc9aba162c45f96
|
||||
size 1450968
|
3
gedit-plugins-3.4.0.tar.xz
Normal file
3
gedit-plugins-3.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a66138b43e1a77f39258f04936be35163b4c6bfd49643791ca445cb3c3d60e0a
|
||||
size 1454320
|
@ -1,24 +0,0 @@
|
||||
From 593a411f82e59f5b25d62042d5e31078571e17b6 Mon Sep 17 00:00:00 2001
|
||||
From: Dominique Leuenberger <dimstar@opensuse.org>
|
||||
Date: Sun, 4 Dec 2011 14:21:48 +0100
|
||||
Subject: [PATCH] bookmarks: include stdlib.h to have atoi() defined.
|
||||
|
||||
---
|
||||
plugins/bookmarks/gedit-bookmarks-plugin.c | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/plugins/bookmarks/gedit-bookmarks-plugin.c b/plugins/bookmarks/gedit-bookmarks-plugin.c
|
||||
index 88e6c7a..40b94fd 100644
|
||||
--- a/plugins/bookmarks/gedit-bookmarks-plugin.c
|
||||
+++ b/plugins/bookmarks/gedit-bookmarks-plugin.c
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "gedit-bookmarks-plugin.h"
|
||||
#include "messages/messages.h"
|
||||
|
||||
+#include <stdlib.h> // for atoi()
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n-lib.h>
|
||||
#include <gedit/gedit-debug.h>
|
||||
--
|
||||
1.7.7
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 08:08:38 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.4.0:
|
||||
+ Misc bugfixes
|
||||
+ Updated translations.
|
||||
- Drop gedit-plugins-implicit.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 17:05:34 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -21,11 +21,9 @@ Name: gedit-plugins
|
||||
Summary: A collection of plugins for gedit
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Editors/Other
|
||||
Version: 3.3.4
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Source: http://download.gnome.org/sources/gedit-plugins/3.3/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM gedit-plugins-implicit.patch bgo#665541 dimstar@opensuse.org -- #include stdio.h to have atoi defined.
|
||||
Patch0: gedit-plugins-implicit.patch
|
||||
Source: http://download.gnome.org/sources/gedit-plugins/3.4/%{name}-%{version}.tar.xz
|
||||
Url: http://live.gnome.org/GeditPlugins
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
@ -66,7 +64,6 @@ Here follows a list of plugins currently available in gedit-plugins:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%lang_package
|
||||
|
Loading…
Reference in New Issue
Block a user