Accepting request 95696 from home:dimstar:branches:GNOME:Factory
Update to 3.3.1 - Resubmit after the mass factory license tag change OBS-URL: https://build.opensuse.org/request/show/95696 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit-plugins?expand=0&rev=35
This commit is contained in:
parent
bb7713bf00
commit
6bd133d536
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f6b5bc88ca61d8f0bc4dd54b2dc82473acfefd90453e4d4ffc3ca88d4182f4d
|
||||
size 1663468
|
3
gedit-plugins-3.3.1.tar.xz
Normal file
3
gedit-plugins-3.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e2de6c18f8be8943f5b8ee024fe383740175afdbb17d10b86690215ce45d3ed
|
||||
size 1440660
|
24
gedit-plugins-implicit.patch
Normal file
24
gedit-plugins-implicit.patch
Normal file
@ -0,0 +1,24 @@
|
||||
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,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 13:14:29 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.3.1:
|
||||
+ New dashboard plugin
|
||||
+ Misc bugfixes
|
||||
+ Updated translations.
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
- Add gedit-plugins-implicit.patch: Fix an implicit declaration of
|
||||
atoi(), as stdlib.h was not included.
|
||||
- Change License tag to spdx identifier (GPL-2.0+).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 06:00:28 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -20,10 +20,12 @@
|
||||
|
||||
Name: gedit-plugins
|
||||
Summary: A collection of plugins for gedit
|
||||
Version: 3.2.1
|
||||
Version: 3.3.1
|
||||
Release: 1
|
||||
Source: http://download.gnome.org/sources/gedit-plugins/3.2/%{name}-%{version}.tar.bz2
|
||||
License: GPLv2+
|
||||
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
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Editors/Other
|
||||
Url: http://live.gnome.org/GeditPlugins
|
||||
BuildRequires: fdupes
|
||||
@ -31,6 +33,8 @@ BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(dbus-python)
|
||||
BuildRequires: pkgconfig(gedit) >= 3.2.1
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
@ -62,6 +66,7 @@ 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