SHA256
1
0
forked from pool/wxhexeditor

19 Commits

Author SHA256 Message Date
Kyrill Detinov
9c09e95f8f Accepting request 1148164 from home:dimstar:rpm4.20:w
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1148164
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=34
2024-02-21 13:26:44 +00:00
9bd2dd92f3 Accepting request 849151 from home:Mailaender:branches:editors
mention the correct upstream pull request

OBS-URL: https://build.opensuse.org/request/show/849151
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=32
2020-11-18 07:18:25 +00:00
Alexei Sorokin
44f2689d42 Accepting request 841779 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Backport patch to fix build on Arm:
  * wxhexeditor-fix-arm.patch

OBS-URL: https://build.opensuse.org/request/show/841779
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=30
2020-10-14 15:47:24 +00:00
c72f37da41 Accepting request 572386 from home:plater
Update to release 0.24 and modify wxhexeditor-0.23-mhash.patch.
Use %license on license files.
Upstream changes:
  *Fixed many critical bugs and assertions. (Thanks Mikhail Kasimov
   for Beta testing.)
  *Fixed many compiler warnings.
  *Added Wiki option to Help.
  *Fixed language not supported error for English.

OBS-URL: https://build.opensuse.org/request/show/572386
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=28
2018-02-04 08:30:03 +00:00
14c5956852 Accepting request 560526 from home:plater
Make description relevant to the package.

OBS-URL: https://build.opensuse.org/request/show/560526
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=26
2017-12-29 11:45:04 +00:00
f1ff07ef9b Accepting request 560418 from home:jengelh:branches:editors
- Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/560418
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=25
2017-12-28 16:34:43 +00:00
2459b3b4d9 Accepting request 559582 from home:plater
Fix Factory build by explicitly specifying python3 binary for udis86 build.
- Update to 0.23+git20170810
- Upstream changes:
  Fixed TAG deletion behaviour while tag not selected.
  Implemented tags redo/undo support.
  Fixed part of #67, SEGV due Tags.
  Fixed Forward Search SEGV. Fixed recent mem leak patch.
  Delete existing buffers on allocation failure.
- Update to 0.23+git20170316
- Upstream changes:
  Fixed file cut/deletion tag issues. #67
- Update to 0.23+git20170312
- Upstream changes:
  Fixed MinGW32 compatibility.
  Fixed GIANT file size detection. (Can open /proc/kcore now)
- Update to 0.23+git20170307
- Upstream changes:
  Fixed read mode cosmetic issues and add some compare mode
   restrictions. #59
  Removed right click into search and compare panels. #48
- Update to 0.23+git20170306
- Upstream changes:
  Fixed Assertion with zero sized files. #56
  Fixed 0 sized file GoTo seek error #56
  Fixed some operations with 0 sized files #56
- Update to 0.23+git20170228
- Upstream changes:
  Added selection after paste for #44
  Fixed deleted TAG live on taglist error.
- Update to 0.23+git20170226
- Upstream changes:
  Fixed typo & allow find dialog to hide.
  Fixed last comma with CopyAs Special Hex 0x with ","
  Fixed block deletion issue #50
- Update to 0.23+git20170224 to fix reopened boo#1022460
- Upstream changes:
  Implemented Portable mode.
  Replaced SF.net links with wxHexEditor.org
  Fixed cosmetic typo
  Fixed Find Backward Wraparound SEGV #48
  Added support for Paste Hex with "\x00" notation. #44
  Fixed FindAll double find cosmetic issue.
- Update to 0.23+git20170223 to fix i586 build.
- Upstream changes:
  Fixed find result for zero offset location bug #46.
  Fixed non-SSE2 environment build.
  Removed ":" from tag dialogs.
- Update to 0.23+git20170221 to fix reopened boo#1022460
- Added wxhexeditor-fixdesktopfile.patch to fix desktop file.
- Upstream changes:
    Added Cancel button to Tag Edit Dialog
    Fixed FileSystemWatcher : operational right now.
    Fixed more FileSystemWatcher issues.
    Fixed FileWatcher for files open via CLI arg.
    Replaced nullptr with old NULL for compatibility.
    Fixed FindAll SEG fault and double find issues.
    Fixed locale file.
    Fixed thread kill on file close.
    Fixed Disk Image Tools cosmetics
    Refactored FIND functions with SSE2
