diff --git a/Struct-Dumb-0.09.tar.gz b/Struct-Dumb-0.09.tar.gz deleted file mode 100644 index 23bff9d..0000000 Binary files a/Struct-Dumb-0.09.tar.gz and /dev/null differ diff --git a/Struct-Dumb-0.12.tar.gz b/Struct-Dumb-0.12.tar.gz new file mode 100644 index 0000000..cd27d3c Binary files /dev/null and b/Struct-Dumb-0.12.tar.gz differ diff --git a/perl-Struct-Dumb.spec b/perl-Struct-Dumb.spec index 6ace86c..cc4da2f 100644 --- a/perl-Struct-Dumb.spec +++ b/perl-Struct-Dumb.spec @@ -1,5 +1,5 @@ Name: perl-Struct-Dumb -Version: 0.09 +Version: 0.12 Release: 1 Summary: Make simple lightweight record-like structures License: GPL+ or Artistic @@ -18,7 +18,7 @@ with the given field values. These references all respond to lvalue methods that access or modify the values stored. %prep -%setup -q -n Struct-Dumb-%{version} +%autosetup -p1 -n Struct-Dumb-%{version} %build %{__perl} Build.PL installdirs=vendor @@ -38,5 +38,8 @@ that access or modify the values stored. %{_mandir}/man3/Struct* %changelog +* Tue Jun 14 2022 SimpleUpdate Robot - 0.12-1 +- Upgrade to version 0.12 + * Fri May 14 2021 zhangtao - 0.09-1 - package init