Skip to content

Commit

Permalink
updating the RPM spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Jul 31, 2023
1 parent af29813 commit 04c131b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkg/fedora/edb.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: edb
Version: 1.3.0
Version: 1.4.0
Release: 2%{?dist}
Summary: A debugger based on the ptrace API and Qt

Expand Down Expand Up @@ -29,7 +29,7 @@ One of the main goals of this debugger is modularity.
The interface is written in Qt and thus source portable to many platforms.
The debugger core is a plugin and the platform specific code is isolated
to just a few files, porting to a new OS would require porting these few
files and implementing a plugin which implements the
files and implementing a plugin which implements the
DebuggerCoreInterface interface. Also, because the plugins are based
on the QPlugin API, and do their work through the DebuggerCoreInterface
object, they are almost always portable with just a simple recompile.
Expand Down Expand Up @@ -62,6 +62,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.a
%{_mandir}/man1/%{name}.1*

%changelog
* Sun July 30 2023 Evan Teran <[email protected]> - 1.4.0
- Version bump

* Sun Dec 12 2021 Pekka Oinas <[email protected]> - 1.3.0-2
- Fix building on Fedora 35

Expand Down Expand Up @@ -154,15 +157,15 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Sun Jan 1 2012 Nicoleau Fabien <[email protected]> - 0.9.18-1
- Update to 0.9.18
- Update to 0.9.18
* Sat Apr 23 2011 Nicoleau Fabien <[email protected]> - 0.9.17-1
- Update to 0.9.17
* Tue Feb 08 2011 Fedora Release Engineering <[email protected]> - 0.9.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sun Nov 7 2010 Dan Horák <dan[at]danny.cz> - 0.9.16-2
- switch to ExclusiveArch
* Thu Oct 28 2010 Nicoleau Fabien <[email protected]> - 0.9.16-1
- Update to 0.9.16
- Update to 0.9.16
* Wed Jun 2 2010 Nicoleau Fabien <[email protected]> 0.9.15-1
- Update to 0.9.15
* Sat Feb 27 2010 Nicoleau Fabien <[email protected]> 0.9.13-1
Expand Down

0 comments on commit 04c131b

Please sign in to comment.