Hello community,

here is the log from the commit of package howl for openSUSE:Factory checked in 
at 2017-07-26 13:04:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/howl (Old)
 and      /work/SRC/openSUSE:Factory/.howl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "howl"

Wed Jul 26 13:04:54 2017 rev:2 rq:511448 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/howl/howl.changes        2017-02-21 
13:43:48.407669128 +0100
+++ /work/SRC/openSUSE:Factory/.howl.new/howl.changes   2017-07-26 
13:04:55.901172594 +0200
@@ -1,0 +2,15 @@
+Mon Jul 17 07:09:50 UTC 2017 - [email protected]
+
+- Make a neutral summary
+
+-------------------------------------------------------------------
+Thu Jul 13 18:24:08 UTC 2017 - [email protected]
+
+- Version update to latest 0.5.1 release:
+  * Code inspection
+  * More bundles
+  * Loads of bugfixes
+- Remove merged patch appdata.patch
+- Add patch to respect cflags howl-respect-cflags.patch
+
+-------------------------------------------------------------------

Old:
----
  appdata.patch
  howl-0.4.1.tgz

New:
----
  howl-0.5.1.tgz
  howl-respect-cflags.patch

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

Other differences:
------------------
++++++ howl.spec ++++++
--- /var/tmp/diff_new_pack.SYT9uy/_old  2017-07-26 13:04:56.589075543 +0200
+++ /var/tmp/diff_new_pack.SYT9uy/_new  2017-07-26 13:04:56.593074978 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package howl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,22 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           howl
-Version:        0.4.1
+Version:        0.5.1
 Release:        0
-Summary:        Lightweight editor with keyboard-centric minimalistic interface
+Summary:        Editor with keyboard-centric minimalistic interface
 License:        MIT
 Group:          Productivity/Text/Editors
 Url:            http://howl.io/
-BuildRequires:  gtk3-devel
+Source:         
https://github.com/howl-editor/howl/releases/download/%{version}/%{name}-%{version}.tgz
+Patch0:         howl-respect-cflags.patch
+BuildRequires:  fdupes
 BuildRequires:  gcc
-BuildRequires:  update-desktop-files
+BuildRequires:  gtk3-devel
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  fdupes
+BuildRequires:  update-desktop-files
 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
@@ -40,9 +40,10 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%patch0 -p1
 
 %build
+export CFLAGS="%optflags"
 cd src
 make %{?_smp_mflags}
 
@@ -66,7 +67,6 @@
 %desktop_database_postun
 
 %files
-%defattr(-,root,root)
 %doc LICENSE.md
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

++++++ howl-0.4.1.tgz -> howl-0.5.1.tgz ++++++
++++ 321633 lines of diff (skipped)

++++++ howl-respect-cflags.patch ++++++
Index: howl-0.5.1/src/Makefile
===================================================================
--- howl-0.5.1.orig/src/Makefile
+++ howl-0.5.1/src/Makefile
@@ -19,7 +19,7 @@ LPEG = deps/$(LPEG_VER)
 LPEG_OBJECT = $(LPEG)/lpeg.o
 LPEG_URL = http://nordman.org/mirror/lpeg/$(LPEG_VER).tar.gz
 
-CFLAGS = -Wall -O2 -g $(LUAJIT_CFLAGS) $(GTK_CFLAGS) -DHOWL_PREFIX=$(PREFIX)
+CFLAGS += $(LUAJIT_CFLAGS) $(GTK_CFLAGS) -DHOWL_PREFIX=$(PREFIX)
 ARCHIVES = $(LUAJIT_ARCHIVE)
 LIBS = -lm -ldl ${GTK_LIBS}
 ifeq ($(UNAME_S),FreeBSD)

Reply via email to