commit c966ed1fc255668a4a5633227c5a454d948f2a6d
Author: Jakub Bogusz <[email protected]>
Date:   Tue Oct 26 20:14:05 2021 +0200

    - updated to 2.0.1
    - removed obsolete format patch

 gingerblue-format.patch | 13 -------------
 gingerblue.spec         |  6 ++----
 2 files changed, 2 insertions(+), 17 deletions(-)
---
diff --git a/gingerblue.spec b/gingerblue.spec
index a905125..cb1e3f0 100644
--- a/gingerblue.spec
+++ b/gingerblue.spec
@@ -1,13 +1,12 @@
 Summary:       Free Music Software for GNOME
 Summary(pl.UTF-8):     Wolnodostępne oprogramowanie muzyczne dla GNOME
 Name:          gingerblue
-Version:       2.0.0
+Version:       2.0.1
 Release:       1
 License:       GPL v3
 Group:         X11/Applications
 Source0:       
https://download.gnome.org/sources/gingerblue/2.0/%{name}-%{version}.tar.xz
-# Source0-md5: 9c128993364092de48fcc1cde83b7eba
-Patch0:                %{name}-format.patch
+# Source0-md5: 665a2acdb07edb6c7899ad33ede1e850
 URL:           https://wiki.gnome.org/Apps/Gingerblue
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake >= 1:1.11
@@ -55,7 +54,6 @@ oryginalną muzykę w Internecie z poziomu środowiska GNOME.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__intltoolize}
diff --git a/gingerblue-format.patch b/gingerblue-format.patch
deleted file mode 100644
index 1e61d26..0000000
--- a/gingerblue-format.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gingerblue-2.0.0/src/gingerblue-main.c.orig        2021-10-16 
04:33:10.000000000 +0200
-+++ gingerblue-2.0.0/src/gingerblue-main.c     2021-10-18 18:17:27.586099789 
+0200
-@@ -526,8 +526,8 @@ int main(int argc, char **argv)
-       fprintf(xspf, "<playlist version=\"1\" 
xmlns=\"http://xspf.org/ns/0/\";>\n");
-       fprintf(xspf, "<trackList>\n");
-       fprintf(xspf, "<track>\n");
--      fprintf(xspf, g_strconcat("<title>", 
gtk_entry_get_text(GTK_ENTRY(song_entry)), "</title>\n", NULL));
--      fprintf(xspf, g_strconcat("<location>file://", 
gtk_entry_get_text(GTK_ENTRY(computer_entry)), "/", 
gtk_entry_get_text(GTK_ENTRY(recording_entry)), "</location>\n", NULL));
-+      fprintf(xspf, "<title>%s</title>\n", 
gtk_entry_get_text(GTK_ENTRY(song_entry)));
-+      fprintf(xspf, "<location>file://%s/%s</location>\n", 
gtk_entry_get_text(GTK_ENTRY(computer_entry)), 
gtk_entry_get_text(GTK_ENTRY(recording_entry)));
-       fprintf(xspf, "</track>\n");
-       fprintf(xspf, "</trackList>\n");
-       fprintf(xspf, "</playlist>\n");
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gingerblue.git/commitdiff/c966ed1fc255668a4a5633227c5a454d948f2a6d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to