[eog/f12/master] Use the Page Setup tab in the print dialog instead of a separate option

Siddhesh Poyarekar siddhesh at fedoraproject.org
Wed Sep 15 12:53:33 UTC 2010


commit b4458a3c80f5972f28e3c72d9c2fc41f04f8eaf1
Author: Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com>
Date:   Wed Sep 15 18:24:41 2010 +0530

    Use the Page Setup tab in the print dialog instead of a separate option
    
    Missed spec file changes.

 eog.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/eog.spec b/eog.spec
index cf10c1f..463a818 100644
--- a/eog.spec
+++ b/eog.spec
@@ -12,10 +12,11 @@
 Summary: Eye of GNOME image viewer
 Name:    eog
 Version: 2.28.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://projects.gnome.org/eog/
 Source: http://download.gnome.org/sources/eog/2.28/%{name}-%{version}.tar.bz2
 Patch0: libxml.patch
+Patch1: eog-2.28.2-embed-page-setup-in-print-dialog.patch
 # The GFDL has an "or later version" clause embedded inside the license.
 # There is no need to add the + here.
 License: GPLv2+ and GFDL
@@ -73,6 +74,7 @@ functionality to eog.
 
 %prep
 %setup -q
+%patch1 -p1 -b .embed-page-setup-in-print-dialog
 
 echo "NoDisplay=true" >> data/eog.desktop.in
 # just in case
@@ -170,6 +172,9 @@ fi
 %{_datadir}/gtk-doc/html/eog
 
 %changelog
+* Wed Sep 15 2010 Siddhesh Poyarekar <spoyarek at redhat.com> 2.28.2-2
+- Use the Page Setup tab in the print dialog instead of a separate option
+
 * Wed Dec 16 2009 Matthias Clasen <mclasen at redhat.com> 2.28.2-1
 - Update to 2.28.2
 - See http://download.gnome.org/sources/eog/2.28/eog-2.28.2.news


More information about the scm-commits mailing list