Skip to content

Commit

Permalink
Release new version 3.2.0 (#15)
Browse files Browse the repository at this point in the history
### Added

- Lint PERL. (#13) (Baptiste Grenier)
- Lint files. (#12) (Baptiste Grenier)
- Add community files and GitHub actions. Target CentOS 7, AlmaLinux 8 and 9. (#7) (Baptiste Grenier)
- Add missing EL9 dependency. (#6) (Adam Boutcher)
  • Loading branch information
gwarf authored May 30, 2024
1 parent 7c8aa3d commit 96065b6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ and this project adheres to

## [Unreleased]

## Added
## [3.2.0] - 2024-05-30

### Added

- Lint PERL. (#13) (Baptiste Grenier)
- Lint files. (#12) (Baptiste Grenier)
- Add community files and GitHub actions. Target CentOS 7, AlmaLinux 8 and 9. (#7) (Baptiste Grenier)
- Add missing EL9 dependency. (#6) (Adam Boutcher)

## [3.1.0] - 2012-04-26

## Added
### Added

- Improved the spec file for EPEL compliance (Laurence Field)
- FHS compliant. (Laurence Field)
11 changes: 8 additions & 3 deletions lcg-infosites.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: lcg-infosites
Version: 3.1.0
Release: 3%{?dist}
Version: 3.2.0
Release: 1%{?dist}
Summary: Command line tool for the WLCG information system
Group: Applications/Internet
License: ASL 2.0
Expand Down Expand Up @@ -40,8 +40,13 @@ rm -rf %{buildroot}
%license %{_datadir}/licenses/%{name}-%{version}/COPYRIGHT
%license %{_datadir}/licenses/%{name}-%{version}/LICENSE.txt


%changelog
* Thu May 30 2024 Baptiste Grenier <[email protected]> - 3.2.0
- Lint PERL. (#13) (Baptiste Grenier)
- Lint files. (#12) (Baptiste Grenier)
- Add community files and GitHub actions. Target CentOS 7, AlmaLinux 8 and 9. (#7) (Baptiste Grenier)
- Add missing EL9 dependency. (#6) (Adam Boutcher)

* Thu Apr 26 2012 Laurence Field <[email protected]> - 3.1.0
- Improved the spec file for EPEL compliance
- FHS compliant
2 changes: 1 addition & 1 deletion src/lcg-infosites
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Net::LDAP;
use Net::LDAP::Entry;
use strict;

my $version = '3.0.1';
my $version = '3.2.0';

$ENV{LANG} = $ENV{LC_ALL} = 'C';
(my $prog = $0) =~ s-.*/--;
Expand Down

0 comments on commit 96065b6

Please sign in to comment.