Author: dirdival Date: Fri Aug 19 21:27:53 2011 GMT Module: packages Tag: HEAD ---- Log message: - added urjtag-data.patch - fixed problem with doubled files in makefile
---- Files affected: packages/urjtag: urjtag.spec (1.6 -> 1.7) , urjtag-data.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/urjtag/urjtag.spec diff -u packages/urjtag/urjtag.spec:1.6 packages/urjtag/urjtag.spec:1.7 --- packages/urjtag/urjtag.spec:1.6 Wed Apr 22 02:19:58 2009 +++ packages/urjtag/urjtag.spec Fri Aug 19 23:27:47 2011 @@ -9,6 +9,7 @@ Source0: http://dl.sourceforge.net/urjtag/%{name}-%{version}.tar.bz2 # Source0-md5: c685c9bb33bbfa73d6ab7bacb92e6268 Patch0: %{name}-fix-as_needed.patch +Patch1: %{name}-data.patch URL: http://urjtag.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -23,6 +24,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__gettextize} @@ -58,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2011/08/19 21:27:47 dirdival +- added urjtag-data.patch - fixed problem with doubled files in makefile + Revision 1.6 2009/04/22 00:19:58 sparky - up to 0.10 ================================================================ Index: packages/urjtag/urjtag-data.patch diff -u /dev/null packages/urjtag/urjtag-data.patch:1.1 --- /dev/null Fri Aug 19 23:27:53 2011 +++ packages/urjtag/urjtag-data.patch Fri Aug 19 23:27:47 2011 @@ -0,0 +1,10 @@ +--- urjtag-0.10/data/Makefile.am.org 2011-08-19 22:59:48.000000000 +0200 ++++ urjtag-0.10/data/Makefile.am 2011-08-19 23:00:48.000000000 +0200 +@@ -74,7 +74,6 @@ + analog/bf548/bf548 \ + analog/bf561/STEPPINGS \ + analog/bf561/bf561 \ +- analog/PARTS \ + analog/sharc21065l/STEPPINGS \ + analog/sharc21065l/sharc21065l \ + brecis/PARTS \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/urjtag/urjtag.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
