pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/ruby-taglib



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 25 15:49:02 UTC 2020

Modified Files:
        pkgsrc/audio/ruby-taglib: Makefile PLIST distinfo

Log Message:
audio/ruby-taglib: update to 1.0.1

Update ruby-taglib to 1.0.1

## 1.0.1 - 2020-03-25

### Fixed
- Fix segmentation fault with TagLib::FLAC picture lists (#91), thanks
  @jameswyper!


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/ruby-taglib/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/ruby-taglib/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/ruby-taglib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ruby-taglib/Makefile
diff -u pkgsrc/audio/ruby-taglib/Makefile:1.8 pkgsrc/audio/ruby-taglib/Makefile:1.9
--- pkgsrc/audio/ruby-taglib/Makefile:1.8       Sat Jan 18 23:30:05 2020
+++ pkgsrc/audio/ruby-taglib/Makefile   Sat Apr 25 15:49:02 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:05 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/25 15:49:02 taca Exp $
 
-DISTNAME=      taglib-ruby-1.0.0
+DISTNAME=      taglib-ruby-1.0.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
 CATEGORIES=    audio
 

Index: pkgsrc/audio/ruby-taglib/PLIST
diff -u pkgsrc/audio/ruby-taglib/PLIST:1.9 pkgsrc/audio/ruby-taglib/PLIST:1.10
--- pkgsrc/audio/ruby-taglib/PLIST:1.9  Thu Jan 16 15:07:40 2020
+++ pkgsrc/audio/ruby-taglib/PLIST      Sat Apr 25 15:49:02 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/16 15:07:40 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/04/25 15:49:02 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/taglib_aiff.${RUBY_DLEXT}
@@ -13,7 +13,7 @@ ${GEM_EXTSDIR}/taglib_ogg.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/taglib_vorbis.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/taglib_wav.${RUBY_DLEXT}
 ${GEM_LIBDIR}/.yardopts
-${GEM_LIBDIR}/CHANGES.md
+${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/Guardfile
 ${GEM_LIBDIR}/LICENSE.txt

Index: pkgsrc/audio/ruby-taglib/distinfo
diff -u pkgsrc/audio/ruby-taglib/distinfo:1.7 pkgsrc/audio/ruby-taglib/distinfo:1.8
--- pkgsrc/audio/ruby-taglib/distinfo:1.7       Thu Jan 16 15:07:40 2020
+++ pkgsrc/audio/ruby-taglib/distinfo   Sat Apr 25 15:49:02 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/01/16 15:07:40 taca Exp $
+$NetBSD: distinfo,v 1.8 2020/04/25 15:49:02 taca Exp $
 
-SHA1 (taglib-ruby-1.0.0.gem) = 14c7587aa4642a8515528672859d1506c4b4bd7f
-RMD160 (taglib-ruby-1.0.0.gem) = 0a973b5241f319fc61ff68bcbba0eb4a4b1468ac
-SHA512 (taglib-ruby-1.0.0.gem) = 71d5a4bd6e93a2f53b4273b938eb2866ab8668bf773e0fc83f3b2fa82126a93eb491d5a2961234f4ca30c2879aed76449b47bd429635dbcadb8b0c3997268ce1
-Size (taglib-ruby-1.0.0.gem) = 791040 bytes
+SHA1 (taglib-ruby-1.0.1.gem) = 27ad9f3dd6f9d034ab2a1c800f5d4723d45f846c
+RMD160 (taglib-ruby-1.0.1.gem) = 47cd869c6a5e3f428221e0d9141b90b3a94716a8
+SHA512 (taglib-ruby-1.0.1.gem) = 13a803244e0bdacb0d8934c58caf9d28c263ca7ccdfa0cf6e27141b28869c2340d4127d7777f9b726cc39658acb3fb6a4f6f73bd4ff598d039d081670de38406
+Size (taglib-ruby-1.0.1.gem) = 791040 bytes



Home | Main Index | Thread Index | Old Index