[DRE-commits] [SCM] ruby-mail.git branch, master, updated. debian/2.4.4-2-9-g7f8aa16

Christian Hofstaedtler christian at hofstaedtler.name
Mon Jun 3 16:11:05 UTC 2013


The following commit has been merged in the master branch:
commit 67103c76355ec5051e6a175462f60bbfba7b99de
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Mon Jun 3 18:03:37 2013 +0200

    Update lib version patch for new version

diff --git a/debian/patches/0001-Track-library-version-within-lib.patch b/debian/patches/0001-Track-library-version-within-lib.patch
index fbb6417..e0e1c15 100644
--- a/debian/patches/0001-Track-library-version-within-lib.patch
+++ b/debian/patches/0001-Track-library-version-within-lib.patch
@@ -13,21 +13,20 @@ string within lib/mail/version.rb.
  2 files changed, 5 insertions(+), 9 deletions(-)
  delete mode 100644 lib/VERSION
 
-diff --git a/lib/VERSION b/lib/VERSION
-deleted file mode 100644
-index d849df3..0000000
---- a/lib/VERSION
-+++ /dev/null
+Index: ruby-mail/lib/VERSION
+===================================================================
+--- ruby-mail.orig/lib/VERSION	2013-06-03 18:03:17.788964590 +0200
++++ /dev/null	1970-01-01 00:00:00.000000000 +0000
 @@ -1,4 +0,0 @@
 -major:2
--minor:4
+-minor:5
 -patch:4
 -build:
-diff --git a/lib/mail/version.rb b/lib/mail/version.rb
-index 2b70bd1..4aaca0a 100644
---- a/lib/mail/version.rb
-+++ b/lib/mail/version.rb
-@@ -3,11 +3,11 @@ module Mail
+Index: ruby-mail/lib/mail/version.rb
+===================================================================
+--- ruby-mail.orig/lib/mail/version.rb	2013-06-03 18:03:17.788964590 +0200
++++ ruby-mail/lib/mail/version.rb	2013-06-03 18:03:17.784964635 +0200
+@@ -3,11 +3,11 @@
    module VERSION
      
      version = {}
@@ -38,7 +37,7 @@ index 2b70bd1..4aaca0a 100644
 -    end
 +
 +    version['major'] = "2"
-+    version['minor'] = "4"
++    version['minor'] = "5"
 +    version['patch'] = "4"
 +    version['build'] = nil
      

-- 
ruby-mail.git



More information about the Pkg-ruby-extras-commits mailing list