commit imv for openSUSE:Factory

2019-07-02 Thread root
Hello community,

here is the log from the commit of package imv for openSUSE:Factory checked in 
at 2019-07-02 10:38:54

Comparing /work/SRC/openSUSE:Factory/imv (Old)
 and  /work/SRC/openSUSE:Factory/.imv.new.4615 (New)


Package is "imv"

Tue Jul  2 10:38:54 2019 rev:4 rq:712812 version:3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/imv/imv.changes  2019-06-24 21:54:04.852139275 
+0200
+++ /work/SRC/openSUSE:Factory/.imv.new.4615/imv.changes2019-07-02 
10:38:55.554630212 +0200
@@ -1,0 +2,7 @@
+Mon Jul  1 11:16:36 UTC 2019 - mvet...@suse.com
+
+- Update to 3.1.2:
+  * Fix manpage packaging regression introduced in v3.1.1
+- Remove imv-fixbuild.patch: upstreamed
+
+---

Old:

  imv-fixbuild.patch
  v3.1.1.tar.gz

New:

  v3.1.2.tar.gz



Other differences:
--
++ imv.spec ++
--- /var/tmp/diff_new_pack.IXfUBB/_old  2019-07-02 10:38:56.594631795 +0200
+++ /var/tmp/diff_new_pack.IXfUBB/_new  2019-07-02 10:38:56.598631800 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   imv
-Version:3.1.1
+Version:3.1.2
 Release:0
 Summary:Image viewer for X11/Wayland
 License:MIT AND GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:https://github.com/eXeC64/imv
 Source: https://github.com/eXeC64/imv/archive/v%{version}.tar.gz
-# FIX-UPSTREAM mvet...@suse.com - https://github.com/eXeC64/imv/issues/160
-Patch0: imv-fixbuild.patch
 BuildRequires:  asciidoc
 BuildRequires:  freeimage-devel
 BuildRequires:  libjpeg8-devel
@@ -41,7 +39,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 make %{?_smp_mflags} \

++ v3.1.1.tar.gz -> v3.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imv-3.1.1/CHANGELOG new/imv-3.1.2/CHANGELOG
--- old/imv-3.1.1/CHANGELOG 2019-06-22 22:40:25.0 +0200
+++ new/imv-3.1.2/CHANGELOG 2019-06-24 09:09:42.0 +0200
@@ -1,6 +1,10 @@
 imv Changelog
 =
 
+v3.1.2 - 2019-06-24
+
+* Fix manpage packaging regression introduced in v3.1.1
+
 v3.1.1 - 2019-06-22
 
 * Adjusted Makefile to improve packaging on BSDs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imv-3.1.1/Makefile new/imv-3.1.2/Makefile
--- old/imv-3.1.1/Makefile  2019-06-22 22:40:25.0 +0200
+++ new/imv-3.1.2/Makefile  2019-06-24 09:09:42.0 +0200
@@ -71,7 +71,7 @@
 OBJECTS := $(patsubst src/%.c,$(BUILDDIR)/%.o,$(SOURCES))
 TESTS := $(patsubst test/%.c,$(BUILDDIR)/test_%,$(TEST_SOURCES))
 
-VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.1
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.2
 
 override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"
 
@@ -112,8 +112,9 @@
 install: $(TARGET) doc
mkdir -p $(DESTDIR)$(BINPREFIX)
$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BINPREFIX)/imv
-   mkdir -p $(DESTDIR)$(MANPREFIX)
+   mkdir -p $(DESTDIR)$(MANPREFIX)/man1
$(INSTALL_MAN) doc/imv.1 $(DESTDIR)$(MANPREFIX)/man1/imv.1
+   mkdir -p $(DESTDIR)$(MANPREFIX)/man5
$(INSTALL_MAN) doc/imv.5 $(DESTDIR)$(MANPREFIX)/man5/imv.5
mkdir -p $(DESTDIR)$(DATAPREFIX)/applications
$(INSTALL_DATA) files/imv.desktop 
$(DESTDIR)$(DATAPREFIX)/applications/imv.desktop




commit imv for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package imv for openSUSE:Factory checked in 
at 2019-06-24 21:53:10

Comparing /work/SRC/openSUSE:Factory/imv (Old)
 and  /work/SRC/openSUSE:Factory/.imv.new.4615 (New)


