public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: gcc fix.
@ 2026-07-20 18:59 Jon Ciesla
  0 siblings, 0 replies; only message in thread
From: Jon Ciesla @ 2026-07-20 18:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/vym
Branch : epel10
Commit : 6af19eef7a3d01ceaaec09ac9fbf581cd597ad15
Author : Jon Ciesla <limburgher@gmail.com>
Date   : 2012-01-06T07:40:46-06:00
Stats  : +14/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/vym/c/6af19eef7a3d01ceaaec09ac9fbf581cd597ad15?branch=epel10

Log:
gcc fix.

---
diff --git a/vym-2.0.6-gcc470.patch b/vym-2.0.6-gcc470.patch
new file mode 100644
index 0000000..9f90a62
--- /dev/null
+++ b/vym-2.0.6-gcc470.patch
@@ -0,0 +1,10 @@
+--- mainwindow.cpp~	2011-12-14 12:18:36.000000000 -0600
++++ mainwindow.cpp	2012-01-06 07:11:01.969955047 -0600
+@@ -4,6 +4,7 @@
+ 
+ #include <iostream>
+ #include <typeinfo>
++#include <unistd.h>
+ 
+ #include "aboutdialog.h"
+ #include "branchpropwindow.h"

diff --git a/vym.spec b/vym.spec
index b750b78..5df9797 100644
--- a/vym.spec
+++ b/vym.spec
@@ -13,6 +13,7 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 # See also BZ 511290
 Source1:        %{name}.desktop
 Source2:        vym.xml
+Patch0:		vym-2.0.6-gcc470.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -34,6 +35,8 @@ to organize tasks, to get an overview over complex contexts.
 %prep
 %setup -q
 
+%patch0 -p0
+
 %build
 
 qmake-qt4 DOCDIR="%{_docdir}/%{name}-%{version}" PREFIX=%{_prefix}
@@ -100,6 +103,7 @@ update-desktop-database &> /dev/null || :
 %changelog
 * Thu Jan 05 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.6-1
 - New upstream.
+- Patch for gcc 4.7.0.
 
 * Tue Nov 22 2011 Jon Ciesla <limb@jcomserv.net> - 2.0.4-1
 - New upstream.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 18:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:59 [rpms/vym] epel10: gcc fix Jon Ciesla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox