Author: qboosh                       Date: Thu Oct 27 16:51:52 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.2.0
- updated makefile patch

---- Files affected:
packages/usb-modeswitch:
   usb-modeswitch-makefile.patch (1.4 -> 1.5) , usb-modeswitch.spec (1.11 -> 
1.12) 

---- Diffs:

================================================================
Index: packages/usb-modeswitch/usb-modeswitch-makefile.patch
diff -u packages/usb-modeswitch/usb-modeswitch-makefile.patch:1.4 
packages/usb-modeswitch/usb-modeswitch-makefile.patch:1.5
--- packages/usb-modeswitch/usb-modeswitch-makefile.patch:1.4   Sun Jul 31 
20:40:52 2011
+++ packages/usb-modeswitch/usb-modeswitch-makefile.patch       Thu Oct 27 
18:51:47 2011
@@ -1,7 +1,7 @@
---- usb-modeswitch-1.1.8/Makefile.orig 2011-06-15 00:01:41.000000000 +0200
-+++ usb-modeswitch-1.1.8/Makefile      2011-07-31 20:32:17.556662528 +0200
+--- usb-modeswitch-1.2.0/Makefile.orig 2011-10-23 16:38:44.000000000 +0200
++++ usb-modeswitch-1.2.0/Makefile      2011-10-27 18:46:33.148660325 +0200
 @@ -2,6 +2,8 @@
- VERS        = 1.1.8
+ VERS        = 1.2.0
  CC          = gcc
  CFLAGS      += -Wall
 +CPPFLAGS    =
@@ -9,19 +9,21 @@
  LIBS        = -l usb
  RM          = /bin/rm -f
  OBJS        = usb_modeswitch.c
-@@ -16,13 +18,13 @@
- all:        $(PROG)
+@@ -21,7 +23,7 @@
+ static: $(PROG) dispatcher-static
  
  $(PROG): $(OBJS)
 -      $(CC) -o $(PROG) $(OBJS) $(CFLAGS) $(LIBS) $(LDFLAGS)
 +      $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
  
- clean:
-       $(RM) usb_modeswitch
+ dispatcher-static: dispatcher.c usb_modeswitch.tcl
+       ./make_static_dispatcher.sh
+@@ -46,7 +48,7 @@
+       cd jim && $(MAKE) distclean
  
- install: all
+ install-common:
 -      install -D -s --mode=755 usb_modeswitch $(SBINDIR)/usb_modeswitch
 +      install -D --mode=755 usb_modeswitch $(SBINDIR)/usb_modeswitch
-       install -D --mode=755 usb_modeswitch.tcl 
$(SBINDIR)/usb_modeswitch_dispatcher
        install -D --mode=755 usb_modeswitch.sh $(UDEVDIR)/usb_modeswitch
        install -D --mode=644 usb_modeswitch.conf $(ETCDIR)/usb_modeswitch.conf
+       install -D --mode=644 usb_modeswitch.1 $(MANDIR)/usb_modeswitch.1

================================================================
Index: packages/usb-modeswitch/usb-modeswitch.spec
diff -u packages/usb-modeswitch/usb-modeswitch.spec:1.11 
packages/usb-modeswitch/usb-modeswitch.spec:1.12
--- packages/usb-modeswitch/usb-modeswitch.spec:1.11    Sun Aug  7 13:53:26 2011
+++ packages/usb-modeswitch/usb-modeswitch.spec Thu Oct 27 18:51:47 2011
@@ -2,12 +2,12 @@
 Summary:       Switching tool for controlling "flip flop" USB devices
 Summary(pl.UTF-8):     Narzędzie do sterowania przełączającymi się 
urządzeniami USB
 Name:          usb-modeswitch
-Version:       1.1.9
+Version:       1.2.0
 Release:       1
 License:       GPL v2
 Group:         Applications
 Source0:       
http://www.draisberghof.de/usb_modeswitch/%{name}-%{version}.tar.bz2
-# Source0-md5: 76f6978f18cac41f269a346a5d0f1052
+# Source0-md5: 1932ab96d6e3c5e0a6bdfac863338627
 Patch0:                %{name}-makefile.patch
 URL:           http://www.draisberghof.de/usb_modeswitch/
 BuildRequires: libusb-compat-devel >= 0.1
@@ -68,6 +68,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2011/10/27 16:51:47  qboosh
+- updated to 1.2.0
+- updated makefile patch
+
 Revision 1.11  2011/08/07 11:53:26  qboosh
 - updated to 1.1.9
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/usb-modeswitch/usb-modeswitch-makefile.patch?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/usb-modeswitch/usb-modeswitch.spec?r1=1.11&r2=1.12&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to