public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: 2.5.19
@ 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 : 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.
^ 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: 2.5.19 Jon Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox