Hello community, here is the log from the commit of package wxhexeditor for openSUSE:Factory checked in at 2020-11-19 11:59:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxhexeditor (Old) and /work/SRC/openSUSE:Factory/.wxhexeditor.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxhexeditor" Thu Nov 19 11:59:34 2020 rev:14 rq:849218 version:0.24 Changes: -------- --- /work/SRC/openSUSE:Factory/wxhexeditor/wxhexeditor.changes 2020-10-15 13:51:05.501316719 +0200 +++ /work/SRC/openSUSE:Factory/.wxhexeditor.new.5913/wxhexeditor.changes 2020-11-23 10:53:27.110779992 +0100 @@ -1,0 +2,5 @@ +Mon Nov 16 20:12:32 UTC 2020 - Matthias Mailänder <[email protected]> + +- Add wxhexeditor-appdata.patch for https://en.opensuse.org/openSUSE:AppStore + +------------------------------------------------------------------- New: ---- wxhexeditor-appdata.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxhexeditor.spec ++++++ --- /var/tmp/diff_new_pack.f2vBNx/_old 2020-11-23 10:53:27.926780808 +0100 +++ /var/tmp/diff_new_pack.f2vBNx/_new 2020-11-23 10:53:27.930780812 +0100 @@ -37,6 +37,8 @@ Patch2: wxhexeditor-fixdesktopfile.patch # PATCH-FIX-UPSTREAM - https://github.com/EUA/wxHexEditor/issues/90 Patch3: wxhexeditor-fix-arm.patch +# PATCH-FEATURE-UPSTREAM - https://github.com/EUA/wxHexEditor/pull/173 +Patch4: wxhexeditor-appdata.patch %if %{with gcc6} %if 0%{?sle_version} >= 120200 #!BuildIgnore: libgcc_s1 @@ -73,6 +75,7 @@ %patch1 -p0 %patch2 %patch3 -p1 +%patch4 -p1 chmod -x docs/* cp -v udis86/LICENSE LICENSE-udis86 cp -v docs/GPL.txt . @@ -95,6 +98,7 @@ %install %make_install PREFIX=%{_prefix} %find_lang %{_name} %{?no_lang_C} +install resources/wxhexeditor.xml -Dm0644 %{buildroot}%{_datadir}/metainfo/wxhexeditor.xml %post %desktop_database_post @@ -109,6 +113,7 @@ %{_bindir}/%{_name} %{_datadir}/applications/%{_name}.desktop %{_datadir}/pixmaps/%{_name}.png +%{_datadir}/metainfo/wxhexeditor.xml %files lang -f %{_name}.lang %defattr(-,root,root) ++++++ wxhexeditor-appdata.patch ++++++ From 9ed42ce5c3f89ab1408586c571cfd5ad1ece4e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= <[email protected]> Date: Mon, 16 Nov 2020 21:06:33 +0100 Subject: [PATCH] Add an AppStream metadata file. --- resources/wxhexeditor.xml | 74 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 resources/wxhexeditor.xml diff --git a/resources/wxhexeditor.xml b/resources/wxhexeditor.xml new file mode 100644 index 0000000..954ca08 --- /dev/null +++ b/resources/wxhexeditor.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="utf-8"?> +<component type="desktop-application"> + <id>wxhexeditor</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0</project_license> + <name>wxHexEditor</name> + <summary>Hex editor</summary> + <summary xml:lang="bs">Heksadekadni editor</summary> + <summary xml:lang="ca">Editor hexadecimal</summary> + <summary xml:lang="ca-valencia">Editor hexadecimal</summary> + <summary xml:lang="cs">Hexa editor</summary> + <summary xml:lang="de">Hex-Editor</summary> + <summary xml:lang="el">Επεξεργαστής δεκαεξαδικών</summary> + <summary xml:lang="en-GB">Hex editor</summary> + <summary xml:lang="es">Editor hexadecimal</summary> + <summary xml:lang="et">Binaarfailide redaktor</summary> + <summary xml:lang="fi">Heksaeditori</summary> + <summary xml:lang="fr">Éditeur hexadécimal</summary> + <summary xml:lang="gl">Editor de bytes</summary> + <summary xml:lang="hu">Hexaszerkesztő</summary> + <summary xml:lang="id">Editor Hex</summary> + <summary xml:lang="it">Editor esadecimale</summary> + <summary xml:lang="ko">16진수 편집기</summary> + <summary xml:lang="nl">Hexbewerker</summary> + <summary xml:lang="nn">Heksadesimal-redigering</summary> + <summary xml:lang="pl">Edytor szesnastkowy</summary> + <summary xml:lang="pt">Editor hexadecimal</summary> + <summary xml:lang="pt-BR">Editor hexadecimal</summary> + <summary xml:lang="ro">Redactor hexazecimal</summary> + <summary xml:lang="ru">Шестнадцатеричный редактор</summary> + <summary xml:lang="sk">Hex editor</summary> + <summary xml:lang="sl">Šestnajstiški urejevalnik</summary> + <summary xml:lang="sr">Хексадекадни уређивач</summary> + <summary xml:lang="sr-Latn">Heksadekadni uređivač</summary> + <summary xml:lang="sr-ijekavian">Хексадекадни уређивач</summary> + <summary xml:lang="sr-ijekavianlatin">Heksadekadni uređivač</summary> + <summary xml:lang="sv">Hexeditor</summary> + <summary xml:lang="tr">Hex düzenleyici</summary> + <summary xml:lang="uk">Шістнадцятковий редактор</summary> + <summary xml:lang="x-test">xxHex editorxx</summary> + <summary xml:lang="zh-CN">十六进制编辑器</summary> + <summary xml:lang="zh-TW">十六進位資料編輯器</summary> + <description> + <p>wxHexEditor is a hex editor that is capable of handling very large +files. It supports files up to 2^64 bytes. It can also act as a +disk editor.</p> + <p>Features:</p> + <ul> + <li>Small footprint on RAM</li> + <li>Raw Disk Access</li> + <li>Does not create temporary files.</li> + </ul> + </description> + <url type="homepage">http://www.wxhexeditor.org/</url> + <url type="bugtracker">https://github.com/EUA/wxHexEditor/issues</url> + <url type="help">http://wiki.wxhexeditor.org/</url> + <url type="donation">http://wiki.wxhexeditor.org/index.php?title=Donation</url> + <screenshots> + <screenshot type="default"> + <image>http://www.wxhexeditor.org/images/screenshot.png</image> + </screenshot> + </screenshots> + <categories> + <category>Utility</category> + </categories> + <provides> + <binary>wxHexEditor</binary> + </provides> + <launchable type="desktop-id">wxHexEditor.desktop</launchable> + <releases> + <release version="0.24" date="2017-12-31"/> + </releases> + <update_contact>https://github.com/EUA/</update_contact> +</component> _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
