Hello community, here is the log from the commit of package okteta for openSUSE:Factory checked in at 2014-10-16 18:14:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/okteta (Old) and /work/SRC/openSUSE:Factory/.okteta.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "okteta" Changes: -------- --- /work/SRC/openSUSE:Factory/okteta/okteta.changes 2014-09-18 08:01:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes 2014-10-16 18:16:14.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Oct 12 12:41:44 UTC 2014 - [email protected] + +- Update to 4.14.2 + * KDE 4.14.2 SC Bugfix Release + * See http://www.kde.org/announcements/announce-4.14.2.php + +------------------------------------------------------------------- Old: ---- okteta-4.14.1.tar.xz New: ---- okteta-4.14.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ okteta.spec ++++++ --- /var/tmp/diff_new_pack.11mCSy/_old 2014-10-16 18:16:15.000000000 +0200 +++ /var/tmp/diff_new_pack.11mCSy/_new 2014-10-16 18:16:15.000000000 +0200 @@ -23,7 +23,7 @@ License: GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url: http://www.kde.org/ -Version: 4.14.1 +Version: 4.14.2 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -84,6 +84,7 @@ %{_kde4_servicesdir}/oktetapart.desktop %{_kde4_datadir}/mime/packages/okteta.xml %{_kde4_applicationsdir}/okteta.desktop +%{_datadir}/appdata/okteta.appdata.xml %files devel %defattr(-,root,root) ++++++ okteta-4.14.1.tar.xz -> okteta-4.14.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-4.14.1/program/CMakeLists.txt new/okteta-4.14.2/program/CMakeLists.txt --- old/okteta-4.14.1/program/CMakeLists.txt 2014-08-29 22:41:47.000000000 +0200 +++ new/okteta-4.14.2/program/CMakeLists.txt 2014-10-09 15:02:39.000000000 +0200 @@ -60,5 +60,6 @@ install( PROGRAMS okteta.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES oktetaui.rc DESTINATION ${DATA_INSTALL_DIR}/okteta ) +install( FILES okteta.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata/ ) kde4_install_icons( ${ICON_INSTALL_DIR} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-4.14.1/program/about.cpp new/okteta-4.14.2/program/about.cpp --- old/okteta-4.14.1/program/about.cpp 2014-08-29 22:41:47.000000000 +0200 +++ new/okteta-4.14.2/program/about.cpp 2014-10-09 15:02:39.000000000 +0200 @@ -28,7 +28,7 @@ // Program static const char ProgramId[] = "okteta"; -static const char ProgramVersion[] = "0.14.1"; +static const char ProgramVersion[] = "0.14.2"; static const char ProgramHomepage[] = "http://userbase.kde.org/Okteta"; // Author static const char FWHKEmailAddress[] = "[email protected]"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-4.14.1/program/okteta.appdata.xml new/okteta-4.14.2/program/okteta.appdata.xml --- old/okteta-4.14.1/program/okteta.appdata.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/okteta-4.14.2/program/okteta.appdata.xml 2014-10-09 15:02:39.000000000 +0200 @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<component type="desktop"> + <id>okteta.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0</project_license> + <name>Okteta</name> + <summary>Hex editor</summary> + <description> + <p>Okteta is a simple editor for the raw data of files.</p> + <p>Features:</p> + <ul> + <li>Values and characters shown either in two columns (the traditional display in hex editors) or in rows with the value on top of the character</li> + <li>Editing and navigating similar to a text editor</li> + <li>Customizable data views, with loadable and storable profiles</li> + <li>Tools dockable on all sides or floating</li> + <li>Numerical encodings: Hexadecimal, Decimal, Octal, Binary</li> + <li>Character encodings: All 8-bit encodings as supplied by Qt, EBCDIC</li> + <li>Fast data rendering on screen</li> + <li>Multiple open files</li> + <li>Undo/redo support</li> + <li>Structures tool for analyzing and editing based on user-creatable structure definitions</li> + <li>And more...</li> + </ul> + </description> + <url type="homepage">http://userbase.kde.org/Okteta/</url> + <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=okteta</url> + <url type="help">http://docs.kde.org/stable/en/kdesdk/okteta/index.html</url> + <screenshots> + <screenshot type="default"> + <image>http://kde.org/images/screenshots/okteta.png</image> + </screenshot> + </screenshots> + <updatecontact>[email protected]</updatecontact> + <project_group>KDE</project_group> + <provides> + <binary>okteta</binary> + </provides> +</component> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
