Hello community,

here is the log from the commit of package mupdf for openSUSE:Factory checked 
in at 2013-04-09 07:07:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mupdf (Old)
 and      /work/SRC/openSUSE:Factory/.mupdf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mupdf", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes      2013-03-19 
12:22:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mupdf.new/mupdf.changes 2013-04-09 
07:08:00.000000000 +0200
@@ -1,0 +2,27 @@
+Fri Apr  5 17:31:25 UTC 2013 - g...@opensuse.org
+
+- update to version 1.2
+  - Change licensing terms to GNU AGPL (from GNU GPL).
+  - Renamed 'mubusy' to 'mutool'.
+  - Add support for Javascript and forms handling.
+  - PDF 1.7 Extension Level 8 encryption implemented.
+  - Oversized and stroke text clipping implemented.
+  - Prototype transition support.
+  - Add fz_open_document_with_stream to allow non-file based
+    operation.
+  - Text searching API.
+  - Highlight and copy text selection API.
+  - Pass matrices and rectangles by reference for improved
+    performance.
+  - Change shadings to decompose at render times; massive memory
+    savings.
+  - Performance enhancements for color conversion and fax
+    decompression.
+  - ARM optimisations for color conversion and bitmap scaling.
+  - Bitmap subsampling stage introduced, with ARM optimisations.
+  - Type 3 fonts; glyphs are now handled as display lists.
+  - Scan converter performance improvements.
+  - Fix many SEGVs with out of spec files.
+  - Various rendering fixes.
+
+-------------------------------------------------------------------

Old:
----
  mupdf-1.1-source.tar.gz

New:
----
  mupdf-1.2-source.zip

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

Other differences:
------------------
++++++ mupdf.spec ++++++
--- /var/tmp/diff_new_pack.bk3NQj/_old  2013-04-09 07:08:01.000000000 +0200
+++ /var/tmp/diff_new_pack.bk3NQj/_new  2013-04-09 07:08:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mupdf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,26 +16,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           mupdf
-Version:        1.1
+Version:        1.2
 Release:        0
-License:        GPL-3.0+
 Summary:        Lightweight PDF and XPS Viewer and Parser and Rendering Library
-Url:            http://mupdf.com/
+License:        AGPL-3.0+
 Group:          Productivity/Office/Other
-Source:         
http://mupdf.googlecode.com/files/mupdf-%{version}-source.tar.gz
-BuildRequires:  gcc-c++
+Url:            http://mupdf.com/
+Source:         http://mupdf.googlecode.com/files/mupdf-%{version}-source.zip
 BuildRequires:  freetype-devel
-BuildRequires:  xorg-x11-devel
-BuildRequires:  openjpeg-devel
-BuildRequires:  libjpeg-devel
-# workaround until jbig2dec-devel is fixed
-BuildRequires:  libjbig2dec0
+BuildRequires:  gcc-c++
 BuildRequires:  jbig2dec-devel
-BuildRequires:  zlib-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  openjpeg-devel
+BuildRequires:  unzip
+BuildRequires:  update-desktop-files
 BuildRequires:  v8-devel
 BuildRequires:  v8-private-headers-devel
-BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
+BuildRequires:  zlib-devel
 Requires:       xdg-utils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -61,6 +61,8 @@
 
 %prep
 %setup -q -n %{name}-%{version}-source
+# do not use the inlined copies of build dpendencies
+rm -rf thirdparty
 
 %build
 export XCFLAGS="%{optflags}"
@@ -68,7 +70,9 @@
 ls -1 build/debug
 
 %install
-%make_install prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir}
+%make_install prefix=%{_prefix} libdir=%{_libdir}
+# mutool is missing from the install target
+install -p -m 755 build/debug/mutool %{buildroot}%{_bindir}/mutool
 
 chmod 0644 %{buildroot}%{_includedir}/*.h \
     %{buildroot}%{_libdir}/*.a \
@@ -93,7 +97,7 @@
 %doc README COPYING
 %{_bindir}/mupdf
 %{_bindir}/mudraw
-%{_bindir}/mubusy
+%{_bindir}/mutool
 %{_datadir}/applications/mupdf.desktop
 %{_datadir}/pixmaps/mupdf.png
 %{_mandir}/man1/mu*.1*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to