Compare commits

...
Sign in to create a new pull request.

111 commits

Author SHA1 Message Date
Scott Talbert
abfe490c57 Replaced by wxGTK (wxWidgets 3.2) 2023-03-02 18:47:18 -05:00
Fedora Release Engineering
799544a732 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 07:03:49 +00:00
Florian Weimer
e85d636fde Port configure script to C99
Related to:

  <https://fedoraproject.org/wiki/Changes/PortingToModernC>
  <https://fedoraproject.org/wiki/Toolchain/PortingToModernC>
2023-01-09 12:53:33 +01:00
Fedora Release Engineering
b676a6c2be Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 12:42:00 +00:00
Fedora Release Engineering
067227958a - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 04:43:57 +00:00
Orion Poplawski
e2ac132014 Drop unused BR on GConf2-devel 2021-12-05 21:55:01 -07:00
Fedora Release Engineering
0fafbd88d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 21:12:21 +00:00
Scott Talbert
6165d7c42a Adobt Debian patch to avoid warning on C++ ABI mismatches (#1957142) 2021-05-06 17:39:32 -04:00
Fedora Release Engineering
a8ca135bc1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 23:43:42 +00:00
Tom Stellard
64cf806507 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-09 01:03:56 +00:00
Fedora Release Engineering
9b33e9c28e - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 14:23:06 +00:00
Scott Talbert
e6508ded9b Update to new upstream release 3.0.5.1 2020-05-10 11:21:10 -04:00
Scott Talbert
5deb323f7e Bring back alternatives system for wx-config and wxrc 2020-03-13 13:23:49 -04:00
Scott Talbert
dab268033e Update wx-config error message when wxGTK3-devel is missing (#1795500) 2020-01-31 11:21:47 -05:00
Fedora Release Engineering
b6ad472238 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 04:00:40 +00:00
Scott Talbert
4ce19f9b88 Incorporate patch from Debian to force X11 when using wxGLCanvas 2019-10-21 22:44:56 -04:00
Scott Talbert
3f46e867bf Force timezone to UTC when running tests (#1753405) 2019-09-19 19:50:44 -04:00
Fedora Release Engineering
dbbdf22dc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:47:03 +00:00
Scott Talbert
bede873a1b Add graphviz to BR to fix 'dot' not found error (#1721702) 2019-06-18 19:31:32 -04:00
Scott Talbert
ec013c8106 Avoid crashing when wxGLCanvas is used on Wayland 2019-03-06 19:36:01 -05:00
Kalev Lember
d2d9b90405 Remove the alternatives system for wx-config and wxrc
wxGTK is retired in F30+ and we can now drop the alternatives.
2019-02-08 21:29:57 +01:00
Kalev Lember
7cee207065 Avoid hardcoding the prefix in wx-config
When building flatpak modules, the prefix is /app and hardcoding /usr
no longer works.
2019-02-08 09:14:44 +01:00
Kalev Lember
b72e5fd82f Fix update-alternatives macro expansion in flatpak module builds
Avoid using %{_sbindir}/update-alternatives in requires and scriptlets
as it expands to /app/sbin/update-alternatives when building flatpak
modules and not to /usr/sbin where the binary is actually installed in.
2019-02-07 09:36:59 +01:00
Fedora Release Engineering
a713dad573 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 11:59:59 +00:00
Scott Talbert
83dd8d3718 Actually run the tests (but not the GUI ones, yet) 2018-11-22 22:57:26 -05:00
Scott Talbert
299b0b6e24 Remove cppunit workaround (no longer needed) 2018-11-20 22:30:36 -05:00
Scott Talbert
852c9171ac Remove xmldocs subpackage (never used) 2018-11-20 22:21:08 -05:00
Scott Talbert
4357d1a9e1 Remove Group tags 2018-11-20 20:22:16 -05:00
Scott Talbert
dc9ff32ab1 Remove old, unused patches 2018-11-20 19:53:26 -05:00
Fedora Release Engineering
d77224ec01 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:02:15 +00:00
Scott Talbert
7e5a11a94f Remove ldconfig scriptlets (no longer needed on F28+) 2018-06-29 09:46:37 -04:00
Richard W.M. Jones
ce9624b2a3 Port wx-config script to RISC-V architecture. 2018-03-18 10:21:12 +00:00
Scott Talbert
de064a8931 New upstream release 3.0.4 2018-03-12 22:56:45 -04:00
Scott Talbert
48f2dc65e7 Add missing BR for gcc-c++ 2018-02-18 22:07:11 -05:00
Fedora Release Engineering
2b38f2180e - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 21:13:48 +00:00
35d1c2fde3 F25 is EOL
Also half of conditions were totally wrong.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-17 17:31:48 +01:00
6984897584 unconditionally include patch
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-17 17:29:00 +01:00
Karsten Hopp
5e85989070 fix some conditionals 2018-01-17 14:52:21 +01:00
Karsten Hopp
976afdc457 fix some conditionals 2018-01-17 14:07:15 +01:00
Tomas Popela
2dc94ae936 Adapt to the webkitgtk4 rename 2018-01-12 15:30:20 +01:00
Scott Talbert
19f9cdbd94 Merge with compat-wxGTK3-gtk2 2017-10-03 20:55:27 -04:00
Scott Talbert
24e848fad8 Add upstream patch for avoiding destruction of TLWs that were never created
Fixes assert during Filezilla startup (#1484955)
2017-08-29 23:32:05 -04:00
Fedora Release Engineering
4962199795 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 10:24:31 +00:00
Fedora Release Engineering
8b651366bb - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:48:42 +00:00
Fedora Release Engineering
7df1c4ef77 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild 2017-05-15 20:40:41 +00:00
Scott Talbert
b28d699dc4 Include webkit2 patch in F26 2017-05-05 20:14:58 -04:00
Scott Talbert
1d26276d39 New upstream release 3.0.3
Update to latest WebKit2 patch (#1428997)
2017-05-05 00:19:05 -04:00
Scott Talbert
e31717383b Rebuild against SDL2 2017-04-16 21:31:25 -04:00
Scott Talbert
a692ac1de9 Update to newer git snapshot
Remove GStreamer patch as it has been incorporated upstream
2017-03-07 20:56:01 -05:00
Scott Talbert
37c4987152 Add temporary patch for webkit2 port in rawhide, re-enable webview subpackage 2017-03-04 22:08:25 -05:00
Mystro256
8d3cddc5cb Disable webview for rawhide for now 2017-03-02 22:08:01 -05:00
Fedora Release Engineering
863bf5ef67 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:35:01 +00:00
Scott Talbert
fe24b6b223 Move autogen.sh call to %prep before we make manual edits to configure script 2017-01-01 20:01:30 -05:00
Scott Talbert
244ea7febf Need to run autogen.sh since we patched configure.in 2017-01-01 19:07:48 -05:00
Scott Talbert
965da34c1a Switch to use GStreamer 1.0 (#1402628) 2017-01-01 18:11:44 -05:00
Scott Talbert
484b3a8841 Move docs generation from prep section to build section 2017-01-01 18:05:17 -05:00
Mystro256
627621447b Update git snapshot 2016-12-28 17:05:16 -05:00
Mystro256
fb9013626a Add option to build docs (default for snapshot) 2016-12-28 16:34:12 -05:00
Mystro256
37d5bdf016 Update to git snapshot 2016-12-11 01:05:51 -05:00
Scott Talbert
fe5a6f06ce Fix poedit regression in -29 - add paint clipping region patch (#1396747)
- Add patch to change ~wxPGChoicesData from private to protected
2016-11-24 00:00:18 -05:00
Scott Talbert
095c4c4b53 Fix some sizing problems with GTK3 (#1392102)
- Fix non-default window background color with GTK+ >= 3.20 (#1393847)
2016-11-13 21:20:35 -05:00
Scott Talbert
a0614b960f Remove changes.txt portion from scrolwin patch as it doesn't apply cleanly 2016-10-11 00:05:20 -04:00
Scott Talbert
6ddfa9d786 Fix rename issues in Filezilla with overlay scrollbars disabled (#1381765) 2016-10-10 23:00:39 -04:00
Scott Talbert
3cf7211485 Add a -webview subpackage in F26+ 2016-10-07 21:08:25 -04:00
Mystro256
7793bd74b2 Memory leak in last patch, as well, changed commit refence to 3.0 branch 2016-10-04 22:28:56 -04:00
Mystro256
e523d939e9 Fix 1381767 2016-10-04 20:53:23 -04:00
Mystro256
84f8915874 Fix rpmlint warning (out of place tab) 2016-09-29 08:55:00 -04:00
Scott Talbert
a2cf67754a Add patch to fix crash in wxGCDC::DrawEllipticArc() 2016-09-24 00:14:43 -04:00
Scott Talbert
b6b7424828 Fix alternatives implementation 2016-09-19 20:14:08 -04:00
Scott Talbert
cb22fbe1a5 Add patch to fix runtime link error due to previous patches 2016-09-18 21:49:00 -04:00
Scott Talbert
e712f1cac9 Add patch to resolve wxGetKeyState() crash on Wayland (#1266743)
- Add patch to fix wxFontEnumerator stop function
- Add patch to fix wxNativeFontInfo::InitFromFont()
2016-09-13 23:09:57 -04:00
Mystro256
8b9de376d3 Fix alternatives with wxGTK 2016-08-28 13:03:39 -04:00
263c5a5b31 apply upstream fix for window size allocation with gtk 3.19+ 2016-04-04 15:41:32 -04:00
Scott Talbert
5c3df2730b Add patch for wxEVT_MEDIA_XXX event types (for Phoenix) 2016-03-19 22:05:52 -04:00
Scott Talbert
92c277c27c Fix wxStaticText growing (BZ#1282142) and Wayland window sizing (BZ#1294229) 2016-02-23 23:18:13 -05:00
Scott Talbert
a9e6f4a999 Add -xmldocs subpackage containing XML documentation (needed for Phoenix) 2016-02-22 22:34:38 -05:00
Scott Talbert
b10eb1dfb6 Correct name of patch 2016-02-22 21:42:38 -05:00
Scott Talbert
0c7f9b37af Fix FTBFS in Rawhide 2016-02-22 21:37:14 -05:00
Jeremy
ade3f6cc92 Fix RH#1294712 2016-02-22 16:35:48 -05:00
Fedora Release Engineering
01a7868cce - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:12:19 +00:00
Jeremy Newton
63d23b21c5 Various bugfixes, see spec changelog 2016-01-01 11:37:32 -05:00
Jeremy Newton
28eadee63c Missing change in last post 2015-11-05 20:57:40 -05:00
Jeremy Newton
359a25b908 Add upstream patch, fix RH#1268615 2015-11-05 20:54:49 -05:00
Jeremy Newton
077fb78735 Fix F23+ issue, BR retired 2015-11-01 08:20:27 -05:00
Jeremy Newton
5594348b64 Implement patch 2015-08-24 09:30:46 -04:00
Jeremy Newton
622c128221 Forgot to add patch 2015-08-24 09:29:34 -04:00
Jeremy Newton
94da2800c6 Fix spin button issues, fixes bug#1252182 2015-08-24 09:28:16 -04:00
Jeremy Newton
fa4f542c6f Forgot to add the patch, also refer to bug 1234211 2015-06-22 12:34:24 -04:00
Jeremy Newton
39885d3889 Add some upstream patches to fix warnings a crashes 2015-06-22 12:27:25 -04:00
Dennis Gilmore
d9af07c5c8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:38:56 +00:00
dd379207df Don't abort on ABI check, backport from wxGTK 2015-05-28 12:40:24 +09:00
Jason Tibbitts
26939d076b Indicate that this package bundles scintilla 3.2.1. 2015-05-04 14:23:00 -05:00
Kalev Lember
744d50fe26 Rebuilt for GCC 5 C++11 ABI change 2015-05-02 18:38:14 +02:00
Jeremy Newton
25637af17f Bump for rebuild 2015-02-26 19:41:07 -05:00
alexjnewt@hotmail.com
c239e24578 Trying to fix 1124402 2014-11-11 06:49:28 -05:00
alexjnewt@hotmail.com
20dbdc103d Forgot to remove patch 2014-11-04 07:57:12 -05:00
alexjnewt@hotmail.com
72aded631e Update to 3.0.2 2014-11-04 01:03:23 -05:00
Peter Robinson
5be127b5b2 Add aarch64 and ppc64le to list of 64-bit architectures 2014-11-04 00:19:25 +00:00
alexjnewt@hotmail.com
66df003f81 Readd conflict for devel 2014-10-27 15:04:19 -04:00
alexjnewt@hotmail.com
b92aac1496 Bump to rev 3 2014-10-02 13:56:45 -04:00
alexjnewt@hotmail.com
6a6f41362e Misc Fixes. Should fix #1124402 2014-10-02 13:55:08 -04:00
e711fbfaf9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 09:00:47 +00:00
alexjnewt@hotmail.com
b365113aad Update to 3.0.1, fixes RH#1111903 2014-07-11 19:50:40 -04:00
Dennis Gilmore
a13e2dbe01 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:00:52 -05:00
alexjnewt@hotmail.com
bf340e965d Minor fix to last commit 2014-04-03 23:16:17 -04:00
alexjnewt@hotmail.com
992ca3af33 Temp fix for devel... still working out a good solution 2014-04-03 22:16:56 -04:00
alexjnewt@hotmail.com
f5015074d2 Forgot to bump the release ver 2014-03-18 07:10:47 -04:00
alexjnewt@hotmail.com
e6c1c37645 Another minor fix 2014-03-18 07:09:06 -04:00
alexjnewt@hotmail.com
bc8166e15b Minor fix 2014-03-17 22:33:17 -04:00
alexjnewt@hotmail.com
5d8810e546 Minor fix 2014-03-02 09:26:14 -05:00
alexjnewt@hotmail.com
ff74a61303 Fixed GTK3 bug with wx-config
- Fixed a unused-direct-shlib-dependency error
2014-02-27 19:49:08 -05:00
3 changed files with 1 additions and 0 deletions

0
.gitignore vendored
View file

1
dead.package Normal file
View file

@ -0,0 +1 @@
Replaced by wxGTK (wxWidgets 3.2)

View file