commit macrofusion for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package macrofusion for openSUSE:Factory 
checked in at 2019-11-07 23:21:13

Comparing /work/SRC/openSUSE:Factory/macrofusion (Old)
 and  /work/SRC/openSUSE:Factory/.macrofusion.new.2990 (New)


Package is "macrofusion"

Thu Nov  7 23:21:13 2019 rev:5 rq:746291 version:0.7.4

Changes:

--- /work/SRC/openSUSE:Factory/macrofusion/macrofusion.changes  2019-10-02 
11:58:12.947136244 +0200
+++ /work/SRC/openSUSE:Factory/.macrofusion.new.2990/macrofusion.changes
2019-11-07 23:21:19.388845072 +0100
@@ -1,0 +2,7 @@
+Thu Nov  7 02:53:22 UTC 2019 - malcolmle...@opensuse.org
+
+- Add gobject-introspection to build requires to ensure typelibs
+  are pulled in on install.
+- Run spec-cleaner.
+
+---
@@ -32 +38,0 @@
-



Other differences:
--
++ macrofusion.spec ++
--- /var/tmp/diff_new_pack.o9CinG/_old  2019-11-07 23:21:19.908845630 +0100
+++ /var/tmp/diff_new_pack.o9CinG/_new  2019-11-07 23:21:19.916845639 +0100
@@ -21,17 +21,16 @@
 Release:0
 Summary:GUI to combine photos to get deeper DOF or HDR
 License:GPL-3.0-only
-Group:  Productivity/Graphics/Other
-Url:http://sourceforge.net/projects/macrofusion/
+URL:https://sourceforge.net/projects/macrofusion/
 Source: 
https://sourceforge.net/projects/macrofusion/files/%{name}-%{version}/%{name}_%{version}.orig.tar.gz
 Patch0: frombytes.patch
+BuildRequires:  gobject-introspection
 BuildRequires:  update-desktop-files
 Requires:   enblend-enfuse >= 4.0
 Requires:   hugin
 Requires:   python3-Pillow
 Requires:   python3-cairo
 Requires:   python3-gobject-Gdk
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -80,8 +79,8 @@
 fi
 
 %files
-%defattr(-,root,root)
-%doc CHANGELOG LICENSE README TODO
+%license LICENSE
+%doc CHANGELOG README TODO
 # files should be path to installed files
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png




commit macrofusion for openSUSE:Factory

2019-10-02 Thread root
Hello community,

here is the log from the commit of package macrofusion for openSUSE:Factory 
checked in at 2019-10-02 11:58:11

Comparing /work/SRC/openSUSE:Factory/macrofusion (Old)
 and  /work/SRC/openSUSE:Factory/.macrofusion.new.2352 (New)


Package is "macrofusion"

Wed Oct  2 11:58:11 2019 rev:4 rq:734097 version:0.7.4

Changes:

--- /work/SRC/openSUSE:Factory/macrofusion/macrofusion.changes  2018-04-25 
10:02:22.216600186 +0200
+++ /work/SRC/openSUSE:Factory/.macrofusion.new.2352/macrofusion.changes
2019-10-02 11:58:12.947136244 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 10:34:00 UTC 2019 - mar...@winter-rosenheim.de
+
+- Add frombytes.patch to use Image.frombytes instead of Image.fromstring
+  see 
https://sourceforge.net/p/macrofusion/discussion/Bugs/thread/61e2d731/#1092
+
+---

New:

  frombytes.patch



Other differences:
--
++ macrofusion.spec ++
--- /var/tmp/diff_new_pack.ELsgPi/_old  2019-10-02 11:58:13.411135055 +0200
+++ /var/tmp/diff_new_pack.ELsgPi/_new  2019-10-02 11:58:13.415135044 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package macrofusion
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,10 +20,11 @@
 Version:0.7.4
 Release:0
 Summary:GUI to combine photos to get deeper DOF or HDR
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Productivity/Graphics/Other
 Url:http://sourceforge.net/projects/macrofusion/
 Source: 
