commit xmorph for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2019-09-09 12:36:49

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


Package is "xmorph"

Mon Sep  9 12:36:49 2019 rev:25 rq:729262 version:20060817

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2018-02-13 
10:31:48.271902570 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new.7948/xmorph.changes  2019-09-09 
12:36:51.613457837 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 12:33:00 UTC 2019 - Marcus Meissner 
+
+- xmorph-fixbuild.patch: fixed build
+
+---

New:

  xmorph-fixbuild.patch



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.SC4uY5/_old  2019-09-09 12:36:52.253457732 +0200
+++ /var/tmp/diff_new_pack.SC4uY5/_new  2019-09-09 12:36:52.257457732 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# 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
@@ -31,6 +31,7 @@
 Patch3: xmorph-missing-include.patch
 Patch4: xmorph-20060817-autotools.patch
 Patch5: xmorph-automake-1.13.patch
+Patch6: xmorph-fixbuild.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  ctags
@@ -75,6 +76,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 autoreconf -fiv

++ xmorph-fixbuild.patch ++
Index: xmorph-20060817/gtkmorph/callbacks_subimg.c
===
--- xmorph-20060817.orig/gtkmorph/callbacks_subimg.c
+++ xmorph-20060817/gtkmorph/callbacks_subimg.c
@@ -197,7 +197,6 @@ void on_hscale_mesh_changed(GtkRange
   if(spin) {
 gtk_spin_button_set_value (spin, range->adjustment->value);
   } else g_critical("no adjustment");
-  return FALSE;
 }
 
 /**/
@@ -220,7 +219,6 @@ void on_hscale_image_changed(GtkRang
   if(spin) {  
 gtk_spin_button_set_value (spin, range->adjustment->value);
   } else g_critical("no adjustment");
-  return FALSE;
 }
 
 



commit xmorph for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2018-02-13 10:31:43

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


Package is "xmorph"

Tue Feb 13 10:31:43 2018 rev:24 rq:575834 version:20060817

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2015-12-24 
12:17:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes   2018-02-13 
10:31:48.271902570 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 15:03:04 UTC 2018 - crrodrig...@opensuse.org
+
+- FIx buildRequires so xorg-x11-* is not used anymore. 
+
+---



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.WOYJG9/_old  2018-02-13 10:31:49.747849387 +0100
+++ /var/tmp/diff_new_pack.WOYJG9/_new  2018-02-13 10:31:49.747849387 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# Copyright (c) 2015 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
@@ -37,11 +37,12 @@
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
-BuildRequires:  libexpat-devel
-BuildRequires:  libglade2-devel
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(atk)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
+BuildRequires:  pkgconfig(xt)
 Requires(post): %{install_info_prereq}
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files




commit xmorph for openSUSE:Factory

2015-12-24 Thread h_root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2015-12-24 12:17:05

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


Package is "xmorph"

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2015-06-23 
11:59:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes   2015-12-24 
12:17:13.0 +0100
@@ -1,0 +2,8 @@
+Mon Dec 21 20:44:52 UTC 2015 - mplus...@suse.com
+
+- Update build dependencies
+- Cleanup spec file with spec-cleaner
+- Use correct macros for handling of info and desktop files and
+  their dependencies
+
+---



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.mAUn6s/_old  2015-12-24 12:17:15.0 +0100
+++ /var/tmp/diff_new_pack.mAUn6s/_new  2015-12-24 12:17:15.0 +0100
@@ -17,23 +17,12 @@
 
 
 Name:   xmorph
-BuildRequires:  ctags
-BuildRequires:  fftw3-devel
-BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
-BuildRequires:  libexpat0
-BuildRequires:  libglade2-devel
-BuildRequires:  libtool
-BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
-PreReq: %{install_info_prereq}
 Version:20060817
 Release:0
-Url:http://sourceforge.net/projects/xmorph/
 Summary:A morphing program
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
+Url:http://sourceforge.net/projects/xmorph/
 Source: %{name}_%{version}.tar.bz2
 Source1:%{name}.desktop
 Source2:acinclude.m4
