[bindfs] Update to new release

Till Maas till at fedoraproject.org
Wed Sep 26 21:42:31 UTC 2012


commit 603431c07cd1556bb2ccb8e2953c28d865c40b8a
Author: Till Maas <opensource at till.name>
Date:   Wed Sep 26 23:40:52 2012 +0200

    Update to new release
    
    - Do not recode ChangeLog anymore

 .gitignore  |    3 +--
 bindfs.spec |   10 ++++++----
 sources     |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ad824a..c022546 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-bindfs-1.8.3.tar.gz
-/bindfs-1.10.tar.gz
+/bindfs-1.11.tar.gz
diff --git a/bindfs.spec b/bindfs.spec
index 4863713..8de099b 100644
--- a/bindfs.spec
+++ b/bindfs.spec
@@ -1,6 +1,6 @@
 Name:           bindfs
-Version:        1.10
-Release:        2%{?dist}
+Version:        1.11
+Release:        1%{?dist}
 Summary:        Fuse filesystem to mirror a directory
 
 Group:          System Environment/Base
@@ -10,7 +10,6 @@ Source0:        http://bindfs.googlecode.com/files/bindfs-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fuse-devel
-BuildRequires:  recode
 
 
 %description
@@ -20,7 +19,6 @@ the mirror directory.
 
 %prep
 %setup -q
-recode latin1..utf8 ChangeLog
 
 
 %build
@@ -45,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 26 2012 Till Maas <opensource at till.name> - 1.11-1
+- Update to new release
+- Do not recode ChangeLog anymore
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 1615ee6..c6d9c19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c73fb66da2ca775abd49434393caaa33  bindfs-1.10.tar.gz
+81d890069619c1d4b73e2ee687178077  bindfs-1.11.tar.gz


More information about the scm-commits mailing list