Skip to content

Commit

Permalink
dfu-programmer: Update to 1.1.0
Browse files Browse the repository at this point in the history
**Summary**

- Add `--erase-first` option
- Fix missing `update-bash-completion.sh`
- Fix missing header files
- Add homepage key to `package.yml` (Part of #411)

**Test Plan**

- TBD
- Verified the added homepage loads information about the package

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Mar 28, 2024
1 parent ee8a177 commit 161f42f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions packages/d/dfu-programmer/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc99_sscanf
libc.so.6:__libc_start_main
libc.so.6:__sprintf_chk
Expand Down
11 changes: 6 additions & 5 deletions packages/d/dfu-programmer/package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name : dfu-programmer
version : 1.0.0
release : 2
version : 1.1.0
release : 3
source :
- git|https://github.com/dfu-programmer/dfu-programmer.git: v1.0.0
license : GPL-2.0-or-later
component : programming.tools
- git|https://github.com/dfu-programmer/dfu-programmer.git: v1.1.0
homepage : https://github.com/dfu-programmer/dfu-programmer
license : GPL-2.0-or-later
component : programming.tools
summary : Device Firmware Update based USB programmer for Atmel chips with a USB bootloader.
description: |
dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips.
Expand Down
17 changes: 9 additions & 8 deletions packages/d/dfu-programmer/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>dfu-programmer</Name>
<Homepage>https://github.com/dfu-programmer/dfu-programmer</Homepage>
<Packager>
<Name>Mislav Čakarić</Name>
<Email>mcakaric@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Device Firmware Update based USB programmer for Atmel chips with a USB bootloader.</Summary>
<Description xml:lang="en">dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>dfu-programmer</Name>
Expand All @@ -24,12 +25,12 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-06-06</Date>
<Version>1.0.0</Version>
<Update release="3">
<Date>2024-03-28</Date>
<Version>1.1.0</Version>
<Comment>Packaging update</Comment>
<Name>Mislav Čakarić</Name>
<Email>mcakaric@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 161f42f

Please sign in to comment.