https://sourceforge.net/projects/macrofusion/files/%{name}-%{version}/%{name}_%{version}.orig.tar.gz
+Patch0: frombytes.patch
 BuildRequires:  update-desktop-files
 Requires:   enblend-enfuse >= 4.0
 Requires:   hugin
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q
+%patch0
 sed -e '/Exec/s/macrofusion/macrofusion\.py/' \
 -i %{name}.desktop
 # fixes the shebang line

++ frombytes.patch ++
--- macrofusion.py.orig 2014-04-22 10:38:35.0 +0200
+++ macrofusion.py  2019-08-15 07:49:18.092358112 +0200
@@ -618,7 +618,7 @@
 
 def pixbuf2Image(self, pb):
 width,height = pb.get_width(),pb.get_height()
-return Image.fromstring("RGB",(width,height),pb.get_pixels() )
+return Image.frombytes("RGB",(width,height),pb.get_pixels() )
 
 def put_files_to_the_list(self, fichiers):
 



commit macrofusion for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package macrofusion for openSUSE:Factory 
checked in at 2018-04-25 10:02:18

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


Package is "macrofusion"

Wed Apr 25 10:02:18 2018 rev:3 rq:600673 version:0.7.4

Changes:

--- /work/SRC/openSUSE:Factory/macrofusion/macrofusion.changes  2017-03-31 
15:07:54.941717650 +0200
+++ /work/SRC/openSUSE:Factory/.macrofusion.new/macrofusion.changes 
2018-04-25 10:02:22.216600186 +0200
@@ -1,0 +2,5 @@
+Tue Apr 24 14:50:56 UTC 2018 - aloi...@gmx.com
+
+- Added missing runtime requirement
+
+---



Other differences:
--
++ macrofusion.spec ++
--- /var/tmp/diff_new_pack.zCm4i8/_old  2018-04-25 10:02:22.904574944 +0200
+++ /var/tmp/diff_new_pack.zCm4i8/_new  2018-04-25 10:02:22.908574797 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package macrofusion
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -28,6 +28,7 @@
 Requires:   enblend-enfuse >= 4.0
 Requires:   hugin
 Requires:   python3-Pillow
+Requires:   python3-cairo
 Requires:   python3-gobject-Gdk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch




commit macrofusion for openSUSE:Factory

2017-03-31 Thread root
Hello community,

here is the log from the commit of package macrofusion for openSUSE:Factory 
checked in at 2017-03-31 15:07:53

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


Package is "macrofusion"

Fri Mar 31 15:07:53 2017 rev:2 rq:482273 version:0.7.4

Changes:

--- /work/SRC/openSUSE:Factory/macrofusion/macrofusion.changes  2017-03-12 
20:00:00.475649612 +0100
+++ /work/SRC/openSUSE:Factory/.macrofusion.new/macrofusion.changes 
2017-03-31 15:07:54.941717650 +0200
@@ -1,0 +2,5 @@
+Thu Mar 23 14:22:49 UTC 2017 - jeng...@inai.de
+
+- Correct grammar errors in description.
+
+---



Other differences:
--
++ macrofusion.spec ++
--- /var/tmp/diff_new_pack.UMabG1/_old  2017-03-31 15:07:55.477641883 +0200
+++ /var/tmp/diff_new_pack.UMabG1/_new  2017-03-31 15:07:55.481641317 +0200
@@ -35,11 +35,11 @@
 %description
 MacroFusion is a neat little GUI for great tool Enfuse
 (command line) It makes easy fusion few photos to one with great
-DOF (Deep of Field) or DR (Dynamic Range)
-It can be useful for every macro lovers or landscapers
+DOF (Depth of Field) or DR (Dynamic Range)
+It can be useful for enthusiasts of landscape or macro imagery.
 
-MacroFusion is a fork of EnfuseGui of Chez Gholyo Rebranding is
-due to conflict with another EnfuseGui (for MacOS)
+MacroFusion is a fork of EnfuseGui of Chez Gholyo and has been
+rebranded to avoid conflict with another EnfuseGui (for MacOS).
 
 %prep
 %setup -q