From df700ea4205e45db38c094fe8c3576bd1b90a9bfacdd4d34e64921777a3ac50b Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 27 Dec 2021 17:29:40 +0000 Subject: [PATCH] Accepting request 942791 from home:david.anes:branches:Java:packages Update to 3.3.0 OBS-URL: https://build.opensuse.org/request/show/942791 OBS-URL: https://build.opensuse.org/package/show/Java:packages/cglib?expand=0&rev=28 --- RELEASE_3_2_4.tar.gz | 3 --- RELEASE_3_3_0.tar.gz | 3 +++ cglib-3.2.4-build.tar.xz | 3 --- cglib-3.3.0-build.tar.xz | 3 +++ cglib.changes | 6 ++++++ cglib.spec | 10 +++++----- 6 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 RELEASE_3_2_4.tar.gz create mode 100644 RELEASE_3_3_0.tar.gz delete mode 100644 cglib-3.2.4-build.tar.xz create mode 100644 cglib-3.3.0-build.tar.xz diff --git a/RELEASE_3_2_4.tar.gz b/RELEASE_3_2_4.tar.gz deleted file mode 100644 index 900328e..0000000 --- a/RELEASE_3_2_4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3844585a66ccb75de440a6773dae29d9d86b8ccb0aba7c5154e658ea48db4d98 -size 146659 diff --git a/RELEASE_3_3_0.tar.gz b/RELEASE_3_3_0.tar.gz new file mode 100644 index 0000000..6d01d63 --- /dev/null +++ b/RELEASE_3_3_0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c16a5d9d94e96690df19ec649a17b39eecfdb87504dcfc05a44bf5e910a6d1f +size 151490 diff --git a/cglib-3.2.4-build.tar.xz b/cglib-3.2.4-build.tar.xz deleted file mode 100644 index fc08566..0000000 --- a/cglib-3.2.4-build.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faab2e7299b87d2c26d9f6ffed65abc6042855a4bcfbc1e1fcfcd61c2ea4d619 -size 2872 diff --git a/cglib-3.3.0-build.tar.xz b/cglib-3.3.0-build.tar.xz new file mode 100644 index 0000000..96f0272 --- /dev/null +++ b/cglib-3.3.0-build.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd970260bd72591160f3247bf461625aed5892dde3f46d5fd56212fd2c480e9 +size 2700 diff --git a/cglib.changes b/cglib.changes index 91170be..baa56fc 100644 --- a/cglib.changes +++ b/cglib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 27 14:36:52 UTC 2021 - David Anes + +- Update to upstream 3.3.0 +- Update project url to new github site (old one redirects there) + ------------------------------------------------------------------- Tue Mar 5 12:15:26 UTC 2019 - Fridrich Strba diff --git a/cglib.spec b/cglib.spec index 4675396..368b80c 100644 --- a/cglib.spec +++ b/cglib.spec @@ -1,7 +1,7 @@ # # spec file for package cglib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ %bcond_with tests -%global tarball_name RELEASE_3_2_4 +%global tarball_name RELEASE_3_3_0 Name: cglib -Version: 3.2.4 +Version: 3.3.0 Release: 0 Summary: Code Generation Library License: Apache-2.0 Group: Development/Libraries/Java -URL: http://cglib.sourceforge.net/ -Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz +URL: https://github.com/cglib/cglib +Source0: https://github.com/cglib/cglib/archive/refs/tags/%{tarball_name}.tar.gz Source1: %{name}-%{version}-build.tar.xz BuildRequires: ant >= 1.6 BuildRequires: fdupes