public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Update snapshot
@ 2026-07-20 18:17 
  0 siblings, 0 replies; 3+ messages in thread
From:  @ 2026-07-20 18:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mlt
Branch : epel9-next
Commit : 31fa869347f27c15544022ea25130147a944414c
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2017-12-23T23:57:15+00:00
Stats  : +10/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/mlt/c/31fa869347f27c15544022ea25130147a944414c?branch=epel9-next

Log:
Update snapshot

---
diff --git a/.gitignore b/.gitignore
index b077ef8..ce66810 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /v6.4.1...6c41f2b0c72932470554f272d4cde8e8cc0dce3b.diff
 /v6.4.1...ddc40aa1cf0c412e3422f2b65782cf14ab191879.diff
 /v6.4.1...73bfefdef9eb666629acf25bee1b587abc4bbcad.diff
+/v6.4.1...ea973eb65c8ca79a859028a9e008360836ca4941.diff

diff --git a/mlt.spec b/mlt.spec
index f4a483e..9562287 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -2,16 +2,16 @@
 %bcond_without php
 
 
-#globals for https://github.com/mltframework/mlt/commit/73bfefdef9eb666629acf25bee1b587abc4bbcad
-%global gitdate 20171114
-%global commit 73bfefdef9eb666629acf25bee1b587abc4bbcad
+#globals for https://github.com/mltframework/mlt/commit/ea973eb65c8ca79a859028a9e008360836ca4941
+%global gitdate 20171213
+%global commit ea973eb65c8ca79a859028a9e008360836ca4941
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global gver .%{gitdate}git%{shortcommit}
 
 Summary:        Toolkit for broadcasters, video editors, media players, transcoders
 Name:           mlt
 Version:        6.5.0
-Release:        0.6%{?gver}%{?dist}
+Release:        0.7%{?gver}%{?dist}
 
 # mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
 # but is not used in Linux
@@ -224,10 +224,13 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
 
 
 %changelog
+* Sat Dec 23 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.7.20171213gitea973eb
+- Update snapshot
+
 * Fri Nov 17 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.6.20171114git73bfefd
 - Update snapshot
 
-* Sun Nov 05 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.5.%{gitdate}git%{gitversion}
+* Sun Nov 05 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.5.20171105gitddc40aa
 - Update snapshot
 
 * Tue Oct 10 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.4

diff --git a/sources b/sources
index 7b1c5f3..8a14bd0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 SHA512 (mlt-6.4.1.tar.gz) = b082274e2184a0496f496517ddbcae33bab44cd1f50c1708942b7a24e5861ba97cae9fa21ec41ea21d662cbf56e2e2e66caa707a100077ef6e13aa7140f7a9fb
-SHA512 (v6.4.1...73bfefdef9eb666629acf25bee1b587abc4bbcad.diff) = faba36921053661d60e0a49bfb21786989b29e56bd850572bebf4f5dd56c99f9e86c386825857cb78876577a0d4fdf7068dde71b43877367dd314da610159a50
+SHA512 (v6.4.1...ea973eb65c8ca79a859028a9e008360836ca4941.diff) = e9614c67047dcd615131a9167f7289ba54def8d6a34d8d50765385d672051bbfec92e9e28c1e7f190c4c9860bdafcfc198ade98836bee2bd5ab889c640f13e90

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [rpms/mlt] epel9-next: Update snapshot
@ 2026-07-20 18:17 
  0 siblings, 0 replies; 3+ messages in thread
From:  @ 2026-07-20 18:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mlt
Branch : epel9-next
Commit : 206646364cae0e21d4f6b8f60671d51849d721a1
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2017-11-17T00:27:22+00:00
Stats  : +9/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/mlt/c/206646364cae0e21d4f6b8f60671d51849d721a1?branch=epel9-next

Log:
Update snapshot

---
diff --git a/.gitignore b/.gitignore
index 3b97108..b077ef8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mlt-6.4.1.tar.gz
 /v6.4.1...6c41f2b0c72932470554f272d4cde8e8cc0dce3b.diff
 /v6.4.1...ddc40aa1cf0c412e3422f2b65782cf14ab191879.diff
+/v6.4.1...73bfefdef9eb666629acf25bee1b587abc4bbcad.diff

diff --git a/mlt.spec b/mlt.spec
index 2f7cdd5..37ad862 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -2,16 +2,16 @@
 %bcond_without php
 
 
