Accepting request 942822 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/942822 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglib?expand=0&rev=22
This commit is contained in:
commit
53c71fe10a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3844585a66ccb75de440a6773dae29d9d86b8ccb0aba7c5154e658ea48db4d98
|
||||
size 146659
|
BIN
RELEASE_3_3_0.tar.gz
(Stored with Git LFS)
Normal file
BIN
RELEASE_3_3_0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faab2e7299b87d2c26d9f6ffed65abc6042855a4bcfbc1e1fcfcd61c2ea4d619
|
||||
size 2872
|
BIN
cglib-3.3.0-build.tar.xz
(Stored with Git LFS)
Normal file
BIN
cglib-3.3.0-build.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 27 14:36:52 UTC 2021 - David Anes <david.anes@suse.com>
|
||||
|
||||
- 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 <fstrba@suse.com>
|
||||
|
||||
|
10
cglib.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user