Hello community,

here is the log from the commit of package viewnior for openSUSE:Factory 
checked in at 2012-03-16 13:27:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/viewnior (Old)
 and      /work/SRC/openSUSE:Factory/.viewnior.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "viewnior", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/viewnior/viewnior.changes        2011-09-23 
12:49:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.viewnior.new/viewnior.changes   2012-03-16 
13:27:30.000000000 +0100
@@ -1,0 +2,29 @@
+Wed Mar 14 07:36:58 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 1.3.
+  * New features:
+    + Wallpaper support for LXDE.
+    + Hebrew translation.
+  * Fixes:
+    + Wallpaper fix for XFCE.
+    + Minor fixes.
+- Changes in 1.2.
+  * New features:
+    + Improved menu interface.
+    + Wallpaper support for Gnome 2, Gnome 3, XFCE and FluxBox.
+    + --fullscreen argument to start in Fullscreen mode.
+    + GConf independent.
+  * Fixes:
+    + Drop images with right click.
+    + Save 'Auto resize' option between sessions.
+- Split off language package.
+- Use full URL as a source.
+- Use pkgconfig(*) as build dependencies.
+- Removed useless build dependencies (gconf2-devel, gettext,
+  shared-mime-info).
+- Use make_install macro.
+- Added desktop_database_post/un and icon_theme_cache_post/un
+  macros.
+- Clean up spec.
+
+-------------------------------------------------------------------

Old:
----
  viewnior-1.1.tar.bz2

New:
----
  viewnior-1.3.tar.gz

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

Other differences:
------------------
++++++ viewnior.spec ++++++
--- /var/tmp/diff_new_pack.v48gkI/_old  2012-03-16 13:27:33.000000000 +0100
+++ /var/tmp/diff_new_pack.v48gkI/_new  2012-03-16 13:27:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package viewnior
 #
-# 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,25 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           viewnior
-Version:        1.1
-Release:        1
-Summary:        Elegant image viewer
-Group:          Productivity/Graphics/Viewers
+Version:        1.3
+Release:        0
+Summary:        Elegant Image Viewer
 License:        GPL-3.0+
+Group:          Productivity/Graphics/Viewers
 Url:            http://xsisqox.github.com/Viewnior
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
http://cloud.github.com/downloads/xsisqox/Viewnior/%{name}-%{version}.tar.gz
 Patch0:         %{name}-1.1-ld_fix.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gtk2-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  gettext
 BuildRequires:  intltool
-BuildRequires:  shared-mime-info
-BuildRequires:  gconf2-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gtk+-2.0)
+Recommends:     %{name}-lang
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description 
 Viewnior is an image viewer program. Created to be simple, fast and elegant. 
@@ -48,6 +44,7 @@
 * Simple interface
 * Configurable mouse actions
 
+%lang_package
 
 %prep
 %setup -q
@@ -56,32 +53,23 @@
 chmod 0644 AUTHORS ChangeLog COPYING NEWS README TODO src/*
 
 %build
-%configure --enable-wallpaper
+%configure
 make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
 %suse_update_desktop_file %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
+%desktop_database_post
+%icon_theme_cache_post
 
 %postun
-if [ $1 -eq 0 ] ; then
-    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
-    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-update-desktop-database &> /dev/null || :
+%desktop_database_postun
+%icon_theme_cache_postun
 
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_bindir}/%{name}
@@ -90,4 +78,6 @@
 %{_datadir}/%{name}/
 %{_mandir}/man*/%{name}.*
 
+%files lang -f %{name}.lang
+
 %changelog

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

Reply via email to