Hello community,

here is the log from the commit of package epdfview for openSUSE:Factory
checked in at Mon Sep 5 16:27:54 CEST 2011.



--------
--- epdfview/epdfview.changes   2011-03-09 22:36:01.000000000 +0100
+++ epdfview/epdfview.changes   2011-09-02 21:24:26.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Sep  2 18:53:55 UTC 2011 - [email protected]
+
+- update to version 0.1.8
+  - show more accurate error messages when the file can't be loaded
+  - when reloading a document it doesn't move at the document's
+    beginning and remembers whether the side bar was shown
+  - new man page
+  - save a copy dialog asks before overwriting files
+  - added scroll bars to the printer selection window
+  - added support for newer Poppler versions
+- dropped obsolete epdfview-0.1.7-poppler-0.15.1-api-changes.patch
+- added patch tags
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  epdfview-0.1.7-non_void.patch
  epdfview-0.1.7-poppler-0.15.1-api-changes.patch
  epdfview-0.1.7-q_quit.patch
  epdfview-0.1.7.tar.bz2

New:
----
  epdfview-0.1.8.tar.bz2
  epdfview-change-quit-shortcut.patch
  epdfview-fix-missing-return-value.patch

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

Other differences:
------------------
++++++ epdfview.spec ++++++
--- /var/tmp/diff_new_pack.xchxuY/_old  2011-09-05 16:27:32.000000000 +0200
+++ /var/tmp/diff_new_pack.xchxuY/_new  2011-09-05 16:27:32.000000000 +0200
@@ -18,18 +18,18 @@
 
 
 Name:           epdfview
-Version:        0.1.7
-Release:        16
+Version:        0.1.8
+Release:        1
 License:        GPLv2+
 Summary:        Lightweight PDF document viewer
 Url:            http://trac.emma-soft.com/epdfview
 Group:          Productivity/Office/Other
 Source:         
http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2
 Patch0:         %{name}-0.1.7-desktop.patch
-Patch1:         epdfview-0.1.7-non_void.patch
-Patch2:         epdfview-0.1.7-q_quit.patch
-# PATCH-FIX-UPSTREAM epdfview-0.1.7-poppler-0.15.1-api-changes.patch 
[email protected] -- Adapt epdfview to poppler 0.15.1 API changes (backported 
from upstream svn)
-Patch3:         epdfview-0.1.7-poppler-0.15.1-api-changes.patch
+# PATCH-FEATURE-OPENSUSE epdfview-change-quit-shortcut.patch [email protected] -- 
Chenges the quit shortcut from ctrl+w to ctrl+q
+Patch1:         epdfview-change-quit-shortcut.patch
+# PATCH-FIX-UPSTREAM epdfview-fix-missing-return-value.patch [email protected] -- 
Fixes a missing return value in a non-void function
+Patch2:         epdfview-fix-missing-return-value.patch
 BuildRequires:  cups-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpoppler-glib-devel
@@ -46,9 +46,8 @@
 %prep
 %setup -q
 %patch0
-%patch1
-%patch2
-%patch3 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 touch ChangeLog
@@ -87,5 +86,6 @@
 %{_datadir}/%{name}/pixmaps
 %{_datadir}/%{name}/ui
 %{_datadir}/pixmaps/%{name}.png
+%doc %{_mandir}/man1/epdfview.1*
 
 %changelog

++++++ epdfview-0.1.7.tar.bz2 -> epdfview-0.1.8.tar.bz2 ++++++
++++ 30124 lines of diff (skipped)

++++++ epdfview-change-quit-shortcut.patch ++++++
diff -urNp epdfview-0.1.8.orig/src/gtk/MainView.cxx 
epdfview-0.1.8/src/gtk/MainView.cxx
--- epdfview-0.1.8.orig/src/gtk/MainView.cxx    2011-05-28 12:31:43.000000000 
+0200
+++ epdfview-0.1.8/src/gtk/MainView.cxx 2011-09-02 21:07:09.000000000 +0200
@@ -110,7 +110,7 @@ static const GtkActionEntry g_NormalEntr
       G_CALLBACK (main_window_print_cb) },
 #endif // HAVE_CUPS
 
-    { "Quit", GTK_STOCK_CLOSE, N_("_Close"), "<control>W",
+    { "Quit", GTK_STOCK_CLOSE, N_("_Close"), "<control>Q",
       N_("Close this window"),
       G_CALLBACK (main_window_quit_cb) },
 
++++++ epdfview-fix-missing-return-value.patch ++++++
diff -urNp epdfview-0.1.8.orig/src/IJob.cxx epdfview-0.1.8/src/IJob.cxx
--- epdfview-0.1.8.orig/src/IJob.cxx    2011-05-28 12:25:01.000000000 +0200
+++ epdfview-0.1.8/src/IJob.cxx 2011-09-02 21:04:08.000000000 +0200
@@ -66,6 +66,7 @@ IJob::dispatcher (gpointer data)
 #else
     sleep(0);
 #endif
+    return NULL;
 }
 
 ///

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to