public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Set build type
@ 2026-07-20 20:37 Gwyn Ciesla
  0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-20 20:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : 4063285d28faa6d7df2a809c9915bb2b72adce8f
Author : Gwyn Ciesla <gwync@protonmail.com>
Date   : 2023-06-22T10:21:55-05:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/4063285d28faa6d7df2a809c9915bb2b72adce8f?branch=epel10

Log:
Set build type

---
diff --git a/transmission.spec b/transmission.spec
index 4998174..eff403a 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,10 +2,10 @@
 
 Name:           transmission
 Version:        4.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 # See COPYING. This licensing situation is... special.
-License:        MIT MIT GPL-2.0-only
+License:        MIT and GPL-2.0-only
 URL:            http://www.transmissionbt.com
 
 Source0:        https://github.com/transmission/transmission/releases/download/%{version}/transmission-%{version}.tar.xz
@@ -105,7 +105,7 @@ mv AUTHORS.new AUTHORS
 CXXFLAGS="%{optflags} -fPIC"
 CFLAGS="%{optflags} -fPIC"
 
-%cmake -DENABLE_CLI=ON -DENABLE_QT=ON -DUSE_GTK_VERSION=3
+%cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CLI=ON -DENABLE_QT=ON -DUSE_GTK_VERSION=3
 %cmake_build
 
 # Re-enable if DhtTest.usesBootstrapFile passes
@@ -180,6 +180,9 @@ desktop-file-install \
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Thu Jun 22 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.0.3-2
+- Set build type
+
 * Mon Apr 17 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.0.3-1
 - 4.0.3
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:37 [rpms/transmission] epel10: Set build type Gwyn Ciesla

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