Package is "imv"

Mon Jun 24 21:53:10 2019 rev:3 rq:711641 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/imv/imv.changes  2019-06-19 21:10:32.306633962 
+0200
+++ /work/SRC/openSUSE:Factory/.imv.new.4615/imv.changes2019-06-24 
21:54:04.852139275 +0200
@@ -1,0 +2,7 @@
+Mon Jun 24 06:23:14 UTC 2019 - mvet...@suse.com
+
+- Update to 3.1.1:
+  * Adjusted Makefile to improve packaging on BSDs
+- Add imv-fixbuild.patch: fixing build by creating man dirs
+
+---

Old:

  v3.1.0.tar.gz

New:

  imv-fixbuild.patch
  v3.1.1.tar.gz



Other differences:
--
++ imv.spec ++
--- /var/tmp/diff_new_pack.lOo6GT/_old  2019-06-24 21:54:05.356139662 +0200
+++ /var/tmp/diff_new_pack.lOo6GT/_new  2019-06-24 21:54:05.360139666 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   imv
-Version:3.1.0
+Version:3.1.1
 Release:0
 Summary:Image viewer for X11/Wayland
 License:MIT AND GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:https://github.com/eXeC64/imv
 Source: https://github.com/eXeC64/imv/archive/v%{version}.tar.gz
+# FIX-UPSTREAM mvet...@suse.com - https://github.com/eXeC64/imv/issues/160
+Patch0: imv-fixbuild.patch
 BuildRequires:  asciidoc
 BuildRequires:  freeimage-devel
 BuildRequires:  libjpeg8-devel
@@ -39,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make %{?_smp_mflags} \

++ imv-fixbuild.patch ++
See https://github.com/eXeC64/imv/issues/160
diff -urEbw imv-3.1.1/Makefile imv-3.1.1.new/Makefile
--- imv-3.1.1/Makefile  2019-06-22 22:40:25.0 +0200
+++ imv-3.1.1.new/Makefile  2019-06-24 08:34:29.722175583 +0200
@@ -112,7 +112,8 @@
 install: $(TARGET) doc
mkdir -p $(DESTDIR)$(BINPREFIX)
$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BINPREFIX)/imv
-   mkdir -p $(DESTDIR)$(MANPREFIX)
+   mkdir -p $(DESTDIR)$(MANPREFIX)/man1
+   mkdir -p $(DESTDIR)$(MANPREFIX)/man5
$(INSTALL_MAN) doc/imv.1 $(DESTDIR)$(MANPREFIX)/man1/imv.1
$(INSTALL_MAN) doc/imv.5 $(DESTDIR)$(MANPREFIX)/man5/imv.5
mkdir -p $(DESTDIR)$(DATAPREFIX)/applications
++ v3.1.0.tar.gz -> v3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imv-3.1.0/CHANGELOG new/imv-3.1.1/CHANGELOG
--- old/imv-3.1.0/CHANGELOG 2019-06-17 21:36:48.0 +0200
+++ new/imv-3.1.1/CHANGELOG 2019-06-22 22:40:25.0 +0200
@@ -1,6 +1,10 @@
 imv Changelog
 =
 
+v3.1.1 - 2019-06-22
+
+* Adjusted Makefile to improve packaging on BSDs
+
 v3.1.0 - 2019-06-17
 
 * Added support for multiple image loaders, allowing imv to use libraries other
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imv-3.1.0/Makefile new/imv-3.1.1/Makefile
--- old/imv-3.1.0/Makefile  2019-06-17 21:36:48.0 +0200
+++ new/imv-3.1.1/Makefile  2019-06-22 22:40:25.0 +0200
@@ -8,6 +8,10 @@
 DATAPREFIX ?= $(PREFIX)/share
 CONFIGPREFIX ?= /etc
 
+INSTALL_DATA ?= install -m 0644
+INSTALL_MAN ?= install -m 0644
+INSTALL_PROGRAM ?= install -m 0755
+
 override CFLAGS += -std=c99 -W -Wall -Wpedantic -Wextra
 override CPPFLAGS += $(shell sdl2-config --cflags) -D_XOPEN_SOURCE=700
 override LIBS := $(shell sdl2-config --libs)