-#globals for https://github.com/mltframework/mlt/commit/ddc40aa1cf0c412e3422f2b65782cf14ab191879
-%global gitdate 20171105
-%global commit ddc40aa1cf0c412e3422f2b65782cf14ab191879
+#globals for https://github.com/mltframework/mlt/commit/73bfefdef9eb666629acf25bee1b587abc4bbcad
+%global gitdate 20171114
+%global commit 73bfefdef9eb666629acf25bee1b587abc4bbcad
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global gver .%{gitdate}git%{shortcommit}
 
 Summary:        Toolkit for broadcasters, video editors, media players, transcoders
 Name:           mlt
 Version:        6.5.0
-Release:        0.5%{?gver}%{?dist}
+Release:        0.6%{?gver}%{?dist}
 
 # mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
 # but is not used in Linux
@@ -224,6 +224,9 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
 
 
 %changelog
+* Fri Nov 17 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.6.20171114git73bfefd
+- Update snapshot
+
 * Sun Nov 05 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.5.%{gitdate}git%{gitversion}
 - Update snapshot
 

diff --git a/sources b/sources
index a50b6f7..7b1c5f3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 SHA512 (mlt-6.4.1.tar.gz) = b082274e2184a0496f496517ddbcae33bab44cd1f50c1708942b7a24e5861ba97cae9fa21ec41ea21d662cbf56e2e2e66caa707a100077ef6e13aa7140f7a9fb
-SHA512 (v6.4.1...ddc40aa1cf0c412e3422f2b65782cf14ab191879.diff) = e827907683d3d4a7f38f40793a60493a6b7f640d8cb13dc507c63ac815ab1cb8b7f2b562b7047cbf597983a54547b0c1c3847229f33f964d430c6e0f5a3c9db3
+SHA512 (v6.4.1...73bfefdef9eb666629acf25bee1b587abc4bbcad.diff) = faba36921053661d60e0a49bfb21786989b29e56bd850572bebf4f5dd56c99f9e86c386825857cb78876577a0d4fdf7068dde71b43877367dd314da610159a50

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [rpms/mlt] epel9-next: Update snapshot
@ 2026-07-20 18:17 
  0 siblings, 0 replies; 3+ messages in thread
From:  @ 2026-07-20 18:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mlt
Branch : epel9-next
Commit : a7ba26c33ba0ec6db6c259c8c4897a634537dd3b
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2017-11-05T16:50:59+00:00
Stats  : +12/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mlt/c/a7ba26c33ba0ec6db6c259c8c4897a634537dd3b?branch=epel9-next

Log:
Update snapshot

---
diff --git a/mlt.spec b/mlt.spec
index 4c12e02..2f7cdd5 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -1,10 +1,17 @@
 %bcond_without ruby
 %bcond_without php
 
+
+#globals for https://github.com/mltframework/mlt/commit/ddc40aa1cf0c412e3422f2b65782cf14ab191879
+%global gitdate 20171105
+%global commit ddc40aa1cf0c412e3422f2b65782cf14ab191879
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global gver .%{gitdate}git%{shortcommit}
+
 Summary:        Toolkit for broadcasters, video editors, media players, transcoders
 Name:           mlt
 Version:        6.5.0
-Release:        0.4%{?dist}
+Release:        0.5%{?gver}%{?dist}
 
 # mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
 # but is not used in Linux
@@ -12,7 +19,7 @@ License:        GPLv3 and LGPLv2+
 URL:            http://www.mltframework.org/twiki/bin/view/MLT/
 Group:          System Environment/Libraries
 Source0:        https://github.com/mltframework/mlt/archive/v%{version}/%{name}-6.4.1.tar.gz
-Patch0:         https://github.com/mltframework/mlt/compare/v6.4.1...6c41f2b0c72932470554f272d4cde8e8cc0dce3b.diff
+Patch0:         https://github.com/mltframework/mlt/compare/v6.4.1...%{commit}.diff
 
 BuildRequires:  frei0r-devel
 BuildRequires:  opencv-devel
@@ -217,6 +224,9 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
 
 
 %changelog
+* Sun Nov 05 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.5.%{gitdate}git%{gitversion}
+- Update snapshot
+
 * Tue Oct 10 2017 Sérgio Basto <sergio@serjux.com> - 6.5.0-0.4
 - Add vid.stab support
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-20 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:17 [rpms/mlt] epel9-next: Update snapshot 
  -- strict thread matches above, loose matches on Subject: below --
2026-07-20 18:17 
2026-07-20 18:17 

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