commit perl-Gnome2-VFS for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Gnome2-VFS for openSUSE:Factory checked in at 2018-09-26 14:23:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Gnome2-VFS (Old) and /work/SRC/openSUSE:Factory/.perl-Gnome2-VFS.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Gnome2-VFS" Wed Sep 26 14:23:16 2018 rev:11 rq:637907 version:1.083 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Gnome2-VFS/perl-Gnome2-VFS.changes 2013-10-06 14:53:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Gnome2-VFS.new/perl-Gnome2-VFS.changes 2018-09-26 14:23:16.637935591 +0200 @@ -1,0 +2,9 @@ +Tue Sep 25 09:25:30 UTC 2018 - pmonrealgonzalez@suse.com + +- updated to 1.083 + * Fix a logic error in the args checking of Gnome2::VFS::read + * Update FSF address; resolves RT#89039 + +- Cleaned with spec-cleaner + +------------------------------------------------------------------- Old: ---- Gnome2-VFS-1.082.tar.gz New: ---- Gnome2-VFS-1.083.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Gnome2-VFS.spec ++++++ --- /var/tmp/diff_new_pack.4Bg2ov/_old 2018-09-26 14:23:17.017934987 +0200 +++ /var/tmp/diff_new_pack.4Bg2ov/_new 2018-09-26 14:23:17.025934974 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Gnome2-VFS # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,23 @@ # +%define cpan_name Gnome2-VFS Name: perl-Gnome2-VFS -Version: 1.082 +Version: 1.083 Release: 0 -%define cpan_name Gnome2-VFS Summary: Perl interface to the 2.x series of the GNOME VFS library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Gnome2-VFS/ -Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: https://metacpan.org/release/Gnome2-VFS +Source: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz BuildRequires: perl BuildRequires: perl-macros +BuildRequires: pkgconfig BuildRequires: perl(ExtUtils::Depends) >= 0.20 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 BuildRequires: perl(Glib) >= 1.120 +BuildRequires: pkgconfig(gnome-vfs-2.0) +Requires: gnome-vfs2 >= %(pkg-config --modversion gnome-vfs-2.0) #BuildRequires: perl(Glib::Object::Subclass) #BuildRequires: perl(Gnome2::VFS) #BuildRequires: perl(Gtk2) @@ -38,8 +40,6 @@ Requires: perl(ExtUtils::PkgConfig) >= 1.03 Requires: perl(Glib) >= 1.120 %{perl_requires} -BuildRequires: pkgconfig(gnome-vfs-2.0) -Requires: gnome-vfs2 >= %(pkg-config --modversion gnome-vfs-2.0) %description Since this module tries to stick very closely to the C API, the @@ -61,11 +61,11 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make %{?_smp_mflags} test %install %perl_make_install @@ -74,6 +74,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc ChangeLog.pre-git doctypes examples LICENSE maps-2.0 maps-2.6 maps-2.8 NEWS perl-Gnome2-VFS.doap README vfs.typemap xs_files-2.0 xs_files-2.6 xs_files-2.8 +%license LICENSE +%doc ChangeLog.pre-git doctypes examples maps-2.0 maps-2.6 maps-2.8 NEWS perl-Gnome2-VFS.doap README vfs.typemap xs_files-2.0 xs_files-2.6 xs_files-2.8 %changelog ++++++ Gnome2-VFS-1.082.tar.gz -> Gnome2-VFS-1.083.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/LICENSE new/Gnome2-VFS-1.083/LICENSE --- old/Gnome2-VFS-1.082/LICENSE 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/LICENSE 2017-04-21 21:43:11.000000000 +0200 @@ -2,7 +2,7 @@ Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -485,7 +485,7 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/META.json new/Gnome2-VFS-1.083/META.json --- old/Gnome2-VFS-1.082/META.json 2013-10-01 11:39:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/META.json 2017-04-21 21:48:54.000000000 +0200 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 2.132661", + "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921", "license" : [ "unknown" ], @@ -39,5 +39,5 @@ } }, "release_status" : "stable", - "version" : "1.082" + "version" : "1.083" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/META.yml new/Gnome2-VFS-1.083/META.yml --- old/Gnome2-VFS-1.082/META.yml 2013-10-01 11:39:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/META.yml 2017-04-21 21:48:54.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 2.132661' +generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -21,4 +21,4 @@ ExtUtils::Depends: 0.20 ExtUtils::PkgConfig: 1.03 Glib: 1.120 -version: 1.082 +version: 1.083 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/NEWS new/Gnome2-VFS-1.083/NEWS --- old/Gnome2-VFS-1.082/NEWS 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/NEWS 2017-04-21 21:46:39.000000000 +0200 @@ -1,3 +1,9 @@ +Overview of changes in Gnome2-VFS 1.083 +======================================= + +* Fix a logic error in the args checking of Gnome2::VFS::read +* Update FSF address; resolves RT#89039 + Overview of changes in Gnome2-VFS 1.082 ======================================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/VFS.pm new/Gnome2-VFS-1.083/VFS.pm --- old/Gnome2-VFS-1.082/VFS.pm 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/VFS.pm 2017-04-21 21:46:39.000000000 +0200 @@ -26,7 +26,7 @@ # --------------------------------------------------------------------------- # -our $VERSION = '1.082'; +our $VERSION = '1.083'; sub import { my ($self) = @_; @@ -195,6 +195,6 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA =cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/vfs2perl.c new/Gnome2-VFS-1.083/vfs2perl.c --- old/Gnome2-VFS-1.082/vfs2perl.c 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/vfs2perl.c 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/vfs2perl.h new/Gnome2-VFS-1.083/vfs2perl.h --- old/Gnome2-VFS-1.082/vfs2perl.h 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/vfs2perl.h 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFS.xs new/Gnome2-VFS-1.083/xs/GnomeVFS.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFS.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFS.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSAddress.xs new/Gnome2-VFS-1.083/xs/GnomeVFSAddress.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSAddress.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSAddress.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSApplicationRegistry.xs new/Gnome2-VFS-1.083/xs/GnomeVFSApplicationRegistry.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSApplicationRegistry.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSApplicationRegistry.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSAsync.xs new/Gnome2-VFS-1.083/xs/GnomeVFSAsync.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSAsync.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSAsync.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSDNSSD.xs new/Gnome2-VFS-1.083/xs/GnomeVFSDNSSD.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSDNSSD.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSDNSSD.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSDirectory.xs new/Gnome2-VFS-1.083/xs/GnomeVFSDirectory.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSDirectory.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSDirectory.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSDrive.xs new/Gnome2-VFS-1.083/xs/GnomeVFSDrive.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSDrive.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSDrive.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSFileInfo.xs new/Gnome2-VFS-1.083/xs/GnomeVFSFileInfo.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSFileInfo.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSFileInfo.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSInit.xs new/Gnome2-VFS-1.083/xs/GnomeVFSInit.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSInit.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSInit.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSMime.xs new/Gnome2-VFS-1.083/xs/GnomeVFSMime.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSMime.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSMime.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSOps.xs new/Gnome2-VFS-1.083/xs/GnomeVFSOps.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSOps.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSOps.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ @@ -234,7 +234,7 @@ GnomeVFSResult result; GnomeVFSFileSize bytes_read = bytes; PPCODE: - if (! bytes > 0) + if (bytes <= 0) croak ("The number of bytes to read must be greater than 0"); buffer = g_new0 (char, bytes); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSResolve.xs new/Gnome2-VFS-1.083/xs/GnomeVFSResolve.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSResolve.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSResolve.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSURI.xs new/Gnome2-VFS-1.083/xs/GnomeVFSURI.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSURI.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSURI.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSUtils.xs new/Gnome2-VFS-1.083/xs/GnomeVFSUtils.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSUtils.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSUtils.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSVolume.xs new/Gnome2-VFS-1.083/xs/GnomeVFSVolume.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSVolume.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSVolume.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSVolumeMonitor.xs new/Gnome2-VFS-1.083/xs/GnomeVFSVolumeMonitor.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSVolumeMonitor.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSVolumeMonitor.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-VFS-1.082/xs/GnomeVFSXfer.xs new/Gnome2-VFS-1.083/xs/GnomeVFSXfer.xs --- old/Gnome2-VFS-1.082/xs/GnomeVFSXfer.xs 2013-10-01 10:53:57.000000000 +0200 +++ new/Gnome2-VFS-1.083/xs/GnomeVFSXfer.xs 2017-04-21 21:43:11.000000000 +0200 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * $Id$ */
participants (1)
-
root