Skip to content

Commit

Permalink
libid3tag: add the old changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
durgajagadeesh committed Jan 17, 2025
1 parent 2031bf9 commit 02328b2
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 132 deletions.
11 changes: 0 additions & 11 deletions SPECS-EXTENDED/libid3tag/libid3tag-0.15.1b-fix_overflow.patch

This file was deleted.

25 changes: 0 additions & 25 deletions SPECS-EXTENDED/libid3tag/libid3tag-0.15.1b-gperf-size_t.patch

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions SPECS-EXTENDED/libid3tag/libid3tag.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libid3tag-0.16.3.tar.gz": "3b65150454818e3e46d113891e0e0c335516315c51f80d87565f6124b892bff4"
"libid3tag-0.16.3.tar.gz": "0561009778513a95d91dac33cee8418d6622f710450a7cb56a74636d53b588cb"
}
}
}
24 changes: 16 additions & 8 deletions SPECS-EXTENDED/libid3tag/libid3tag.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ Version: 0.16.3
Release: 7%{?dist}
Summary: ID3 tag manipulation library

# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: https://codeberg.org/tenacityteam/libid3tag
Source0: %url/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
# Based on https://codeberg.org/tenacityteam/libid3tag/pulls/3
Source0: https://codeberg.org/tenacityteam/libid3tag/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: cmake-hook-genre.dat-and-gperf-files-generation.patch

BuildRequires: gcc-c++
Expand All @@ -21,27 +19,23 @@ BuildRequires: zlib-devel >= 1.1.4
libid3tag is a library for reading and (eventually) writing ID3 tags,
both ID3v1 and the various versions of ID3v2.


%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}

%description devel
ID3 tag library development files.


%prep
%autosetup -p1 -n %{name}

%build
%cmake
%cmake_build


%install
%cmake_install


%ldconfig_scriptlets

%files
Expand All @@ -55,12 +49,26 @@ ID3 tag library development files.
%{_libdir}/cmake/id3tag/
%{_libdir}/pkgconfig/id3tag.pc


%changelog
* Fri Oct 10 2024 Durga Jagadeesh Palli <[email protected]> - 0.16.3-7
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License verified.

* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 0.16.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Wed Apr 17 2024 Peter Lemenkov <[email protected]> - 0.16.3-5
- Use autorelease macro

* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.16.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.16.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Thu Dec 14 2023 Leigh Scott <[email protected]> - 0.16.3-1
- Update to 0.16.3

* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.16.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

Expand Down
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9712,7 +9712,7 @@
"other": {
"name": "libid3tag",
"version": "0.16.3",
"downloadUrl":" https://codeberg.org/tenacityteam/libid3tag/archive/0.16.3.tar.gz"
"downloadUrl":"https://codeberg.org/tenacityteam/libid3tag/archive/0.16.3.tar.gz"
}
}
},
Expand Down

0 comments on commit 02328b2

Please sign in to comment.