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: 2.5.19
Date: Mon, 20 Jul 2026 18:59:29 GMT	[thread overview]
Message-ID: <178457396977.1.15032701628175482886.rpms-vym-29dd67f853c3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/vym
Branch : epel10
Commit : 29dd67f853c3789850082a88c7cd4cf00d45b63a
Author : Jon Ciesla <limburgher@gmail.com>
Date   : 2016-07-25T11:24:35-05:00
Stats  : +23/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/vym/c/29dd67f853c3789850082a88c7cd4cf00d45b63a?branch=epel10

Log:
2.5.19

---
diff --git a/.gitignore b/.gitignore
index 78919f2..efbd857 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ vym-1.12.7.tar.bz2
 /vym-2.4.8.tar.bz2
 /vym-2.5.0.tar.bz2
 /vym-2.5.4.tar.bz2
+/vym-2.5.19.tar.bz2

diff --git a/sources b/sources
index 6fd7e0a..ee88c3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7589c61cc25eda23d511964d25e7ad77  vym-2.5.4.tar.bz2
+3d5c1b71c7495a1df8eada5aaabf40d7  vym-2.5.19.tar.bz2

diff --git a/vym-2.5.19-silence-lang-warning.patch b/vym-2.5.19-silence-lang-warning.patch
new file mode 100644
index 0000000..bbecb54
--- /dev/null
+++ b/vym-2.5.19-silence-lang-warning.patch
@@ -0,0 +1,15 @@
+--- main.cpp~	2016-07-22 02:12:40.000000000 -0500
++++ main.cpp	2016-07-25 11:18:58.150348510 -0500
+@@ -374,10 +374,12 @@
+   
+     QTranslator vymTranslator;
+     if (!vymTranslator.load( QString("vym.%1").arg( localeName ), vymBaseDir.path() + "/lang") )
++/*
+         QMessageBox::warning( 0, QObject::tr( "Warning" ),
+                                QString("Couldn't load translations for locale \"%1\" in\n%2")
+                                .arg(localeName)
+                                .arg(vymBaseDir.path() + "/lang") );
++*/
+     app.installTranslator( &vymTranslator );
+ 
+     // Initializing the master rows of flags

diff --git a/vym.spec b/vym.spec
index f6a6871..48351da 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,7 +1,7 @@
 %global __requires_exclude .*BugzillaClient.*
 
 Name:           vym
-Version:        2.5.4
+Version:        2.5.19
 Release:        1%{?dist}
 Summary:        View your mind
 
@@ -12,6 +12,7 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 # Currently obtained from OpenSUSE, SF releases to resume shortly
 # http://download.opensuse.org/repositories/home://insilmaril/openSUSE_11.1/src/
 # See also BZ 511290
+Patch0:         vym-2.5.19-silence-lang-warning.patch
 Source1:        %{name}.desktop
 Source2:        vym.xml
 Source3:	vym-logo-new-16.png
@@ -42,7 +43,7 @@ to organize tasks, to get an overview over complex contexts.
 %prep
 %setup -q
 
-#%patch0 -p0
+%patch0 -p0
 
 %build
 
@@ -125,6 +126,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Mon Jul 25 2016 Jon Ciesla <limburgher@gmail.com> - 2.5.19-1
+- Latest upstream, BZ 1359465.
+
 * Tue Feb 23 2016 Jon Ciesla <limburgher@gmail.com> - 2.5.4-1
 - Latest upstream, BZ 1310923.
 

                 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=178457396977.1.15032701628175482886.rpms-vym-29dd67f853c3@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