public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jon Ciesla <limburgher@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: gcc fix.
Date: Mon, 20 Jul 2026 18:59:08 GMT	[thread overview]
Message-ID: <178457394827.1.13210298187408043403.rpms-vym-6af19eef7a3d@fedoraproject.org> (raw)

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.

                 reply	other threads:[~2026-07-20 18:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457394827.1.13210298187408043403.rpms-vym-6af19eef7a3d@fedoraproject.org \
    --to=limburgher@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox