Hello community, here is the log from the commit of package xplanet for openSUSE:Factory checked in at 2019-05-16 22:08:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xplanet (Old) and /work/SRC/openSUSE:Factory/.xplanet.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xplanet" Thu May 16 22:08:46 2019 rev:16 rq:703210 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xplanet/xplanet.changes 2016-07-01 09:58:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xplanet.new.5148/xplanet.changes 2019-05-16 22:08:46.894351251 +0200 @@ -1,0 +2,7 @@ +Tue May 14 23:42:40 UTC 2019 - John Jolly <[email protected]> + +- Added link to gobject-2.0 libraries (glib2.patch) + * Pango use to do this, but it has removed this for libraries + linking to Pango + +------------------------------------------------------------------- New: ---- glib2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xplanet.spec ++++++ --- /var/tmp/diff_new_pack.zYNep8/_old 2019-05-16 22:08:48.562349736 +0200 +++ /var/tmp/diff_new_pack.zYNep8/_new 2019-05-16 22:08:48.582349718 +0200 @@ -1,7 +1,7 @@ # # spec file for package xplanet # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,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/ # @@ -21,26 +21,30 @@ Version: 1.3.1 Release: 0 Summary: Planets as Background Pictures or Interactive Animations -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Scientific/Astronomy -Url: http://xplanet.sourceforge.net/ +URL: http://xplanet.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # new giflib-5 api Patch0: xplanet-giflib5.patch # PATCH-FIX-UPSTREAM gcc6.patch boo#985129 [email protected] -- Fix compilation with GCC 6 Patch1: gcc6.patch +Patch2: glib2.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: giflib-devel +BuildRequires: glib2-devel BuildRequires: libjpeg-devel +BuildRequires: libpng-devel +BuildRequires: libtiff-devel +BuildRequires: pango-devel %if 0%{?suse_version} BuildRequires: libnetpbm-devel %else BuildRequires: netpbm-devel %endif -BuildRequires: libpng-devel -BuildRequires: libtiff-devel -BuildRequires: pango-devel %if 0%{?suse_version} == 1110 BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-libICE-devel @@ -50,7 +54,6 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xscrnsaver) %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Xplanet can display the earth or other planets in the background of @@ -65,8 +68,10 @@ %patch0 -p1 %endif %patch1 +%patch2 -p1 %build +autoreconf -fi # configure does not check if netpbm headers are installed in /usr/include/netpbm export CPPFLAGS=-I%{_includedir}/netpbm # Set our preferred architecture-specific flags for the compiler and linker: @@ -79,10 +84,10 @@ %make_install %files -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS README TODO +%license COPYING +%doc AUTHORS ChangeLog NEWS README TODO %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %{_datadir}/%{name}/ %changelog ++++++ glib2.patch ++++++ Index: xplanet-1.3.1/configure.ac =================================================================== --- xplanet-1.3.1.orig/configure.ac +++ xplanet-1.3.1/configure.ac @@ -58,6 +58,8 @@ AC_FIND_XSS AC_FIND_FREETYPE AC_FIND_PANGO +PKG_CHECK_MODULES(GOBJ, gobject-2.0) + AC_SUBST(xplanet_ARFLAGS) AC_SUBST(xplanet_LDFLAGS) AC_SUBST(separator) Index: xplanet-1.3.1/src/Makefile.am =================================================================== --- xplanet-1.3.1.orig/src/Makefile.am +++ xplanet-1.3.1/src/Makefile.am @@ -73,4 +73,4 @@ xplanet_LDADD = libannotate/libannotate. libsgp4sdp4/libsgp4sdp4.a \ @GRAPHICS_LIBS@ @CSPICE_LIBS@ @X_LIBS@ \ @XSS_LIBS@ @FREETYPE_LIBS@ @AQUA_LIBS@ \ - @LIBICONV@ @LIBCHARSET@ + @LIBICONV@ @LIBCHARSET@ @GOBJ_LIBS@