@@ -67,7 +71,7 @@
 OBJECTS := $(patsubst src/%.c,$(BUILDDIR)/%.o,$(SOURCES))
 TESTS := $(patsubst test/%.c,$(BUILDDIR)/test_%,$(TEST_SOURCES))
 
-VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.0
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.1
 
 override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"
 
@@ -106,11 +110,15 @@
a2x --no-xmllint --doctype manpage --format manpage $<
 
 install: $(TARGET) doc
-   install -D -m 0755 $(TARGET) $(DESTDIR)$(BINPREFIX)/imv
-   install -D -m 0644 doc/imv.1 $(DESTDIR)$(MANPREFIX)/man1/imv.1
-   install -D -m 0644 doc/imv.5 $(DESTDIR)$(MANPREFIX)/man5/imv.5
-   install -D -m 0644 files/imv.desktop 
$(DESTDIR)$(DATAPREFIX)/applications/imv.desktop
-   install -D -m 0644 files/imv_config $(DESTDIR)$(CONFIGPREFIX)/imv_config
+   mkdir -p $(DESTDIR)$(BINPREFIX)
+   $(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BINPREFIX)/imv
+   mkdir -p $(DESTDIR)$(MANPREFIX)
+   $(INSTALL_MAN) doc/imv.1 $(DESTDIR)$(MANPREFIX)/man1/imv.1
+   $(INSTALL_MAN) doc/imv.5 $(DESTDIR)$(MANPREFIX)/man5/imv.5
+   mkdir -p 

commit imv for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package imv for openSUSE:Factory checked in 
at 2019-06-19 21:08:33

Comparing /work/SRC/openSUSE:Factory/imv (Old)
 and  /work/SRC/openSUSE:Factory/.imv.new.4811 (New)


Package is "imv"

Wed Jun 19 21:08:33 2019 rev:2 rq:710497 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/imv/imv.changes  2019-02-24 17:10:54.772498514 
+0100
+++ /work/SRC/openSUSE:Factory/.imv.new.4811/imv.changes2019-06-19 
21:10:32.306633962 +0200
@@ -1,0 +2,18 @@
+Tue Jun 18 07:25:12 UTC 2019 - mvet...@suse.com
+
+- Update to 3.1.0:
+  * Added support for multiple image loaders, allowing imv to use libraries 
other
+than FreeImage. This adds support for SVGs, and in the future, other 
formats
+as required.
+  * Loaders added for libpng, libtiff, librsvg, libturbojpeg.
+  * Added support for binding multiple commands to a single key
+  * Support for hidpi rendering with SDL >= 2.0.10
+  * Added -v flag to show version number
+  * Allow 'Escape' to be bound, changing bind abort sequence to 2x'Escape'
+  * Fixed bug where path list from stdin would sometime be truncated
+  * New releases only published under the MIT license, with FreeImage 
optionally
+used under the FIPL
+  * Fixed several memory leaks
+  * Miscellaneous code cleanup and documentation fixes
+
+---

Old:

  v3.0.0.tar.gz

New:

  v3.1.0.tar.gz



Other differences:
--
++ imv.spec ++
--- /var/tmp/diff_new_pack.gSn00m/_old  2019-06-19 21:10:33.598635218 +0200
+++ /var/tmp/diff_new_pack.gSn00m/_new  2019-06-19 21:10:33.618635237 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   imv
-Version:3.0.0
+Version:3.1.0
 Release:0
 Summary:Image viewer for X11/Wayland
 License:MIT AND GPL-2.0-or-later
@@ -26,6 +26,10 @@
 Source: https://github.com/eXeC64/imv/archive/v%{version}.tar.gz
 BuildRequires:  asciidoc
 BuildRequires:  freeimage-devel
+BuildRequires:  libjpeg8-devel
+BuildRequires:  libpng16-devel
+BuildRequires:  librsvg-devel
+BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SDL2_ttf)
 BuildRequires:  pkgconfig(fontconfig)
@@ -45,7 +49,7 @@
 PREFIX="%{_prefix}"
 
 %files
-%license LICENSE LICENSE.GPL LICENSE.MIT
+%license LICENSE
 %doc AUTHORS README.md
 %{_bindir}/%{name}*
 %{_datadir}/applications/%{name}.desktop

++ v3.0.0.tar.gz -> v3.1.0.tar.gz ++
 4928 lines of diff (skipped)