[gigolo/f14/master] * Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1 - Update to 0.4.1 - Patch

Christoph Wickert cwickert at fedoraproject.org
Sun Aug 1 10:21:39 UTC 2010


commit 40924ba0dbe397eb0491d31e652b2e969a516a04
Author: Christoph Wickert <fedora at christoph-wickert.de>
Date:   Sun Aug 1 12:21:33 2010 +0200

    * Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
    - Update to 0.4.1
    - Patch to fix German translation
    
    * Thu Dec 31 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
    - Update to 0.4.0

 .gitignore  |    1 +
 gigolo.spec |   19 +++++++++++++------
 sources     |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d5d327..275c5b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gigolo-0.4.0.tar.bz2
+gigolo-0.4.1.tar.bz2
diff --git a/gigolo.spec b/gigolo.spec
index 356f80f..efb4abe 100644
--- a/gigolo.spec
+++ b/gigolo.spec
@@ -1,5 +1,5 @@
 Name:           gigolo
-Version:        0.4.0
+Version:        0.4.1
 Release:        1%{?dist}
 Summary:        GIO/GVFS management application
 
@@ -7,13 +7,15 @@ Group:          User Interface/Desktops
 License:        GPLv2
 URL:            http://goodies.xfce.org/projects/applications/gigolo/
 Source0:        http://archive.xfce.org/src/apps/%{name}/0.4/%{name}-%{version}.tar.bz2
+# http://git.xfce.org/apps/gigolo/commit/?id=95a37d4ce28187b90c175edcd6230ec2b7f9f5d8
+Patch0:         gigolo-0.4.1-update-de.po.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: python
-BuildRequires: gettext
-BuildRequires: intltool
-BuildRequires: gtk2-devel
-BuildRequires: desktop-file-utils
+BuildRequires:  python
+BuildRequires:  gettext
+BuildRequires:  intltool
+BuildRequires:  gtk2-devel
+BuildRequires:  desktop-file-utils
 
 Requires: %{_bindir}/gvfs-open
 Requires: %{_bindir}/fusermount
@@ -27,6 +29,7 @@ bookmarks of such.
 
 %prep
 %setup -q
+%patch0 -p1 -b .old
 
 %build
 export CFLAGS="%{optflags}"
@@ -67,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/gigolo.1.gz
 
 %changelog
+* Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
+- Update to 0.4.1
+- Patch to fix German translation
+ 
 * Thu Dec 31 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
 - Update to 0.4.0
 
diff --git a/sources b/sources
index f29bb98..d2f31f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c8e12ca55f39c0fff7cf06732f0eb44  gigolo-0.4.0.tar.bz2
+760bdc5753768214b379733a728b0c80  gigolo-0.4.1.tar.bz2


More information about the scm-commits mailing list