[gnome-applets] 3.1.4

Matthias Clasen mclasen at fedoraproject.org
Tue Jul 26 14:54:50 UTC 2011


commit 1248c55befdc7b4cedce683cd2067b626d717588
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Jul 26 10:53:34 2011 -0400

    3.1.4

 .gitignore         |    1 +
 gnome-applets.spec |   22 ++++------------------
 sources            |    2 +-
 3 files changed, 6 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b5617a..92834b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ gnome-applets-2.31.6.tar.bz2
 /gnome-applets-3.1.1.tar.bz2
 /gnome-applets-3.1.2.tar.xz
 /gnome-applets-3.1.3.tar.xz
+/gnome-applets-3.1.4.tar.xz
diff --git a/gnome-applets.spec b/gnome-applets.spec
index c772cee..b81ab22 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -33,7 +33,7 @@
 
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
-Version:	3.1.3
+Version:	3.1.4
 Release:        1%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL
@@ -119,23 +119,6 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
-# save space by linking identical images in translated docs
-for helpdir in $RPM_BUILD_ROOT%{_datadir}/gnome/help/*; do
-  for f in $helpdir/C/figures/*.png; do
-    b="$(basename $f)"
-    for d in $helpdir/*; do
-      if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
-        g="$d/figures/$b"
-        if [ -f "$g" ]; then
-          if cmp -s $f $g; then
-            rm "$g"; ln -s "../../C/figures/$b" "$g"
-          fi
-        fi
-      fi
-    done
-  done
-done
-
 %find_lang %{po_package} --all-name --with-gnome
 
 # Clean up unpackaged files
@@ -266,6 +249,9 @@ fi
 
 
 %changelog
+* Tue Jul 26 2011 Matthias Clasen <mclasen at redhat.com> - 3.1.4-1
+- Update to 3.1.4
+
 * Mon Jul 04 2011 Bastien Nocera <bnocera at redhat.com> 3.1.3-1
 - Update to 3.1.3
 
diff --git a/sources b/sources
index 7b3c06a..468214e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-909e59e8b991c44e9c10c2ce8bd28103  gnome-applets-3.1.3.tar.xz
+4063e8594b8493d318d8fe14a190e509  gnome-applets-3.1.4.tar.xz


More information about the scm-commits mailing list