- Update to git version 0.23+git20161226 (boo#1022460):
  * See https://github.com/EUA/wxHexEditor/commits/master
- Removed wxhexeditor-0.23-func-return.patch: fixed upstream.
  Rebased wxhexeditor-0.23-mhash.patch and
  wxhexeditor-remove-debug.patch.
- Add wxhexeditor-remove-debug.patch: Remove some debug printed on
  stdout, patch taken from debian.
- Fix "find requires" (remove %wx_requires) (boo#1022637).
- Build against wxWidgets 3
- Update to 0.23:
  * Added many languages.
  * Fixed many bugs that leads to crash and memory leaks.
  * Implemented prefetched functions (SSD buster).
  * Fixed some cosmetic errors.
  * Fixed C::B compilation for all operating systems.
  * Added Sorted Tag Saving / Loading.
  * Fixed Injection function.
  * Implemented file change detection reload (on wxWidgets > 2.9).
  * Implemented file compare connector to scroll 2 files at once.
  * Added remember last panel states.
  * Fixed TagEdit enabling code for addesses > 0xFFFFFFFFh.
  * Added MultiSearchAtBinary function, allows faster search on
    FindAll.
  * Fixed logical sectors start. Now starts from 0 instead of 1.
  * Added AutoShowTag option to preferences menu.
  * Added auto tag panel popup with Process RAM open.
  * Fixed Process RAM seeking.
  * Added Report a Bug & Donation menu items.
  * "Find Some Bytes" button doesn't close find dialog anymore.
- Add missing %{optflags} and wxhexeditor-0.23-func-return.patch.
- Replace wxhexeditor-0.22-mhash.patch with
  wxhexeditor-0.23-mhash.patch (rebased).
- Add %desktop_database_post{,un}.
- Minor spec cleanup.
- Add wxhexeditor-0.22-mhash.patch: use system mhash library.
- BuildRequires: mhash-devel.
- Use wxWidgets defines.
- BuildRequires: wxWidgets-wxcontainer-devel -> wxWidgets-devel.
- Remove unused BuildRequires: fdupes.
- Install docs.
- Initial build.

OBS-URL: https://build.opensuse.org/request/show/559582
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=24
2017-12-23 11:09:28 +00:00
a9110dad72 Accepting request 559574 from home:plater
Fix Factory build by explicitly specifying python3 binary for udisks build.
- Update to 0.23+git20170810
- Upstream changes:
  Fixed TAG deletion behaviour while tag not selected.
  Implemented tags redo/undo support.
  Fixed part of #67, SEGV due Tags.
  Fixed Forward Search SEGV. Fixed recent mem leak patch.
  Delete existing buffers on allocation failure.
- Update to 0.23+git20170316
- Upstream changes:
  Fixed file cut/deletion tag issues. #67

OBS-URL: https://build.opensuse.org/request/show/559574
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=22
2017-12-23 09:21:39 +00:00
2ad4435644 Accepting request 478797 from home:plater
Revert to original license field

OBS-URL: https://build.opensuse.org/request/show/478797
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=20
2017-03-12 06:02:15 +00:00
ec32d84045 Accepting request 460147 from home:plater
Update to 0.23+git20170224 to fix reopened boo#1022460

OBS-URL: https://build.opensuse.org/request/show/460147
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=18
2017-02-24 08:10:09 +00:00
Alexei Sorokin
f04d0ff593 OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=16 2017-02-03 14:31:51 +00:00
Alexei Sorokin
4fbdda6c5d Accepting request 454403 from home:plater
As you wish, suse convention simply needs an indication of git version.

OBS-URL: https://build.opensuse.org/request/show/454403
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=15
2017-02-03 11:17:25 +00:00
Alexei Sorokin
103f66e072 Accepting request 451192 from home:Zaitor:branches:editors
Feel free to reject. Note that this is untested!

OBS-URL: https://build.opensuse.org/request/show/451192
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=13
2017-01-18 14:26:28 +00:00
Kyrill Detinov
30877d1e0c Accepting request 442042 from home:Lazy_Kent:branches:editors
fix find requires

OBS-URL: https://build.opensuse.org/request/show/442042
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=11
2016-11-25 17:48:00 +00:00
Alexei Sorokin
45c9c6b50d Accepting request 420722 from home:jengelh:branches:editors
- Build against wxWidgets 3

OBS-URL: https://build.opensuse.org/request/show/420722
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=10
2016-08-20 19:51:42 +00:00
Alexei Sorokin
3c3479d12d - Update to 0.23:
* Added many languages.
  * Fixed many bugs that leads to crash and memory leaks.
  * Implemented prefetched functions (SSD buster).
  * Fixed some cosmetic errors.
  * Fixed C::B compilation for all operating systems.
  * Added Sorted Tag Saving / Loading.
  * Fixed Injection function.
  * Implemented file change detection reload (on wxWidgets > 2.9).
  * Implemented file compare connector to scroll 2 files at once.
  * Added remember last panel states.
  * Fixed TagEdit enabling code for addesses > 0xFFFFFFFFh.
  * Added MultiSearchAtBinary function, allows faster search on FindAll.
  * Fixed logical sectors start. Now starts from 0 instead of 1.
  * Added AutoShowTag option to preferences menu.
  * Added auto tag panel popup with Process RAM open.
  * Fixed Process RAM seeking.
  * Added Report a Bug & Donation menu items.
  * "Find Some Bytes" button doesn't close find dialog anymore.
- Add missing %{optflags} and wxhexeditor-0.23-func-return.patch.
- Replace wxhexeditor-0.22-mhash.patch with wxhexeditor-0.23-mhash.patch (rebased).

OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=8
2014-12-10 10:53:22 +00:00
Alexei Sorokin
43abdcd44f - Add %desktop_database_post{,un}.
- Minor spec cleanup.

OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=6
2014-10-02 15:21:23 +00:00
Alexei Sorokin
2f15f6b3aa Accepting request 242506 from home:Lazy_Kent:branches:editors
Add wxhexeditor-0.22-mhash.patch: use system mhash library.
Use wxWidgets defines (see http://en.opensuse.org/openSUSE:Packaging_wxWidgets).

BTW, I maintatain wxHexEditor in home:Lazy_Kent for more than two years. You should better search in OBS before packaging something.

OBS-URL: https://build.opensuse.org/request/show/242506
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=3
2014-07-26 19:51:45 +00:00
f452b27428 Accepting request 241008 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/241008
OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=1
2014-07-17 07:01:48 +00:00