File ipe.changes of Package ipe

-------------------------------------------------------------------
Sun Apr 19 15:23:24 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 7.2.14
  * Mirror at y-axis added, stretch and precise stretch now obeys
    axis orientation.
  * View sorter to rearrange the views of a page (issue #128).
  * New "laser pointer" mode that is useful when giving a
    presentation by filming directly from the Ipe canvas.
  * Added actions "Mark views from this view" and "Unmark views
    from this view".
  * Make sure that properties panel doesn't change width while
    going through a document by basing the button format on the
    largest number of views and on the number of pages.
    New preferences "view_button_prefix" and "page_button_prefix"
    to make the display more concise for advanced users.
  * Fix notes display in IpePresenter when there are non-ASCII
    characters (issue #282).
  * Include page title in iperender with option -nocrop (issue
    #287).
  * Allow path objects with trailing "m" operator and without
    subpaths, to simplify automatic generation of Ipe files
    (issue #274).
  * Show warning message when document contains Type3 fonts
    (issue #273).
  * Fix positioning of frame in thumbnails (bug #280).
  * Fix incorrect page bounding box when clipping groups (bug
    #265).
  * Fix TEXINPUTS getting lost on Unix (bug #266).
  * Fix "ipe -sheet presentation" not working.

- Added IPE_NO_IPELIB_VERSION_CHECK='no' to remove rpmlint
  warning

- Fix SLE12 build

-------------------------------------------------------------------
Sun Oct 27 07:46:07 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 7.2.13
  * Allow online Latex-compilation using "latexonline.cc"
    service. Ipe is now fully usable without a Latex installation
    on your computer.
  * Added script 'page-labels' (see Section 8.1 in manual).
  * Views can now be named, and view names can be used instead of
    numbers in iperender and ipetoipe (feature #136).
  * Add directory containing Ipe document to TEXINPUTS when
    running Latex (feature #243).
  * Add button to use external editor for Latex preamble (feature
    #261).
  * Fixed bug in color key in grayscale bitmaps (bug #247).
  * Handle stroke opacity correctly in properties panel (bug
    #252).
  * Set Qt size policy for labels to fixed for better resizing
    behaviour (bug #261).
  * Fix crash in checkbox on Qt (bug #259).
  * Fixed "Update stylesheets" action not being undoable.
  * Added Bitmap::savePixels method for PowerIpe.
  * Use ^ operator for dot-product of vectors in Lua.
  version 7.2.12:
  * Image objects now support transparency (feature #233).
  * Path objects can now have distinct fill and stroke opacities
    (feature #134).
  * Symbols can now specify a list of snap positions, which are
    active in vertex snap mode.  Such symbols can be selected by
    clicking near any snap position, and are presented like
    groups in the selection (feature #238).
  * Can now specify the initial attribute settings in the
    preferences (feature #235).
  * Symbols ipelet now presents symbols in groups (feature #237).
  * New "Preferences" item in Help menu with information about
    "prefs.lua".
  * Lua function tonumber now returns nil when it fails to
    convert, like the original Lua function (bug #236).
  version 7.2.11:
  * Images with alpha channel are now fully supported (feature
    #142).
  * New "Rotate coordinate system" operation in "Goodies" ipelet.
  * New ipelet to select objects by type and/or by attribute
    value.
  * Can now use ".ipe/ipe.conf" to define environment variables
  * The link action string of group objects is now more powerful.
    You can use it to create links inside the Ipe document (so
    that clicking on an object in the PDF file will take you to a
    different page), and to launch videos or audio (which can be
    played inside some PDF viewers).
  * Tiling patterns now follow opacity of the object (feature
    #195).
  * The bullet in items now has the text color (bug #161).
  * The coordinate system (the axes) can now be toggled on and
    off without having to reset the origin.
  * When exporting using ipetoipe, page notes are not included as
    PDF annotations (but see -keepnotes) (feature #215).
  * Storing section names of pages as PDF "named destinations",
    so that external links can point to a specific page of an Ipe
    document.
  * Use page-piece dictionary to store Ipe XML data inside PDF
    file.
  * Pressing "Ok" after "Apply" in text edit dialog no longer
    causes a Latex run (feature #144).
  * Up and Down keys now work to move between views in
    IpePresenter. Added "jump to page" and "select page" in
    IpePresenter (feature #228).
  * Tiling patterns from PDF now display in Ipe and IpePresenter.
  * Exporting to PNG from the Ipe UI now saves with transparent
    background.
  * Fixed broken operation "create symbol (in new stylesheet)".
  * Fixed broken "Select in layer" and "Move to layer" submenus
    (bug #214).
  * "Insert image" file dialog starts in more reasonable
    directory.
  * Removed support for ipelet dlls with .dylib extension (it
    changed to .so in Ipe 7.1.10).
  version 7.2.10:
  * IpePresenter companion program, to show PDF presentations
    (made with Ipe or beamer). The presenter's display shows the
    current slide, the next slide, the slide notes, and a running
    clock. The audience sees only the current slide. IpePresenter
    relies entirely on the PDF file, so no Latex is needed for a
    presentation.
  * Move to modern C++: use nullptr consistently, compile with
    C++17, starting to use unique_ptr and shared_ptr.
  * Page notes are saved as PDF annotations (feature #187).
  * Fixed strange conversion of labels to math mode (bug #211).
  * Can now change direction of horizontal scrolling (with
    Alt+Scroll wheel) using prefs.scroll.direction.x.
  version 7.2.9:
  * Fixed crash when using layers (bug #208).
  * Use Postscript glyph names to find glyph index (bug #122).
  * Holding Control while using the scroll wheel now zooms the
    canvas on all platforms (feature #206).
  * Fix unmarked pages appearing in bookmarks after exporting
    with -markedview (bug #205).
  * Can use config.ipedrive to refer to the drive that Ipe is on
    in customization files.  Environment variables can use "ipe:"
    to refer to the same drive (feature #203).
  version 7.2.8:
  * Two-finger moves on the touchpad/trackpad and the scroll
    wheel now pan the canvas rather than zoom (feature #158).
    To go back to the zooming behaviour, set prefs.scroll.pan to
    false.
  * Number of objects in each layer shown next to the layer name.
  * The page specifications in ipetoipe and iperender can now be
    given using page names (feature #136).
  * Side button on WACOM tablets can now be used (bug #164).
  * Fixed use before check (bug #118).
  * Iperender can now take arguments in any order (bug #184).
  * New command \ipedefinecolors to allow using package options
    of the xcolor package (feature #180).
  * Updated qvoronoi ipelet to use reentrant version of Qhull.
  * Fixed list of greek layernames (bug #196).
  * New preference prefs.join_threshold (bug #191).
  * Fixed exporting EPS and SVG to non-ASCII filenames (bug 
    #170).
  * Fixed crash on spurious character between objects in XML
    input (bug #169).
  * Added possibility to pass parameters from Lua wrapper to C++
    ipelet (feature #173).
  * Implemented copying of snap information to IpeletData (bug
    #148).
  * Absolute attributes can now be set as the current value in
    the UI using the "Pick properties" operation (fixes bug 
    #192).
  * Fixed crash after using page sorter (bug #153).
  * Fixed incorrect drawing of ptarc and fptarc arrows (bug 
    #154).

- Dropped ipe-config.patch (pass variables instead)

- Dropped ipe.png (generate all sizes from scalable icon)

- Spec cleanup

-------------------------------------------------------------------
Fri Dec  9 22:47:21 UTC 2016 - hzhr+os@mailbox.org

- Ipe version 7.2.7
- use liblua5_x according to lua-devel which depends on 
  suse_version

-------------------------------------------------------------------
Fri Dec  9 20:40:29 UTC 2016 - hzhr+os@mailbox.org

- Ipe version 7.2.6
- remove service files since build service still fails when
  downloading the file from the given url
- removed ipe-openmanual.patch
- updated ipe-config.patch
- removed fixing the paths for fontmap since fontmap is no
  longer necessary (see release notes for Ipe 7.2.1)

-------------------------------------------------------------------
Sun Nov 15 16:37:26 UTC 2015 - hzhr+os@mailbox.org

- Ipe version 7.1.9
- update to QT5
- update download url

-------------------------------------------------------------------
Tue Jul 28 17:16:20 UTC 2015 - hzhr+os@mailbox.org

- force use of Lua 5.2 using suse_version in Tumbleweed and Factory
- remove dependency on the lua package since it should be liblua5_2
  which is automatically detected

-------------------------------------------------------------------
Sun Jul 12 18:21:29 UTC 2015 - hzhr+os@mailbox.org

- Ipe version 7.1.8
- adapted service file, ipe-config.patch (moc-qt4 -> moc), and
  ipe-openmanual.patch
- updated website url

-------------------------------------------------------------------
Thu May  7 22:36:32 UTC 2015 - hzhr+os@mailbox.org

- fixed paths in gsfonts-fontmap.xml
- fixed installation path of fontmap.xml to match default one

-------------------------------------------------------------------
Wed May  6 22:15:20 UTC 2015 - hzhr+os@mailbox.org

- added recommendation for ipe-doc package
- added patch to use xdg-open instead of gnome-open
- added xdg-utils to requirements 

-------------------------------------------------------------------

Mon May  4 17:08:56 UTC 2015 - hzhr+os@mailbox.org

- moved pdftoipe and figtoipe to their own packages
- added OBS source service to set upstream version
- convert rpm spec changelog into changes file

-------------------------------------------------------------------
Sat May 02 00:00:00 CET 2015 - hzhr+os@mailbox.org

- Ipe7 version 7.1.7
- added OBS source services for
  * downloading the main tar.gz archive and
  * checking out pdftoipe and figtoipe
- removed obsolete archives
- changed LaTeX dependency to texlive-latex
- removed unnecessary define macros
- fixed licence string warning
- updated mail address of the author
- removed obsoletes to fix warning obsolete-not-provided
- removed path substitution because they did not replace anything

-------------------------------------------------------------------
Mon Sep 15 00:00:00 CET 2014 - wagner-thomas@gmx.at

- fix build errors (libjpeg-turbo was missing in openSUSE:13.1 repo
  but is avail in graphics repo)
- fixed license string and url
- removed unnecessary required lib packages (rpm wants to find out
  itself whats needed)

-------------------------------------------------------------------
Fri Jun 13 00:00:00 CET 2014 - meremianin@gmail.com

- Ipe7 version 7.1.5

-------------------------------------------------------------------
Fri Jul 26 00:00:00 CET 2013 - meremianin@gmail.com

- Ipe7 version 7.1.4

-------------------------------------------------------------------
Tue Nov 27 00:00:00 CET 2012 - meremianin@gmail.com

- Ipe7 version 7.1.2

-------------------------------------------------------------------
Sat Dec 10 00:00:00 CET 2011 - meremianin@gmail.com

- Ipe7 version

-------------------------------------------------------------------
Tue Feb 10 00:00:00 CET 2009 - radomir.cernoch@gmail.com

- libpng added as a 'BuildRequires'
- Mimetype 'application/vnd.ipe+xml' registred and handled by ipe

-------------------------------------------------------------------
Fri Jan 30 00:00:00 CET 2009 - radomir.cernoch@gmail.com

- Ipe and pdftoipe merged

-------------------------------------------------------------------
Mon Dec 22 00:00:00 CET 2008 - radomir.cernoch@gmail.com

- Spec file made look pretty

-------------------------------------------------------------------
Wed Dec 17 00:00:00 CET 2008 - radomir.cernoch@gmail.com

- Number of warnings reduced to 1
- Paths in man pages got updated

-------------------------------------------------------------------
Mon Dec 01 00:00:00 CET 2008 - radomir.cernoch@gmail.com

- Update to 6.0.pre32
- Removal of all patches, which were repairing bugs of previous
  versions

-------------------------------------------------------------------
Tue Jun 03 00:00:00 CET 2008 - radomir.cernoch@gmail.com

- New patch, Debian garbage removed.
- openSUSE 11.0 and Factory compatible

-------------------------------------------------------------------
Fri Feb 08 00:00:00 CET 2008 - radomir.cernoch@gmail.com

- Branch from Fedora merged
- Source updated to 6.0.pre30
- Upstream patch taken from Debian

-------------------------------------------------------------------
Sat Nov 17 00:00:00 CET 2007 - laurent.rineau__fedora@normalesup.org

- Make ipe use xdg-open (from package xdg-utils), instead of htmlview.

-------------------------------------------------------------------
Sun Nov 11 00:00:00 CET 2007 - radomir.cernoch@gmail.com

- Branch for openSUSE

-------------------------------------------------------------------
Mon Sep 17 00:00:00 CET 2007 - laurent.rineau__fedora@normalesup.org

- New upstream patch.

-------------------------------------------------------------------
Mon Aug 27 00:00:00 CET 2007 - laurent.rineau__fedora@normalesup.org

- Change the URL, in Source0.

-------------------------------------------------------------------
Fri Aug 24 00:00:00 CET 2007 - laurent.rineau__fedora@normalesup.org

- New patch: no longer check the version of freetype at runtime

-------------------------------------------------------------------
Fri Aug 24 00:00:00 CET 2007 - laurent.rineau__fedora@normalesup.org

- New License: tag.
- Rebuild for F-8.

-------------------------------------------------------------------
Wed Jan 17 00:00:00 CET 2007 - laurent.rineau__fedora_extras@normalesup.org

- Provides ipe(api)

-------------------------------------------------------------------
Wed Jan 17 00:00:00 CET 2007 - laurent.rineau__fedora_extras@normalesup.org

- New upstream version.
- Patch4 is no longer needed.

-------------------------------------------------------------------
Thu Oct 05 00:00:00 CET 2006 - Christian.Iseli@licr.org

- rebuilt for unwind info generation, broken in gcc-4.1.1-21

-------------------------------------------------------------------
Tue Sep 26 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- Add BR: pkgconfig.

-------------------------------------------------------------------
Tue Sep 26 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- New upstream version.
- Remove Patch0 (ipe-6.0pre26-printf-size_t), fixed upstream.
- Remove Patch1 (ipe-6.0pre26-ipelet-pro_files), fixed upstream.
- Remove Patch2 (ipe-6.0pre26-initui.cpp), fixed upstream.
- Remove Patch3 (ipe-6.0pre26-libpath), fixed upstream.

-------------------------------------------------------------------
Thu Aug 31 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- New try to rebuild ipe-6.0pre26 for FC-6 mass rebuild.
- New patch: ipe_6.0pre26-qmake-defines.patch
  This patch changes the dealing of macros whose values should contain double
  quotes (needed under FC-6, which has qmake-4.2).
- New comments around the patches, to describe them.

-------------------------------------------------------------------
Mon Aug 28 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- Rebuild for FC-6.

-------------------------------------------------------------------
Thu Jul 20 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- Remove the BR: nas-devel, now that qt4 has stripped -laudio from its pkgconfig files.

-------------------------------------------------------------------
Thu Jul 20 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- New patch ipe_6.0pre26-libpath.patch, to be able to compile ipe even
  if another version is installed.
  This patch make use LIBPATH instead of explicit flags such as
  "-L../../build/lib/", in pro files.

- Modification of ipe_6.0pre26-ipelet-pro_files.patch, so that
  CONFIG+="plugin", and never CONFIG+="qt plugin", in ipelets pro
  files.

- Temporarely, add BuildRequires: nas-devel. qt4-devel should require
  it.

-------------------------------------------------------------------
Tue Jul 04 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- In %%files, use libipe.so.1*, instead of libipe.so.*
- Make sub-package %%{name}-doc depend on %%{name}

-------------------------------------------------------------------
Wed Jun 28 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- Added a patch, ipe_6.0pre26-initui.cpp.patch, to fix temporarely an
  upstream bug: QMenu aboutToshow() signal has a lowercase "a".

-------------------------------------------------------------------
Tue Jun 20 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- New patch ipe-6.0pre26-ipelet-pro_files.patch: fix the pro files of
  ipelets: the configshould be "plugin" instead of "dll".
- Cleanup of the %%files directives: do not own directories which are
  created by the main package in subpackages.

-------------------------------------------------------------------
Sun May 28 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- No longer hardcode qt4 prefix. Use pkg-config instead.

-------------------------------------------------------------------
Sun May 21 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- Added a desktop file for Ipe.

-------------------------------------------------------------------
Sun May 21 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- Fix directories ownership.
- ipelets/*.so are now in -devel.
- Creation of -doc subpackage.

-------------------------------------------------------------------
Tue May 09 00:00:00 CET 2006 - laurent.rineau__fedora_extras@normalesup.org

- Initial revision.
openSUSE Build Service is sponsored by