Hello community,

here is the log from the commit of package howl for openSUSE:Factory checked in 
at 2017-02-21 13:43:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/howl (Old)
 and      /work/SRC/openSUSE:Factory/.howl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "howl"

Changes:
--------
New Changes file:

--- /dev/null   2017-01-26 09:49:33.150892021 +0100
+++ /work/SRC/openSUSE:Factory/.howl.new/howl.changes   2017-02-21 
13:43:48.407669128 +0100
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Wed Feb  8 00:31:35 UTC 2017 - jeng...@inai.de
+
+- Trim filler words from description
+
+-------------------------------------------------------------------
+Sun Jan 29 08:24:44 UTC 2017 - mailaen...@opensuse.org
+
+- add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
+
+-------------------------------------------------------------------
+Sat Dec 24 16:23:16 UTC 2016 - mailaen...@opensuse.org
+
+- spec file cleanup
+
+-------------------------------------------------------------------
+Wed Nov 16 22:00:05 UTC 2016 - c...@baez.nyc
+
+Updating to 0.4.1
+
+-------------------------------------------------------------------
+Thu Jun  2 21:03:44 UTC 2016 - c...@baez.nyc
+
+An initial spec of howl.
+

New:
----
  appdata.patch
  howl-0.4.1.tgz
  howl.changes
  howl.spec

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

Other differences:
------------------
++++++ howl.spec ++++++
#
# spec file for package howl
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           howl
Version:        0.4.1
Release:        0
Summary:        Lightweight editor with keyboard-centric minimalistic interface
License:        MIT
Group:          Productivity/Text/Editors
Url:            http://howl.io/
BuildRequires:  gtk3-devel
BuildRequires:  gcc
BuildRequires:  update-desktop-files
BuildRequires:  hicolor-icon-theme
BuildRequires:  fdupes
Requires:       luajit
Source:         
https://github.com/howl-editor/howl/releases/download/%{version}/%{name}-%{version}.tgz
# PATCH-FEATURE-UPSTREAM https://github.com/howl-editor/howl/pull/307
Patch1:         appdata.patch

%description
Howl is a general purpose editor that is customizable. It is built on
top of the LuaJIT runtime, and can be extended in either Lua or
Moonscript. It has a minimalistic UI, driven mainly using the
keyboard.

%prep
%setup -q
%patch1 -p1

%build
cd src
make %{?_smp_mflags}

%install
pushd src
make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
popd

cp -R share/ %{buildroot}%{_prefix}/

%suse_update_desktop_file -r howl Utility TextEditor

%fdupes %{buildroot}%{_prefix}

%post
%icon_theme_cache_post
%desktop_database_post

%postun
%icon_theme_cache_postun
%desktop_database_postun

%files
%defattr(-,root,root)
%doc LICENSE.md
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/howl
%dir %{_datadir}/appdata/
%{_datadir}/appdata/%{name}.appdata.xml
%{_bindir}/howl
%{_bindir}/howl-spec

%changelog
++++++ appdata.patch ++++++
>From 5907d85c7dcfc0ed8d48653748c7c5dbccb5c852 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
 <mailaen...@users.noreply.github.com>
Date: Sun, 29 Jan 2017 09:11:57 +0100
Subject: [PATCH] Add an appdata.xml file.

---
 share/appdata/howl.appdata.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 share/appdata/howl.appdata.xml

diff --git a/share/appdata/howl.appdata.xml b/share/appdata/howl.appdata.xml
new file mode 100644
index 0000000..5a131eb
--- /dev/null
+++ b/share/appdata/howl.appdata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>howl.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>MIT</project_license>
+ <name>Howl</name>
+ <summary>Lightweight editor with keyboard-centric minimalistic 
interface</summary>
+ <description>
+  <p>
+   Howl is a general purpose editor that aims to be both lightweight
+   and fully customizable. It is built on top of the very fast LuaJIT
+   runtime, and can be extended in either Lua or Moonscript. It has a
+   minimalistic UI driven mainly by the keyboard.
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default">
+   <image width="1048" height="480">
+    http://howl.io/images/screenshots/monokai/buffer-replace.png
+   </image>
+  </screenshot>
+ </screenshots>
+ <url type="homepage">http://howl.io</url>
+ <updatecontact>nino at nordman.org</updatecontact>
+</component>

Reply via email to