Hello community, here is the log from the commit of package jaxodraw for openSUSE:Factory checked in at 2016-08-03 11:43:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jaxodraw (Old) and /work/SRC/openSUSE:Factory/.jaxodraw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jaxodraw" Changes: -------- --- /work/SRC/openSUSE:Factory/jaxodraw/jaxodraw.changes 2015-07-14 17:46:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.jaxodraw.new/jaxodraw.changes 2016-08-03 11:43:20.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Jul 26 03:19:53 UTC 2016 - [email protected] + +- Update jaxodraw.appdata.xml in keeping with updated appstream + specifications; also update description, summary, other info + in the metadata. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jaxodraw.spec ++++++ --- /var/tmp/diff_new_pack.ETnHw9/_old 2016-08-03 11:43:21.000000000 +0200 +++ /var/tmp/diff_new_pack.ETnHw9/_new 2016-08-03 11:43:21.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package jaxodraw # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,9 +22,9 @@ Version: %{major}.%{minor} Release: 0 Summary: A Java-based GUI for drawing Feynman diagrams -# The xslt files in the manual are Apache-2.0 licensed, GPL-2.0+ for everything else License: GPL-2.0+ and Apache-2.0 Group: Productivity/Scientific/Physics +# The xslt files in the manual are Apache-2.0 licensed, GPL-2.0+ for everything else Url: http://jaxodraw.sourceforge.net Source0: http://download.sourceforge.net/%{name}/%{name}-%{major}-%{minor}-src.tar.gz Source1: http://sourceforge.net/projects/jaxodraw/files/installer_files/installer-2.0-1.tar.gz @@ -79,9 +79,9 @@ License: LPPL-1.3c Group: Productivity/Scientific/Physics # In order to compile documents one needs a LaTeX compiler -Requires: tex(latex) Requires: %{name} = %{version} Requires: texlive-pst-tools +Requires: tex(latex) Requires(pre): texlive Requires(post): coreutils Requires(postun): coreutils ++++++ jaxodraw.appdata.xml ++++++ --- /var/tmp/diff_new_pack.ETnHw9/_old 2016-08-03 11:43:21.000000000 +0200 +++ /var/tmp/diff_new_pack.ETnHw9/_new 2016-08-03 11:43:21.000000000 +0200 @@ -1,23 +1,39 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright 2014 Ryan Lerch <[email protected]> --> -<!-- -EmailAddress: [email protected] -SentUpstream: 2014-05-22 ---> -<application> +<?xml version='1.0' encoding='UTF-8'?> +<component> <id type="desktop">jaxodraw.desktop</id> <metadata_license>CC0-1.0</metadata_license> - <summary>Create and edit Feynman diagrams</summary> + <name>JaxoDraw</name> + <project_license>GPL-2.0+ and Apache-2.0</project_license> + <summary>A Java-based GUI for drawing Feynman diagrams</summary> + <url type="homepage">http://jaxodraw.sourceforge.net</url> <description> + <p>JaxoDraw is a Java program for drawing Feynman diagrams. It has a +complete graphical user interface that allows to carry out all actions +in a mouse click-and-drag fashion. Fine-tuning of the diagrams is +possible through keyboard short-cuts. Graphs may be exported to a +variety of image formats, including (encapsulated) postscript, and can +be saved in XML files to be used in later sessions.</p> <p> - Jaxodraw is an application for creating and editing Feynman diagrams, - with the ability to export to LaTeX. - Feynman diagrams are a specific diagram scheme to represent the mathematical - expressions that describe the behavior of subatomic particles. - </p> +The main feature of JaxoDraw is the possibility of generating +LaTeX code that makes use of J. Vermaseren's axodraw package to +compile. In fact the main motivation for writing JaxoDraw was to +create a graphical user interface for the axodraw package. In that +way, we combine the power of LaTeX with the easiness of a +what-you-see-is-what-you-get interface.</p> </description> - <url type="homepage">http://jaxodraw.sourceforge.net/</url> <screenshots> - <screenshot type="default">http://jaxodraw.sourceforge.net/images/general.png</screenshot> + <screenshot type="default"> + <image height="900" width="1600">http://jaxodraw.sourceforge.net/images/jaxo2.png</image> + <caption>Jaxodraw GUI</caption> + </screenshot> + <screenshot> + <image height="900" width="1600">http://jaxodraw.sourceforge.net/images/general.png</image> + <caption>Preview and export diagrams from Jaxodraw</caption> + </screenshot> + <screenshot> + <image height="900" width="1600">http://jaxodraw.sourceforge.net/images/tabbing.png</image> + <caption>Tabs in Jaxodraw</caption> + </screenshot> </screenshots> -</application> + <update_contact>[email protected]</update_contact> +</component>