@@ -42,6 +31,21 @@
 Patch3: xmorph-missing-include.patch
 Patch4: xmorph-20060817-autotools.patch
 Patch5: xmorph-automake-1.13.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  ctags
+BuildRequires:  fftw3-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  libexpat-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  libtool
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
+Requires(post): %{install_info_prereq}
+Requires(post): update-desktop-files
+Requires(postun): update-desktop-files
+Requires(preun): %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,7 +68,7 @@
 
 %prep
 %setup -q
-cat %{S:2} >>acinclude.m4
+cat %{SOURCE2} >>acinclude.m4
 %patch1
 %patch2
 %patch3
@@ -73,42 +77,47 @@
 
 %build
 autoreconf -fiv
-%configure --disable-static --with-pic --with-gtk2 CFLAGS="%{optflags} 
-fgnu89-inline"
-%{__make} %{?jobs:-j%jobs}
+%configure \
+  --disable-static \
+  --with-pic \
+  --with-gtk2 \
+  CFLAGS="%{optflags} -fgnu89-inline"
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-%suse_update_desktop_file -i %name Graphics RasterGraphics
-rm -r $RPM_BUILD_ROOT%{_datadir}/xmorph/example
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/packages/xmorph/example
-ln -s ../doc/packages/xmorph/example $RPM_BUILD_ROOT%{_datadir}/xmorph/example
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%suse_update_desktop_file -i %{name} Graphics RasterGraphics
+rm -r %{buildroot}%{_datadir}/xmorph/example
+mkdir -p %{buildroot}%{_docdir}/xmorph/example
+ln -s ../doc/packages/xmorph/example %{buildroot}%{_datadir}/xmorph/example
 %find_lang %{name}
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post
 /sbin/ldconfig
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%desktop_database_post
 
 %postun
 /sbin/ldconfig
