1
0

1 Commits

Author SHA256 Message Date
feeb67ce81 Automatic update to v1.84.0 (1.084) 2025-08-26 13:58:10 +00:00
4 changed files with 52 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eca974669df4e7f21b4fcedb96c8a328422369c68b8c2cd99b9ce9cc5d7a7979
size 59109

BIN
Gnome2-VFS-1.084.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 26 13:58:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.84.0 (1.084)
see /usr/share/doc/packages/perl-Gnome2-VFS/ChangeLog.pre-git
-------------------------------------------------------------------
Tue Sep 25 09:25:30 UTC 2018 - pmonrealgonzalez@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Gnome2-VFS
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,24 @@
%define cpan_name Gnome2-VFS
Name: perl-Gnome2-VFS
Version: 1.83.0
Version: 1.84.0
Release: 0
# 1.083 -> normalize -> 1.83.0
%define cpan_version 1.083
#Upstream: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
# 1.084 -> normalize -> 1.84.0
%define cpan_version 1.084
#Upstream: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <https://www.gnu.org/licenses/>.
License: LGPL-2.1-or-later
Summary: Perl interface to the 2.x series of the GNOME VFS library
Summary: (DEPRECATED) Perl interface to the 2.x series of the GNOME VFS
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.20
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03
BuildRequires: perl(ExtUtils::Depends) >= 0.200
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.30
BuildRequires: perl(Glib) >= 1.120
Requires: perl(ExtUtils::Depends) >= 0.20
Requires: perl(ExtUtils::PkgConfig) >= 1.03
Requires: perl(ExtUtils::Depends) >= 0.200
Requires: perl(ExtUtils::PkgConfig) >= 1.30
Requires: perl(Glib) >= 1.120
Provides: perl(Gnome2::VFS) = %{version}
%undefine __perllib_provides
@@ -47,6 +47,37 @@ Requires: gnome-vfs2 >= %(pkg-config --modversion gnome-vfs-2.0)
# MANUAL END
%description
*NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE*
This module has been deprecated by the Gtk-Perl project. This means that
the module will no longer be updated with security patches, bug fixes, or
when changes are made in the Perl ABI. The Git repo for this module has
been archived (made read-only), it will no longer possible to submit new
commits to it. You are more than welcome to ask about this module on the
Gtk-Perl mailing list, but our priorities going forward will be maintaining
Gtk-Perl modules that are supported and maintained upstream; this module is
neither.
Since this module is licensed under the LGPL v2, you may also fork this
module, if you wish, but you will need to use a different name for it on
CPAN, and the Gtk-Perl team requests that you use your own resources
(mailing list, Git repos, bug trackers, etc.) to maintain your fork going
forward.
* Perl URL: https://gitlab.gnome.org/GNOME/perl-gnome2-vfs
* Upstream URL: https://gitlab.gnome.org/Archive/gnome-vfs
* Last upstream version: 2.24.4
* Last upstream release date: 2010-09-28
* Migration path for this module: Glib::IO
* Migration module URL: https://metacpan.org/pod/Glib::IO
*NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE*
Since this module tries to stick very closely to the C API, the
documentation found at
@@ -63,7 +94,7 @@ To discuss this module, ask questions and flame/praise the authors, join
gtk-perl-list@gnome.org at lists.gnome.org.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -78,7 +109,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%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
%doc ChangeLog.pre-git doctypes examples maps-2.0 maps-2.6 maps-2.8 NEWS README vfs.typemap xs_files-2.0 xs_files-2.6 xs_files-2.8
%license LICENSE
%changelog