Hello community,

here is the log from the commit of package mate-image-viewer for 
openSUSE:Factory checked in at 2013-12-18 19:27:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-image-viewer (Old)
 and      /work/SRC/openSUSE:Factory/.mate-image-viewer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-image-viewer"

Changes:
--------
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.mate-image-viewer.new/mate-image-viewer.changes 
2013-12-18 19:27:25.000000000 +0100
@@ -0,0 +1,63 @@
+-------------------------------------------------------------------
+Fri Sep 20 10:46:35 UTC 2013 - [email protected]
+
+- Move gtk-doc help documents from main package to devel subpackage
+
+-------------------------------------------------------------------
+Thu Sep 19 23:42:53 UTC 2013 - [email protected]
+
+- Add pkgconfig(libxml-2.0) BuildRequires; fix build in Factory
+
+-------------------------------------------------------------------
+Tue Jul 30 10:34:47 UTC 2013 - [email protected]
+
+- Update to version 1.6.1
+  + use pkgdatadir to install ui files
+  + fixes for make dist and make distcheck
+  + add man page for eom
+    closes #14 https://github.com/mate-desktop/mate-image-viewer/issues/14
+  + replace GDK_<keyname> with GDK_KEY_<keyname>
+  + replace direct struct access with accessor functions
+  + replace direct struct access with accessor functions in order to make
+    it build with GSEAL_ENABLE
+  + move filechooser-xdg-fallback key into the correct GSettings schema
+  + update the FSF adress in COPYING
+
+-------------------------------------------------------------------
+Wed Apr  3 23:11:54 UTC 2013 - [email protected]
+
+- Update to version 1.6.0
+  + no changes since 1.5.1
+
+-------------------------------------------------------------------
+Sun Mar 24 15:49:29 UTC 2013 - [email protected]
+
+- Update to version 1.5.1
+  + fix schema error
+  + add mateconf-gsettings-data-convert file
+  + replace the deprecated GDK symbols
+  + fix some deprecated code
+  + remove category MATE
+- Remove mate-image-viewer-1.5.0-remove_MATE_from_categories.patch;
+  merged on upstream release
+
+-------------------------------------------------------------------
+Sun Nov  4 02:41:58 UTC 2012 - [email protected]
+
+- Add %post/%postun desktop database macros
+- Add 'update-desktop-files' to BRs
+
+-------------------------------------------------------------------
+Mon Oct 22 01:04:58 UTC 2012 - [email protected]
+
+- Add dependencies to hicolor-icon-themes in BRs and Rs; add
+  hicolor macros in %post/%postun
+- Add virtual provides eom (eye of mate ?)
+
+-------------------------------------------------------------------
+Sun Oct 21 20:10:54 UTC 2012 - [email protected]
+
+- Initial package from 1.5.0 upstream release
+- Add mate-image-viewer-1.5.0-remove_MATE_from_categories.patch
+  upstreamed, remove MATE from Categories in .desktop file
+

New:
----
  mate-image-viewer-1.6.1.tar.xz
  mate-image-viewer.changes
  mate-image-viewer.spec

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

Other differences:
------------------
++++++ mate-image-viewer.spec ++++++
#
# spec file for package mate-image-viewer
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.


Name:           mate-image-viewer
%define _name   eom
Version:        1.6.1
Release:        0
License:        GPL-2.0
Summary:        MATE Desktop graphics viewer
Url:            http://mate-desktop.org
Group:          System/GUI/Other
Source:         
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
Requires:       hicolor-icon-theme
Provides:       %{_name} = %{version}
Recommends:     %{name}-lang
%glib2_gsettings_schema_requires

BuildRequires:  hicolor-icon-theme
BuildRequires:  mate-common
BuildRequires:  libjpeg-devel
BuildRequires:  libexif-devel
BuildRequires:  libxml2-python
BuildRequires:  liblcms-devel
BuildRequires:  liblcms2-devel
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(exempi-2.0)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gtk+-unix-print-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(mate-desktop-2.0)
BuildRequires:  pkgconfig(mate-doc-utils)
BuildRequires:  pkgconfig(mate-icon-theme)
BuildRequires:  pkgconfig(pygobject-2.0)
BuildRequires:  pkgconfig(pygtk-2.0)
BuildRequires:  pkgconfig(python)
BuildRequires:  update-desktop-files
BuildRequires:  xz

%description
The Eye of MATE is a simple graphics viewer for the MATE Desktop which
uses the gdk-pixbuf library.  It can deal with large images, and zoom
and scroll with constant memory usage. Its goals are simplicity and
standards compliance.

%package devel
Summary:        MATE Desktop graphics viewer development files
Group:          Development/Tools/Other
Requires:       %{name} = %{version}

%description devel
The Eye of MATE is a simple graphics viewer for the MATE Desktop which
uses the gdk-pixbuf library.  It can deal with large images, and zoom
and scroll with constant memory usage. Its goals are simplicity and
standards compliance.

%lang_package

%prep
%setup -q

%build
%configure --disable-scrollkeeper
make %{?_smp_mflags}

%install
%makeinstall
%find_lang %{_name} %{?no_lang_C}
find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/eom.desktop
if [ -d %{buildroot}%{_datadir}/MateConf ]; then
   rm -r %{buildroot}%{_datadir}/MateConf
fi

%post
%desktop_database_post
%glib2_gsettings_schema_post
%icon_theme_cache_post

%postun
%desktop_database_postun
%glib2_gsettings_schema_postun
%icon_theme_cache_postun

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README COPYING
%dir %{_datadir}/mate
%dir %{_datadir}/omf/eom
%{_bindir}/eom
%{_libdir}/%{_name}/
%{_datadir}/applications/eom.desktop
%{_datadir}/mate-image-viewer/
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/mate/help/
%{_datadir}/omf/eom/eom-C.omf
%{_mandir}/man1/%{_name}.1.gz

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{_name}-2.20/
%{_libdir}/pkgconfig/%{_name}.pc
%{_datadir}/gtk-doc/html/eom/

%files lang -f %{_name}.lang
%defattr(-,root,root,-)

%changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to