[packages/bijiben] - up to 3.26.0

baggins baggins at pld-linux.org
Sun Oct 1 16:38:49 CEST 2017


commit f65e65352a43c3b652e033d068b56b43c0b11499
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 1 16:38:31 2017 +0200

    - up to 3.26.0

 bijiben-types.patch | 19 -------------------
 bijiben.spec        |  8 +++-----
 2 files changed, 3 insertions(+), 24 deletions(-)
---
diff --git a/bijiben.spec b/bijiben.spec
index 4b1b3ef..ebb673e 100644
--- a/bijiben.spec
+++ b/bijiben.spec
@@ -1,13 +1,12 @@
 Summary:	Bijiben - notes editor
 Summary(pl.UTF-8):	Bijiben - edytor notatek
 Name:		bijiben
-Version:	3.24.0
+Version:	3.26.0
 Release:	1
 License:	GPL v3+
 Group:		X11/Applications/Editors
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/bijiben/3.24/%{name}-%{version}.tar.xz
-# Source0-md5:	9f7b891cc4f64ef862e60b08c1b2c69d
-Patch0:		%{name}-types.patch
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/bijiben/3.26/%{name}-%{version}.tar.xz
+# Source0-md5:	60eed49af9ebe3bee665ca0708d2c91a
 Patch1:		%{name}-localedir.patch
 URL:		https://wiki.gnome.org/Apps/Bijiben
 BuildRequires:	appstream-glib-devel
@@ -54,7 +53,6 @@ zintegrowanego z pulpitem.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 %build
diff --git a/bijiben-types.patch b/bijiben-types.patch
deleted file mode 100644
index 994638b..0000000
--- a/bijiben-types.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- bijiben-3.24.0/src/libbiji/provider/biji-memo-provider.c.orig	2017-05-25 02:15:49.000000000 +0200
-+++ bijiben-3.24.0/src/libbiji/provider/biji-memo-provider.c	2017-07-16 08:59:26.097205197 +0200
-@@ -25,6 +25,7 @@
-  */
- 
- 
-+#include <inttypes.h>
- #include <libecal/libecal.h>        /* ECalClient      */
- #include <libgd/gd.h>               /* Embed in frame  */
- 
-@@ -200,7 +201,7 @@
- 
-     create_note_from_item (item);
-     /* debug pour tracker. Il faut en plus datasource->urn */
--    g_debug ("created=%li", item->set.created);
-+    g_debug ("created=%"PRIi64, item->set.created);
-     g_debug ("title=%s", item->set.title);
-     g_debug ("url=%s", item->set.url);
-     g_debug ("content=%s\n================\n\n\n", item->set.content);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bijiben.git/commitdiff/f65e65352a43c3b652e033d068b56b43c0b11499



More information about the pld-cvs-commit mailing list