]> git.pld-linux.org Git - packages/bijiben.git/commitdiff
- up to 3.26.0 auto/th/bijiben-3.26.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Oct 2017 14:38:31 +0000 (16:38 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Oct 2017 14:38:31 +0000 (16:38 +0200)
bijiben-types.patch [deleted file]
bijiben.spec

diff --git a/bijiben-types.patch b/bijiben-types.patch
deleted file mode 100644 (file)
index 994638b..0000000
+++ /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);
index 4b1b3efd3dd15268638b430c1128a6e7dff83481..ebb673e640ea86c7c1d8ebfbab60a6cce6b1e903 100644 (file)
@@ -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
This page took 0.110159 seconds and 4 git commands to generate.