[humanity-icon-theme] Update to 0.6.3

Mohamed ElMorabity melmorabity at fedoraproject.org
Mon Sep 2 18:34:29 UTC 2013


commit e452cd1f20880a36bebd09eb82c008e54f3b9eba
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Mon Sep 2 20:34:18 2013 +0200

    Update to 0.6.3

 .gitignore                              |    1 +
 humanity-icon-theme-generate-tarball.sh |    5 ++++-
 humanity-icon-theme.spec                |    7 +++++--
 sources                                 |    2 +-
 4 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e2bfa5..13fe13b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /humanity-icon-theme-0.6-without-logos.tar.xz
 /humanity-icon-theme-0.6.1-without-logos.tar.xz
 /humanity-icon-theme-0.6.2-without-logos.tar.xz
+/humanity-icon-theme-0.6.3-without-logos.tar.xz
diff --git a/humanity-icon-theme-generate-tarball.sh b/humanity-icon-theme-generate-tarball.sh
index afea05a..00aa9e4 100644
--- a/humanity-icon-theme-generate-tarball.sh
+++ b/humanity-icon-theme-generate-tarball.sh
@@ -11,18 +11,21 @@ PURGED_ARCHIVE=humanity-icon-theme-$VERSION-without-logos.tar.xz
 
 wget -N -c https://launchpad.net/ubuntu/+archive/primary/+files/$ARCHIVE
 tar -xzf $ARCHIVE
-find $FOLDER/               \
+find $FOLDER/                           \
   \(                                    \
         -name "distributor-logo.*"      \
      -o -name "drive-harddisk-system.*" \
      -o -name "folder-ubuntu.*"         \
      -o -name "gnome-main-menu.*"       \
      -o -name "novell-button.*"         \
+     -o -name "package-supported.*"     \
      -o -name "start-here.*"            \
      -o -name "ubiquity.*"              \
      -o -name "usb-creator*.*"          \
   \) -delete
+
 # Delete dead icon symlinks
 find -L $FOLDER/ -type l -delete
+
 tar -cJf $PURGED_ARCHIVE $FOLDER/
 rm -r $FOLDER
diff --git a/humanity-icon-theme.spec b/humanity-icon-theme.spec
index b5b0555..4f7dfc8 100644
--- a/humanity-icon-theme.spec
+++ b/humanity-icon-theme.spec
@@ -1,6 +1,6 @@
 Name:           humanity-icon-theme
-Version:        0.6.2
-Release:        2%{?dist}
+Version:        0.6.3
+Release:        1%{?dist}
 Summary:        Humanity icon theme
 
 Group:          User Interface/Desktops
@@ -64,6 +64,9 @@ fi
 
 
 %changelog
+* Thu Aug 29 2013 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.6.3-1
+- Update to 0.6.3
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 6881375..50c435e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75450861c50f3bc2f371d6bc5a150102  humanity-icon-theme-0.6.2-without-logos.tar.xz
+f1bdcdaccd99d937b1555ecba7441a64  humanity-icon-theme-0.6.3-without-logos.tar.xz


More information about the scm-commits mailing list