Hello community,

here is the log from the commit of package xournal for openSUSE:Factory checked 
in at 2017-08-24 18:40:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xournal (Old)
 and      /work/SRC/openSUSE:Factory/.xournal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xournal"

Thu Aug 24 18:40:39 2017 rev:30 rq:511727 version:0.4.8.2016

Changes:
--------
--- /work/SRC/openSUSE:Factory/xournal/xournal.changes  2017-06-13 
16:09:28.115149782 +0200
+++ /work/SRC/openSUSE:Factory/.xournal.new/xournal.changes     2017-08-24 
18:40:48.863304200 +0200
@@ -1,0 +2,35 @@
+Thu Jul 20 22:41:05 UTC 2017 - [email protected]
+
+- Dropped upstream merged xournal-german-translation.patch
+
+-------------------------------------------------------------------
+Thu Jul 20 21:29:14 UTC 2017 - [email protected]
+
+- Update to version 0.4.8.2016:
+  * Pen and touchscreen input handling bugfixes (bug #136 and
+    others).
+  * Fix a minor bug with save file paths in Windows.
+  * Use GDK macros (not WIN32) to disable X11-specific code (T.
+    Schoonjans)
+  * Export to PDF and printing: fix resolution loss on some pdf
+    backgrounds.
+  * Disable xinput during modal dialog boxes (bug #159).
+  * Avoid data corruption when exporting to overwrite a PDF.
+  * Fix path search order for toolbar bitmaps.
+  * Text and image tools activate on button release instead of
+    button press to avoid subsequent confusion between clicks in
+    toolbar and drawing area.
+  * Fix "pen disable touch" when touchscreen sends prox events.
+  * Fix crash when pasting text or images via xclip (bug #171).
+  * Add space and shift-space bindings to page down/up.
+  * Add A5 paper.
+  * Config option to export successive layers to separate PDF.
+    pages.
+  * Config option to create new file when trying to open
+    non-existent .xoj.
+  * Updated translations.
+- Use full URL for source tarball.
+- Drop xournal-decl-spec.patch; upstreamed.
+- Minor rebase of patches where needed.
+
+-------------------------------------------------------------------

Old:
----
  xournal-0.4.8.tar.gz
  xournal-decl-spec.patch
  xournal-german-translation.patch

New:
----
  xournal-0.4.8.2016.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xournal.spec ++++++
--- /var/tmp/diff_new_pack.UHmkVA/_old  2017-08-24 18:40:50.863022483 +0200
+++ /var/tmp/diff_new_pack.UHmkVA/_new  2017-08-24 18:40:50.899017411 +0200
@@ -17,22 +17,18 @@
 
 
 Name:           xournal
-Version:        0.4.8
+Version:        0.4.8.2016
 Release:        0
 Summary:        An application for notetaking, sketching, and keeping a 
journal using a stylus
 License:        GPL-2.0+
 Group:          Productivity/Office/Other
-Url:            http://math.mit.edu/~auroux/software/xournal/
-Source:         %{name}-%{version}.tar.gz
+Url:            http://xournal.sourceforge.net/
+Source:         http://download.sf.net/xournal/%{name}-%{version}.tar.gz
 Patch0:         %{name}-implicit-funcs.patch
-# PATCH-FIX-UPSTREAM xournal-german-translation.patch -- 
https://sourceforge.net/p/xournal/bugs/152/ -> is fixed in git
-Patch1:         %{name}-german-translation.patch
 # PATCH-FIX-UPSTREAM xournal-Improve-window-title.patch -- 
https://sourceforge.net/p/xournal/patches/79/
-Patch2:         %{name}-Improve-window-title.patch
+Patch1:         %{name}-Improve-window-title.patch
 # PATCH-FIX-UPSTREAM xournal-appdata.patch [email protected] -- Add, 
translate and install appdata file
-Patch3:         xournal-appdata.patch
-# PATCH-FIX-UPSTREAM xournal-decl-spec.patch -- 
https://sourceforge.net/p/xournal/patches/85/
-Patch4:         xournal-decl-spec.patch
+Patch2:         xournal-appdata.patch
 BuildRequires:  automake >= 1.11.2
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
@@ -56,8 +52,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 autoreconf -fi

++++++ xournal-0.4.8.tar.gz -> xournal-0.4.8.2016.tar.gz ++++++
++++ 7820 lines of diff (skipped)

++++++ xournal-Improve-window-title.patch ++++++
--- /var/tmp/diff_new_pack.UHmkVA/_old  2017-08-24 18:40:51.414944729 +0200
+++ /var/tmp/diff_new_pack.UHmkVA/_new  2017-08-24 18:40:51.418944165 +0200
@@ -7,11 +7,11 @@
  src/xo-misc.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/src/xo-misc.c b/src/xo-misc.c
-index 335759b..25f83c2 100644
---- a/src/xo-misc.c
-+++ b/src/xo-misc.c
-@@ -1635,7 +1635,7 @@ void update_file_name(char *filename)
+Index: xournal-0.4.8.2016/src/xo-misc.c
+===================================================================
+--- xournal-0.4.8.2016.orig/src/xo-misc.c
++++ xournal-0.4.8.2016/src/xo-misc.c
+@@ -1639,7 +1639,7 @@ void update_file_name(char *filename)
      return;
    }
    p = xo_basename(filename, FALSE);
@@ -20,6 +20,3 @@
    gtk_window_set_title(GTK_WINDOW (winMain), tmp);
    new_mru_entry(filename);
  
--- 
-1.9.4.msysgit.0
-

++++++ xournal-appdata.patch ++++++
--- /var/tmp/diff_new_pack.UHmkVA/_old  2017-08-24 18:40:51.526928952 +0200
+++ /var/tmp/diff_new_pack.UHmkVA/_new  2017-08-24 18:40:51.526928952 +0200
@@ -1,7 +1,7 @@
-Index: xournal-0.4.8/xournal.appdata.xml.in
+Index: xournal-0.4.8.2016/xournal.appdata.xml.in
 ===================================================================
 --- /dev/null
-+++ xournal-0.4.8/xournal.appdata.xml.in
++++ xournal-0.4.8.2016/xournal.appdata.xml.in
 @@ -0,0 +1,24 @@
 +<?xml version='1.0' encoding='UTF-8'?>
 +<component>
@@ -27,10 +27,10 @@
 +  <update_contact>[email protected]</update_contact>
 +  <translation type="gettext">xournal</translation>
 +</component>
-Index: xournal-0.4.8/Makefile.am
+Index: xournal-0.4.8.2016/Makefile.am
 ===================================================================
---- xournal-0.4.8.orig/Makefile.am
-+++ xournal-0.4.8/Makefile.am
+--- xournal-0.4.8.2016.orig/Makefile.am
++++ xournal-0.4.8.2016/Makefile.am
 @@ -2,10 +2,16 @@
  
  SUBDIRS = src po
@@ -49,10 +49,10 @@
  
  install-data-local:
        @$(NORMAL_INSTALL)
-Index: xournal-0.4.8/po/POTFILES.in
+Index: xournal-0.4.8.2016/po/POTFILES.in
 ===================================================================
---- xournal-0.4.8.orig/po/POTFILES.in
-+++ xournal-0.4.8/po/POTFILES.in
+--- xournal-0.4.8.2016.orig/po/POTFILES.in
++++ xournal-0.4.8.2016/po/POTFILES.in
 @@ -1,5 +1,6 @@
  # List of source files containing translatable strings.
  
@@ -60,12 +60,12 @@
  src/main.c
  src/xo-interface.c
  src/xo-callbacks.c
-Index: xournal-0.4.8/configure.in
+Index: xournal-0.4.8.2016/configure.in
 ===================================================================
---- xournal-0.4.8.orig/configure.in
-+++ xournal-0.4.8/configure.in
+--- xournal-0.4.8.2016.orig/configure.in
++++ xournal-0.4.8.2016/configure.in
 @@ -4,6 +4,7 @@ AC_INIT(configure.in)
- AM_INIT_AUTOMAKE(xournal, 0.4.8)
+ AM_INIT_AUTOMAKE(xournal, 0.4.8.2016)
  AC_CONFIG_HEADERS(config.h)
  AM_MAINTAINER_MODE
 +IT_PROG_INTLTOOL([0.35.0])

++++++ xournal-implicit-funcs.patch ++++++
--- /var/tmp/diff_new_pack.UHmkVA/_old  2017-08-24 18:40:51.550925572 +0200
+++ /var/tmp/diff_new_pack.UHmkVA/_new  2017-08-24 18:40:51.550925572 +0200
@@ -1,7 +1,7 @@
-Index: xournal-0.4.7/src/ttsubset/sft.c
+Index: xournal-0.4.8.2016/src/ttsubset/sft.c
 ===================================================================
---- xournal-0.4.7.orig/src/ttsubset/sft.c
-+++ xournal-0.4.7/src/ttsubset/sft.c
+--- xournal-0.4.8.2016.orig/src/ttsubset/sft.c
++++ xournal-0.4.8.2016/src/ttsubset/sft.c
 @@ -42,11 +42,14 @@
   * @author Alexander Gelfenbain <[email protected]>
   * @version 1.0
@@ -18,10 +18,10 @@
  #include "sft.h"
  #ifdef USE_GSUB
  #include "gsub.h"
-Index: xournal-0.4.7/src/ttsubset/ttcr.c
+Index: xournal-0.4.8.2016/src/ttsubset/ttcr.c
 ===================================================================
---- xournal-0.4.7.orig/src/ttsubset/ttcr.c
-+++ xournal-0.4.7/src/ttsubset/ttcr.c
+--- xournal-0.4.8.2016.orig/src/ttsubset/ttcr.c
++++ xournal-0.4.8.2016/src/ttsubset/ttcr.c
 @@ -43,7 +43,7 @@
   * @version 1.3
   *


Reply via email to