+%desktop_database_postun
+
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %{_bindir}/*
-/usr/share/applications/*.desktop
-/usr/share/xmorph
+%{_datadir}/applications/*.desktop
+%{_datadir}/xmorph
 %doc README HISTORY example
-%doc %{_mandir}/man1/*
-%doc %{_infodir}/*info*.gz
+%{_mandir}/man1/*
+%{_infodir}/*info*.gz
 %{_libdir}/libmorph.so.*
 
 %files devel
 %defattr(-,root,root)
-/usr/include/xmorph
+%{_includedir}/xmorph
 %{_libdir}/libmorph.so
 
 %changelog




commit xmorph for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2015-06-23 11:59:20

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


Package is "xmorph"

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2013-03-05 
13:34:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes   2015-06-23 
11:59:20.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 21 13:20:15 UTC 2015 - antoine.belv...@laposte.net
+
+- Fix compilation with GCC5: add -fgnu89-inline to CFLAGS.
+
+---



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.HvarRM/_old  2015-06-23 11:59:21.0 +0200
+++ /var/tmp/diff_new_pack.HvarRM/_new  2015-06-23 11:59:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -73,7 +73,7 @@
 
 %build
 autoreconf -fiv
-%configure --disable-static --with-pic --with-gtk2
+%configure --disable-static --with-pic --with-gtk2 CFLAGS="%{optflags} 
-fgnu89-inline"
 %{__make} %{?jobs:-j%jobs}
 
 %install




commit xmorph for openSUSE:Factory

2013-03-05 Thread h_root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2013-03-05 13:34:11

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


Package is "xmorph", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2012-02-22 
15:55:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes   2013-03-05 
13:34:13.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 11:08:34 UTC 2013 - pgaj...@suse.com
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+---

New:

  xmorph-automake-1.13.patch



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.DJaddV/_old  2013-03-05 13:34:14.0 +0100
+++ /var/tmp/diff_new_pack.DJaddV/_new  2013-03-05 13:34:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Patch2: xmorph-gcc_warnings.patch
 Patch3: xmorph-missing-include.patch
 Patch4: xmorph-20060817-autotools.patch
+Patch5: xmorph-automake-1.13.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,6 +69,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 autoreconf -fiv

++ xmorph-automake-1.13.patch ++
Index: xmorph-20060817/configure.ac
===
--- xmorph-20060817.orig/configure.ac
+++ xmorph-20060817/configure.ac
@@ -10,7 +10,7 @@ dnl ACGM: the following line tells PRCS
 dnl $Format: "AM_INIT_AUTOMAKE(xmorph, $ProjectVersion$)"$
 AM_INIT_AUTOMAKE(xmorph, 20060817)
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_MACRO_DIR([m4])
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmorph for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2012-02-22 15:55:49

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


Package is "xmorph", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2011-11-16 
17:23:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes   2012-02-22 
15:55:57.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 13:20:29 UTC 2012 - co...@suse.com
+
+- explicit buildrequires of xorg-x11-devel
+
+---



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.AaO3aA/_old  2012-02-22 15:55:59.0 +0100
+++ /var/tmp/diff_new_pack.AaO3aA/_new  2012-02-22 15:55:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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,18 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xmorph
-BuildRequires:  ctags fftw3-devel gcc-c++ gtk2-devel libexpat0 libglade2-devel 
libtool update-desktop-files xorg-x11
-License:GPL-2.0+
-Group:  Productivity/Graphics/Other
+BuildRequires:  ctags
+BuildRequires:  fftw3-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  libexpat0
+BuildRequires:  libglade2-devel
+BuildRequires:  libtool
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 PreReq: %{install_info_prereq}
 Version:20060817
-Release:221
+Release:0
 Url:http://sourceforge.net/projects/xmorph/
 Summary:A morphing program
+License:GPL-2.0+
+Group:  Productivity/Graphics/Other
 Source: %{name}_%{version}.tar.bz2
 Source1:%{name}.desktop
 Source2:acinclude.m4
@@ -44,28 +51,16 @@
 consisting of connected checkpoints. The source grid is then
 transformed into the destination grid during the morphing process.
 
-
-
-Authors:
-
-Michael J. Gourlay 
-
 %package devel
-License:GPL-2.0+
 Summary:Development Files For Xmorph
 Group:  Productivity/Graphics/Other
-Requires:   %{name} = %{version} glibc-devel
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Michael J. Gourlay 
-
 %prep
 %setup -q
 cat %{S:2} >>acinclude.m4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmorph for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2011-12-06 19:16:40

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


Package is "xmorph", Maintainer is "pgaj...@suse.com"

Changes:




Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.bgwa47/_old  2011-12-06 19:57:33.0 +0100
+++ /var/tmp/diff_new_pack.bgwa47/_new  2011-12-06 19:57:33.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   xmorph
 BuildRequires:  ctags fftw3-devel gcc-c++ gtk2-devel libexpat0 libglade2-devel 
libtool update-desktop-files xorg-x11
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Graphics/Other
 PreReq: %{install_info_prereq}
 Version:20060817
@@ -51,7 +51,7 @@
 Michael J. Gourlay 
 
 %package devel
-License:GPL v2 or later
+License:GPL-2.0+
 Summary:Development Files For Xmorph
 Group:  Productivity/Graphics/Other
 Requires:   %{name} = %{version} glibc-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmorph for openSUSE:Factory

2011-11-16 Thread h_root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2011-11-16 17:22:15

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


Package is "xmorph", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2011-09-23 
12:51:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes   2011-11-16 
17:23:22.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 16 08:22:08 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.Vn2LC4/_old  2011-11-16 17:23:23.0 +0100
+++ /var/tmp/diff_new_pack.Vn2LC4/_new  2011-11-16 17:23:23.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xmorph (Version 20060817)
+# spec file for package xmorph
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,10 @@
 
 
 Name:   xmorph
-BuildRequires:  ctags fftw3-devel gcc-c++ gtk2-devel libexpat0 libglade2-devel 
update-desktop-files xorg-x11
+BuildRequires:  ctags fftw3-devel gcc-c++ gtk2-devel libexpat0 libglade2-devel 
libtool update-desktop-files xorg-x11
 License:GPL v2 or later
 Group:  Productivity/Graphics/Other
 PreReq: %{install_info_prereq}
-AutoReqProv:on
 Version:20060817
 Release:221
 Url:http://sourceforge.net/projects/xmorph/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org